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
819175e1
Kaydet (Commit)
819175e1
authored
Nis 11, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove leftover comments
Change-Id: Iabecc0d240c499ef81d8b85c8d0b37383813b06a
üst
8c7e9633
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
frame.cxx
framework/source/services/frame.cxx
+0
-21
No files found.
framework/source/services/frame.cxx
Dosyayı görüntüle @
819175e1
...
@@ -387,27 +387,6 @@ private:
...
@@ -387,27 +387,6 @@ private:
void
impl_setCloser
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XFrame2
>&
xFrame
,
bool
bState
);
void
impl_setCloser
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XFrame2
>&
xFrame
,
bool
bState
);
void
impl_disposeContainerWindow
(
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>&
xWindow
);
void
impl_disposeContainerWindow
(
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>&
xWindow
);
// debug methods
// (should be private everyway!)
/*-****************************************************************************************************
@short debug-method to check incoming parameter of some other mehods of this class
@descr The following methods are used to check parameters for other methods
of this class. The return value is used directly for an ASSERT(...).
@attention This methods are static and can't use our member directly! It's better for threadsafe code...
because we call it with references or pointer to check variables ... and must make it safe
by himself!
@seealso ASSERTs in implementation!
@param references to checking variables
@return sal_True ,on invalid parameter
@return sal_False ,otherwise
@onerror We return sal_True
*//*-*****************************************************************************************************/
void
checkDisposed
()
{
void
checkDisposed
()
{
osl
::
MutexGuard
g
(
rBHelper
.
rMutex
);
osl
::
MutexGuard
g
(
rBHelper
.
rMutex
);
if
(
rBHelper
.
bInDispose
||
rBHelper
.
bDisposed
)
{
if
(
rBHelper
.
bInDispose
||
rBHelper
.
bDisposed
)
{
...
...
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