summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appquit.cxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-09-30 14:16:32 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-09-30 14:16:32 +0000
commit396785a4a0850ace957abe4b81734d4e13c5b6d6 (patch)
treee419795d98bf6affc2ccaee220f0ac5818dc203f /sfx2/source/appl/appquit.cxx
parent3727e045473353cc8b5510a0e4da3562a06b691d (diff)
#103841# remove dead code
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r--sfx2/source/appl/appquit.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 4ca11aed21a0..5b71d715dee8 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appquit.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: mba $ $Date: 2002-03-19 17:17:19 $
+ * last change: $Author: mav $ $Date: 2002-09-30 15:14:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,12 +137,6 @@ void SfxApplication::Quit()
}
*/
//--------------------------------------------------------------------
-BOOL SfxApplicationClass::QueryExit()
-{
- const SfxBoolItem *pRet = (const SfxBoolItem*) SFX_APP()->GetAppDispatcher_Impl()->Execute( SID_QUITAPP, SFX_CALLMODE_SYNCHRON );
- return pRet ? pRet->GetValue() : FALSE;
-}
-
BOOL SfxApplication::QueryExit_Impl()
/* [Beschreibung]