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
fa6db8cf
Kaydet (Commit)
fa6db8cf
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308527 Uncaught exception
Change-Id: I7ddc62f0ee005652dba62adc359959e1eb09a41e
üst
a1a7aa93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
layoutmanager.hxx
framework/inc/services/layoutmanager.hxx
+1
-1
layoutmanager.cxx
framework/source/layoutmanager/layoutmanager.cxx
+1
-1
No files found.
framework/inc/services/layoutmanager.hxx
Dosyayı görüntüle @
fa6db8cf
...
@@ -246,7 +246,7 @@ namespace framework
...
@@ -246,7 +246,7 @@ namespace framework
void
implts_setInplaceMenuBar
(
void
implts_setInplaceMenuBar
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XIndexAccess
>&
xMergedMenuBar
)
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XIndexAccess
>&
xMergedMenuBar
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
void
implts_resetInplaceMenuBar
()
void
implts_resetInplaceMenuBar
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/source/layoutmanager/layoutmanager.cxx
Dosyayı görüntüle @
fa6db8cf
...
@@ -1140,7 +1140,7 @@ void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset )
...
@@ -1140,7 +1140,7 @@ void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset )
}
}
void
LayoutManager
::
implts_setInplaceMenuBar
(
const
Reference
<
XIndexAccess
>&
xMergedMenuBar
)
void
LayoutManager
::
implts_setInplaceMenuBar
(
const
Reference
<
XIndexAccess
>&
xMergedMenuBar
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard
aWriteLock
;
SolarMutexClearableGuard
aWriteLock
;
...
...
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