summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/CommandDispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.hxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.hxx b/chart2/source/controller/main/CommandDispatch.hxx
index 761ade94b3fc..2265bdbb94dd 100644
--- a/chart2/source/controller/main/CommandDispatch.hxx
+++ b/chart2/source/controller/main/CommandDispatch.hxx
@@ -117,11 +117,10 @@ protected:
virtual void SAL_CALL disposing(
const css::lang::EventObject& Source ) override;
-protected:
+private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::util::XURLTransformer > m_xURLTransformer;
-private:
typedef std::map< OUString, ::comphelper::OInterfaceContainerHelper2* >
tListenerMap;