diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:00:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:00:02 +0000 |
commit | 56f544394303e288591570b2637ccdf2439d48cb (patch) | |
tree | bcf7a8bd59a4cb539c5b5e02b31ded35a9c0aeb5 /sfx2/source/appl/appbas.cxx | |
parent | 99cbcb80df5e2a7bbeaa7f73d0a826d87d8fb3ef (diff) |
INTEGRATION: CWS fwkbugfix04 (1.37.6); FILE MERGED
2004/12/06 17:53:00 mba 1.37.6.1: #i38334#: get rid of all code based on SfxConfigManager
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 8ab54a6d349d..d1c685950b40 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appbas.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: rt $ $Date: 2005-01-11 13:26:42 $ + * last change: $Author: kz $ $Date: 2005-01-18 16:00:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,6 @@ #include "appdata.hxx" #include "appbas.hxx" #include "sfxhelp.hxx" -#include "stbmgr.hxx" #include "appimp.hxx" #include "basmgr.hxx" #include "dlgcont.hxx" @@ -1012,11 +1011,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet ) break; } - case SID_STATUSBARTEXT: - { - rSet.Put( SfxStringItem( SID_STATUSBARTEXT, GetStatusBarManager()->GetStatusBar()->GetText() ) ); - break; - } case SID_OFFICE_PRIVATE_USE: case SID_OFFICE_COMMERCIAL_USE: { |