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
74ccf05e
Kaydet (Commit)
74ccf05e
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707135 Uncaught exception
Change-Id: I49d85f11bfe3a7cfdf3fd6cf252473a3f25bebe3
üst
9b6b260b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unoobj.cxx
sd/source/ui/unoidl/unoobj.cxx
+1
-1
unoobj.hxx
sd/source/ui/unoidl/unoobj.hxx
+1
-1
No files found.
sd/source/ui/unoidl/unoobj.cxx
Dosyayı görüntüle @
74ccf05e
...
@@ -1087,7 +1087,7 @@ void SdXShape::SetMasterDepend( bool bDepend ) throw()
...
@@ -1087,7 +1087,7 @@ void SdXShape::SetMasterDepend( bool bDepend ) throw()
}
}
}
}
void
SdXShape
::
SetStyleSheet
(
const
uno
::
Any
&
rAny
)
throw
(
lang
::
IllegalArgumentException
)
void
SdXShape
::
SetStyleSheet
(
const
uno
::
Any
&
rAny
)
throw
(
lang
::
IllegalArgumentException
,
beans
::
UnknownPropertyException
)
{
{
SdrObject
*
pObj
=
mpShape
->
GetSdrObject
();
SdrObject
*
pObj
=
mpShape
->
GetSdrObject
();
if
(
pObj
==
NULL
)
if
(
pObj
==
NULL
)
...
...
sd/source/ui/unoidl/unoobj.hxx
Dosyayı görüntüle @
74ccf05e
...
@@ -47,7 +47,7 @@ private:
...
@@ -47,7 +47,7 @@ private:
const
SfxItemPropertyMapEntry
*
mpMap
;
const
SfxItemPropertyMapEntry
*
mpMap
;
SdXImpressDocument
*
mpModel
;
SdXImpressDocument
*
mpModel
;
void
SetStyleSheet
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rAny
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
);
void
SetStyleSheet
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
rAny
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
css
::
beans
::
UnknownPropertyException
);
::
com
::
sun
::
star
::
uno
::
Any
GetStyleSheet
()
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
::
com
::
sun
::
star
::
uno
::
Any
GetStyleSheet
()
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
// Intern
// Intern
...
...
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