diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 09:24:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 09:24:21 +0000 |
commit | 391e46c73a4ff96cb43387dcfda81ab346842f09 (patch) | |
tree | 321e451e519abbc4cb8ae21fd36ce83d904e25fb /sfx2/source/appl/app.cxx | |
parent | a86947c8de2ac100b8c127d292250cc33a8000f0 (diff) |
INTEGRATION: CWS toolbarbehavior (1.99.176); FILE MERGED
2006/03/27 15:26:42 cd 1.99.176.1: #i50428# Added helper to re-request context sensitive toolbars
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r-- | sfx2/source/appl/app.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index d4019dda28a2..5e8fc9037a7d 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.99 $ + * $Revision: 1.100 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:30:50 $ + * last change: $Author: vg $ $Date: 2006-04-07 10:24:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -358,6 +358,7 @@ void SfxPropertyHandler::Property( ApplicationProperty& rProp ) #include <framework/acceleratorinfo.hxx> #include <framework/sfxhelperfunctions.hxx> #include "imagemgr.hxx" +#include "fwkhelper.hxx" ::osl::Mutex SfxApplication::gMutex; @@ -371,8 +372,7 @@ SfxApplication* SfxApplication::GetOrCreate() SetApp( pNew ); ::framework::SetImageProducer( GetImage ); -// ::framework::SetCommandURLFromKeyCode( GetCommandURLFromKeyCode ); -// ::framework::SetKeyCodeFromCommandURL( GetKeyCodeFromCommandURL ); + ::framework::SetRefreshToolbars( RefreshToolbars ); ::framework::SetToolBoxControllerCreator( SfxToolBoxControllerFactory ); ::framework::SetStatusBarControllerCreator( SfxStatusBarControllerFactory ); |