diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:51:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:51:13 +0000 |
commit | 2ee0e75caf897b14d8bb27728791c1c02b7312b7 (patch) | |
tree | 31ca455b3c153bd4ed43f7c8be073b9843e6176b /chart2/source/controller/main/CommandDispatchContainer.hxx | |
parent | 6956253e29a21dcab2d39ba3eb85299fe6acc071 (diff) |
INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED
2008/04/16 06:35:36 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties
Diffstat (limited to 'chart2/source/controller/main/CommandDispatchContainer.hxx')
-rw-r--r-- | chart2/source/controller/main/CommandDispatchContainer.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chart2/source/controller/main/CommandDispatchContainer.hxx b/chart2/source/controller/main/CommandDispatchContainer.hxx index c5693d811804..90b9c94cc5d5 100644 --- a/chart2/source/controller/main/CommandDispatchContainer.hxx +++ b/chart2/source/controller/main/CommandDispatchContainer.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CommandDispatchContainer.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -126,7 +126,11 @@ private: ::com::sun::star::frame::XDispatch > > tDispatchMap; + typedef + ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > > tDisposeVector; + mutable tDispatchMap m_aCachedDispatches; + mutable tDisposeVector m_aToBeDisposedDispatches; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModel; |