diff options
Diffstat (limited to 'sfx2/source/appl/childwin.cxx')
-rw-r--r-- | sfx2/source/appl/childwin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index 1d1fdb8ed16f..d3ea17ce41ab 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -658,10 +658,6 @@ void SfxChildWindow::Activate_Impl() pImpl->pWorkWin->SetActiveChild_Impl( pWindow ); } -void SfxChildWindow::Deactivate_Impl() -{ -} - bool SfxChildWindow::QueryClose() { bool bAllow = true; |