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
f3395a65
Kaydet (Commit)
f3395a65
authored
May 27, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1209951 Uncaught exception
Change-Id: I11bdec73ea12e189cca41f5f275616a138cf5793
üst
92814c6f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
unomodel.hxx
sd/source/ui/inc/unomodel.hxx
+2
-1
unomodel.cxx
sd/source/ui/unoidl/unomodel.cxx
+1
-1
No files found.
sd/source/ui/inc/unomodel.hxx
Dosyayı görüntüle @
f3395a65
...
@@ -90,7 +90,8 @@ private:
...
@@ -90,7 +90,8 @@ private:
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
create
(
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
create
(
OUString
const
&
aServiceSpecifier
,
OUString
const
&
referer
);
OUString
const
&
aServiceSpecifier
,
OUString
const
&
referer
);
SdPage
*
InsertSdPage
(
sal_uInt16
nPage
,
bool
bDuplicate
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
SdPage
*
InsertSdPage
(
sal_uInt16
nPage
,
bool
bDuplicate
=
false
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
const
bool
mbImpressDoc
;
const
bool
mbImpressDoc
;
bool
mbClipBoard
;
bool
mbClipBoard
;
...
...
sd/source/ui/unoidl/unomodel.cxx
Dosyayı görüntüle @
f3395a65
...
@@ -440,7 +440,7 @@ void SdXImpressDocument::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
...
@@ -440,7 +440,7 @@ void SdXImpressDocument::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
* *
* *
******************************************************************************/
******************************************************************************/
SdPage
*
SdXImpressDocument
::
InsertSdPage
(
sal_uInt16
nPage
,
bool
bDuplicate
)
SdPage
*
SdXImpressDocument
::
InsertSdPage
(
sal_uInt16
nPage
,
bool
bDuplicate
)
throw
(
css
::
uno
::
RuntimeException
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
sal_uInt16
nPageCount
=
mpDoc
->
GetSdPageCount
(
PK_STANDARD
);
sal_uInt16
nPageCount
=
mpDoc
->
GetSdPageCount
(
PK_STANDARD
);
SdrLayerAdmin
&
rLayerAdmin
=
mpDoc
->
GetLayerAdmin
();
SdrLayerAdmin
&
rLayerAdmin
=
mpDoc
->
GetLayerAdmin
();
...
...
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