diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-18 09:00:33 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-18 09:00:33 +0000 |
commit | 1ed9b99231dcfd52b1c8515aa8fb5f484dd8776b (patch) | |
tree | f97c306392e32e1f021f7364c58e882b7b979b5e | |
parent | e299ef4952a580bdbd416cef3e1a2feba4979e13 (diff) |
#80059#: fullscreen toolbox reactivated
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index b8c5b75299e3..596ad3828367 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mba $ $Date: 2001-06-14 11:22:47 $ + * last change: $Author: mba $ $Date: 2001-06-18 10:00:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,9 +217,9 @@ SFX_IMPL_INTERFACE(SfxApplication,SfxShell,SfxResId(0)) SFX_CHILDWINDOW_REGISTRATION( SID_CUSTOMIZETOOLBOX ); // Menu ist auf dem Macintosh sowieso sichtbar -// SFX_OBJECTBAR_REGISTRATION( -// SFX_OBJECTBAR_FULLSCREEN | SFX_VISIBILITY_FULLSCREEN, -// SfxResId(RID_FULLSCREENTOOLBOX) ); + SFX_OBJECTBAR_REGISTRATION( + SFX_OBJECTBAR_FULLSCREEN | SFX_VISIBILITY_FULLSCREEN, + SfxResId(RID_FULLSCREENTOOLBOX) ); SFX_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_APPLICATION | SFX_VISIBILITY_DESKTOP | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_CLIENT, SfxResId(RID_ENVTOOLBOX) ); |