From e0170be7b7278deab18258eb447de47df26a4bb7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann <ihi@openoffice.org> Date: Tue, 10 Jul 2007 14:11:32 +0000 Subject: INTEGRATION: CWS fwk66 (1.7.60); FILE MERGED 2007/06/14 10:58:49 cd 1.7.60.1: #i78399# Fixed wrong parameter handling for header/footer popup menu controller --- framework/source/uielement/footermenucontroller.cxx | 6 +++--- framework/source/uielement/headermenucontroller.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/source') 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 ) -- cgit