summaryrefslogtreecommitdiff
path: root/framework/source/uielement/objectmenucontroller.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-10 12:24:23 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-10 12:24:23 +0000
commitbfe22f912ca753309c684026dde90d7b77c95273 (patch)
tree83b9ea2ed53642c41eff2df055e2a90342f5dab6 /framework/source/uielement/objectmenucontroller.cxx
parent30f5b7ae85054ab45507431f00fb13156340cea3 (diff)
INTEGRATION: CWS fwk02ea (1.2.38); FILE MERGED
2004/05/25 07:02:39 as 1.2.38.1: #i29356# add type for VerbID
Diffstat (limited to 'framework/source/uielement/objectmenucontroller.cxx')
-rw-r--r--framework/source/uielement/objectmenucontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/objectmenucontroller.cxx b/framework/source/uielement/objectmenucontroller.cxx
index 39d9fd5edb6c..bb261e7dcb9a 100644
--- a/framework/source/uielement/objectmenucontroller.cxx
+++ b/framework/source/uielement/objectmenucontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objectmenucontroller.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-02-25 17:52:21 $
+ * last change: $Author: kz $ $Date: 2004-06-10 13:24:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,7 +165,7 @@ void ObjectMenuController::fillPopupMenu( const Sequence< drafts::com::sun::star
if ( pVCLPopupMenu )
{
- const rtl::OUString aVerbCommand( RTL_CONSTASCII_USTRINGPARAM( ".uno:ObjectMenue?VerbID=" ));
+ const rtl::OUString aVerbCommand( RTL_CONSTASCII_USTRINGPARAM( ".uno:ObjectMenue?VerbID:short=" ));
for ( USHORT i = 0; i < rVerbCommandSeq.getLength(); i++ )
{
const drafts::com::sun::star::frame::status::Verb& rVerb = pVerbCommandArray[i];