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
9c1b4e04
Kaydet (Commit)
9c1b4e04
authored
Şub 06, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1038484 Uncaught exception
Change-Id: I0067dfd9b020dc02d6611e37ac49d585b46ec42d
üst
e30c4121
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
ConfigurationController.cxx
...ce/ui/framework/configuration/ConfigurationController.cxx
+2
-6
ConfigurationController.hxx
sd/source/ui/inc/framework/ConfigurationController.hxx
+3
-2
No files found.
sd/source/ui/framework/configuration/ConfigurationController.cxx
Dosyayı görüntüle @
9c1b4e04
...
@@ -252,14 +252,10 @@ void SAL_CALL ConfigurationController::notifyEvent (
...
@@ -252,14 +252,10 @@ void SAL_CALL ConfigurationController::notifyEvent (
mpImplementation
->
mpBroadcaster
->
NotifyListeners
(
rEvent
);
mpImplementation
->
mpBroadcaster
->
NotifyListeners
(
rEvent
);
}
}
//----- XConfigurationController ----------------------------------------------
//----- XConfigurationController ----------------------------------------------
void
SAL_CALL
ConfigurationController
::
lock
(
void
)
void
SAL_CALL
ConfigurationController
::
lock
(
)
throw
(
RuntimeException
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
OSL_ASSERT
(
mpImplementation
.
get
()
!=
NULL
);
OSL_ASSERT
(
mpImplementation
.
get
()
!=
NULL
);
OSL_ASSERT
(
mpImplementation
->
mpConfigurationUpdater
.
get
()
!=
NULL
);
OSL_ASSERT
(
mpImplementation
->
mpConfigurationUpdater
.
get
()
!=
NULL
);
...
...
sd/source/ui/inc/framework/ConfigurationController.hxx
Dosyayı görüntüle @
9c1b4e04
...
@@ -86,8 +86,9 @@ public:
...
@@ -86,8 +86,9 @@ public:
// XConfigurationController
// XConfigurationController
virtual
void
SAL_CALL
lock
(
void
)
virtual
void
SAL_CALL
lock
()
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
unlock
(
void
)
virtual
void
SAL_CALL
unlock
(
void
)
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
);
...
...
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