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
e41f1df7
Kaydet (Commit)
e41f1df7
authored
Tem 13, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused SystemChildWindow::IsEraseBackgroundEnabled
üst
f0f8be40
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
syschild.hxx
vcl/inc/vcl/syschild.hxx
+0
-1
syschild.cxx
vcl/source/window/syschild.cxx
+0
-10
No files found.
vcl/inc/vcl/syschild.hxx
Dosyayı görüntüle @
e41f1df7
...
...
@@ -63,7 +63,6 @@ public:
// per default systemchildwindows erase their background for better plugin support
// however, this might not always be required
void
EnableEraseBackground
(
sal_Bool
bEnable
=
sal_True
);
sal_Bool
IsEraseBackgroundEnabled
();
void
SetForwardKey
(
sal_Bool
bEnable
);
// return the platform specific handle/id of this window;
// in case the flag bUseJava is set, a java compatible overlay window
...
...
vcl/source/window/syschild.cxx
Dosyayı görüntüle @
e41f1df7
...
...
@@ -198,16 +198,6 @@ void SystemChildWindow::EnableEraseBackground( sal_Bool bEnable )
// -----------------------------------------------------------------------
sal_Bool
SystemChildWindow
::
IsEraseBackgroundEnabled
()
{
if
(
mpWindowImpl
->
mpSysObj
)
return
mpWindowImpl
->
mpSysObj
->
IsEraseBackgroundEnabled
();
else
return
sal_False
;
}
// -----------------------------------------------------------------------
void
SystemChildWindow
::
ImplTestJavaException
(
void
*
pEnv
)
{
#ifdef SOLAR_JAVA
...
...
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