summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:11:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:11:32 +0000
commite0170be7b7278deab18258eb447de47df26a4bb7 (patch)
treeb20f31610f2a2e446430af20641091ccdd83278e /framework/source
parent01e13b121230a264146596785e8e8cd8dc239edc (diff)
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
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uielement/footermenucontroller.cxx6
-rw-r--r--framework/source/uielement/headermenucontroller.cxx6
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 )