diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-07-06 12:25:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-07-06 12:25:43 +0000 |
commit | 6a5a81c05ffb645b95f9d613bb8c48e2a9880cdb (patch) | |
tree | 1fa29bac3e6b97e864174e617f4dd94927252d92 /sfx2/source/menu/mnumgr.cxx | |
parent | ad007f5b80211cfb3232acb4078ba2cf5476fdcc (diff) |
#65293# linux
Diffstat (limited to 'sfx2/source/menu/mnumgr.cxx')
-rw-r--r-- | sfx2/source/menu/mnumgr.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx index aeeca01c5267..cecc0b863ef9 100644 --- a/sfx2/source/menu/mnumgr.cxx +++ b/sfx2/source/menu/mnumgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mnumgr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mba $ $Date: 2001-06-26 08:15:46 $ + * last change: $Author: obo $ $Date: 2001-07-06 13:25:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1150,10 +1150,6 @@ SfxMenuBarManager::~SfxMenuBarManager() pWindow->SetMenuBar( 0 ); } -String SfxMenuBarManager::GetStreamName() -{ - return String::CreateFromAscii("MenuBar.xml"); -} /* SvStream* SfxMenuBarManager::GetDefaultStream( StreamMode nMode ) |