summaryrefslogtreecommitdiff
path: root/framework/inc/xml/menudocumenthandler.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 08:42:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 08:42:14 +0000
commit86925bd8567356cae79f766a2722e443392664c7 (patch)
treedbcb2cd7f33c8d4f6c26c420003ccfcf8fd0f6c0 /framework/inc/xml/menudocumenthandler.hxx
parent10f94c453e2e22a432a6f8b894cd94a088e744fa (diff)
INTEGRATION: CWS fwk48 (1.5.56); FILE MERGED
2006/09/13 11:32:24 cd 1.5.56.1: #i68984# Property strings must be members to profit from ref counting
Diffstat (limited to 'framework/inc/xml/menudocumenthandler.hxx')
-rw-r--r--framework/inc/xml/menudocumenthandler.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx
index 8b919bc08f9d..57c182c7df86 100644
--- a/framework/inc/xml/menudocumenthandler.hxx
+++ b/framework/inc/xml/menudocumenthandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: menudocumenthandler.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 11:09:05 $
+ * last change: $Author: obo $ $Date: 2006-10-13 09:42:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -144,6 +144,16 @@ class ReadMenuDocumentHandlerBase : public ::com::sun::star::xml::sax::XDocument
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler> m_xReader;
+ void initPropertyCommon( com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > &rProps,
+ const rtl::OUString &rCommandURL, const rtl::OUString &rHelpId,
+ const rtl::OUString &rLabel);
+ private:
+ rtl::OUString m_aType;
+ rtl::OUString m_aLabel;
+ rtl::OUString m_aContainer;
+ rtl::OUString m_aHelpURL;
+ rtl::OUString m_aCommandURL;
+ ::com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > m_aItemProp;
};