summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-25 14:41:29 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-25 14:41:29 +0000
commit55aea21797fb54f9ab82538346f2f8eb19e8249f (patch)
tree2e8ba8de61d50e89f875b937836feaba5bfa8753
parent5abd917790647386ffdac5f6ca667dbbafc177d2 (diff)
INTEGRATION: CWS layoutmanager (1.42.124); FILE MERGED
2004/01/29 19:48:26 cd 1.42.124.2: RESYNC: (1.42-1.43); FILE MERGED 2003/10/28 07:50:28 cd 1.42.124.1: #111899# Enhancements for UNO based layout manager
-rw-r--r--sfx2/source/appl/appmisc.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index b8d79fa79235..a7f46e265409 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appmisc.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:22:39 $
+ * last change: $Author: kz $ $Date: 2004-02-25 15:41:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -788,11 +788,14 @@ long Select_Impl( void* pHdl, void* pVoid )
SfxMenuBarManager* SfxApplication::GetMenuBarManager() const
{
+/*
SfxViewFrame *pFrame = SfxViewFrame::Current();
if ( pFrame )
return pFrame->GetViewShell()->GetMenuBar_Impl();
else
return 0;
+*/
+ return 0;
}
SfxCancelManager *SfxApplication::GetCancelManager() const