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
db176b0e
Kaydet (Commit)
db176b0e
authored
Haz 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1222241 Uncaught exception
Change-Id: Ibaf3a5305082b60fadb8a2499712dc4a460cb449
üst
1e3eca93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unoapi.hxx
include/svx/unoapi.hxx
+1
-1
unopage.cxx
svx/source/unodraw/unopage.cxx
+1
-1
No files found.
include/svx/unoapi.hxx
Dosyayı görüntüle @
db176b0e
...
...
@@ -39,7 +39,7 @@ class SfxItemPool;
* Deprecated: This will be replaced with a function returning XShape.
*/
SVX_DLLPUBLIC
SvxShape
*
CreateSvxShapeByTypeAndInventor
(
sal_uInt16
nType
,
sal_uInt32
nInventor
,
OUString
const
&
referer
)
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
/** Returns a StarOffice API wrapper for the given SdrObject */
SVX_DLLPUBLIC
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
GetXShapeForSdrObject
(
SdrObject
*
pObj
)
throw
();
...
...
svx/source/unodraw/unopage.cxx
Dosyayı görüntüle @
db176b0e
...
...
@@ -885,7 +885,7 @@ uno::Sequence< OUString > SAL_CALL SvxDrawPage::getSupportedServiceNames() throw
}
SvxShape
*
CreateSvxShapeByTypeAndInventor
(
sal_uInt16
nType
,
sal_uInt32
nInventor
,
OUString
const
&
referer
)
throw
(
css
::
uno
::
RuntimeException
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
SvxDrawPage
::
CreateShapeByTypeAndInventor
(
nType
,
nInventor
,
0
,
0
,
referer
);
}
...
...
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