diff options
author | Oliver Specht <os@openoffice.org> | 2001-08-07 12:28:12 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-08-07 12:28:12 +0000 |
commit | 3c53bd2fe40161f8d6faa9664f4fa7e4a9da89f5 (patch) | |
tree | d7fd719a75e7c112bcaf335fcffe073281fc376c | |
parent | 6e87a184779ff5865844c78bd0538c20a753ac58 (diff) |
#90673# enable zooming of the navigator
-rw-r--r-- | sfx2/source/dialog/navigat.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx index 51ddef881e4f..da62724cdbf1 100644 --- a/sfx2/source/dialog/navigat.cxx +++ b/sfx2/source/dialog/navigat.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navigat.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:31 $ + * last change: $Author: os $ $Date: 2001-08-07 13:28:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,8 @@ SfxNavigatorWrapper::SfxNavigatorWrapper( Window* pParent , SfxChildWinInfo* pInfo ) : SfxChildWindow( pParent , nId ) { - pWindow = new SfxNavigator( pBindings, this, pParent, WB_STDDOCKWIN | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK ); + pWindow = new SfxNavigator( pBindings, this, pParent, + WB_STDDOCKWIN | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK | WB_ROLLABLE); eChildAlignment = SFX_ALIGN_NOALIGNMENT; pWindow->SetHelpId ( HID_NAVIGATOR_WINDOW ); |