Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b846ca2c
Kaydet (Commit)
b846ca2c
authored
May 27, 2014
tarafından
Noel Grandin
Kaydeden (comit)
Fridrich Štrba
May 28, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707271 Uncaught exception
Change-Id: I95d1e737004074a00100b4c7ba4f15f660df4ff5
üst
0ad0fc94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unoshape.hxx
include/svx/unoshape.hxx
+1
-1
unoshape.cxx
svx/source/unodraw/unoshape.cxx
+1
-1
No files found.
include/svx/unoshape.hxx
Dosyayı görüntüle @
b846ca2c
...
...
@@ -166,7 +166,7 @@ protected:
virtual
bool
setPropertyToDefaultImpl
(
const
SfxItemPropertySimpleEntry
*
pProperty
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
public
:
SvxShape
(
SdrObject
*
pObj
)
throw
();
SvxShape
(
SdrObject
*
pObj
)
throw
(
css
::
uno
::
RuntimeException
);
SvxShape
(
SdrObject
*
pObject
,
const
SfxItemPropertyMapEntry
*
pEntries
,
const
SvxItemPropertySet
*
pPropertySet
)
throw
(
css
::
uno
::
RuntimeException
);
SvxShape
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
~
SvxShape
()
throw
();
...
...
svx/source/unodraw/unoshape.cxx
Dosyayı görüntüle @
b846ca2c
...
...
@@ -182,7 +182,7 @@ protected:
***********************************************************************/
SvxShape
::
SvxShape
(
SdrObject
*
pObject
)
throw
()
SvxShape
::
SvxShape
(
SdrObject
*
pObject
)
throw
(
uno
::
RuntimeException
)
:
maSize
(
100
,
100
)
,
mpImpl
(
new
SvxShapeImpl
(
*
this
,
maMutex
)
)
,
mbIsMultiPropertyCall
(
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment