diff options
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uielement/footermenucontroller.cxx | 6 | ||||
-rw-r--r-- | framework/source/uielement/headermenucontroller.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/uielement/footermenucontroller.cxx b/framework/source/uielement/footermenucontroller.cxx index bc9daef13545..6b7a23f05a04 100644 --- a/framework/source/uielement/footermenucontroller.cxx +++ b/framework/source/uielement/footermenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: footermenucontroller.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:07:49 $ + * last change: $Author: ihi $ $Date: 2007-07-10 15:11:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -230,7 +230,7 @@ void FooterMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra pVCLPopupMenu->InsertItem( ALL_MENUITEM_ID, String( FwkResId( STR_MENU_HEADFOOTALL )), 0, 0 ); rtl::OUStringBuffer aStrBuf( aCmd ); - aStrBuf.appendAscii( "&On:bool=" ); + aStrBuf.appendAscii( "?On:bool=" ); // Command depends on check state of first menu item entry if ( !bFirstChecked ) diff --git a/framework/source/uielement/headermenucontroller.cxx b/framework/source/uielement/headermenucontroller.cxx index d652b3c349da..108437566d7a 100644 --- a/framework/source/uielement/headermenucontroller.cxx +++ b/framework/source/uielement/headermenucontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: headermenucontroller.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:08:06 $ + * last change: $Author: ihi $ $Date: 2007-07-10 15:11:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,7 +246,7 @@ void HeaderMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra pVCLPopupMenu->InsertItem( ALL_MENUITEM_ID, String( FwkResId( STR_MENU_HEADFOOTALL )), 0, 0 ); rtl::OUStringBuffer aStrBuf( aCmd ); - aStrBuf.appendAscii( "&On:bool=" ); + aStrBuf.appendAscii( "?On:bool=" ); // Command depends on check state of first menu item entry if ( !bFirstChecked ) |