Kaydet (Commit) e0170be7 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst 01e13b12
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: footermenucontroller.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -230,7 +230,7 @@ void FooterMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra ...@@ -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 ); pVCLPopupMenu->InsertItem( ALL_MENUITEM_ID, String( FwkResId( STR_MENU_HEADFOOTALL )), 0, 0 );
rtl::OUStringBuffer aStrBuf( aCmd ); rtl::OUStringBuffer aStrBuf( aCmd );
aStrBuf.appendAscii( "&On:bool=" ); aStrBuf.appendAscii( "?On:bool=" );
// Command depends on check state of first menu item entry // Command depends on check state of first menu item entry
if ( !bFirstChecked ) if ( !bFirstChecked )
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: headermenucontroller.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -246,7 +246,7 @@ void HeaderMenuController::fillPopupMenu( const Reference< ::com::sun::star::fra ...@@ -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 ); pVCLPopupMenu->InsertItem( ALL_MENUITEM_ID, String( FwkResId( STR_MENU_HEADFOOTALL )), 0, 0 );
rtl::OUStringBuffer aStrBuf( aCmd ); rtl::OUStringBuffer aStrBuf( aCmd );
aStrBuf.appendAscii( "&On:bool=" ); aStrBuf.appendAscii( "?On:bool=" );
// Command depends on check state of first menu item entry // Command depends on check state of first menu item entry
if ( !bFirstChecked ) if ( !bFirstChecked )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment