diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-13 12:59:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-14 08:19:53 +0200 |
commit | e41f1df72991619a9a4b5f0015397d36c2353ee7 (patch) | |
tree | f1ffa10f4687c251be67550980f9e12ef96da97a /vcl/source | |
parent | f0f8be40da13833cc518711251fcd990ea91e032 (diff) |
callcatcher: remove unused SystemChildWindow::IsEraseBackgroundEnabled
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/syschild.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx index 341d7f3bfff8..f72decce183e 100644 --- a/vcl/source/window/syschild.cxx +++ b/vcl/source/window/syschild.cxx @@ -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 |