diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-10-02 16:06:50 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-10-02 16:06:50 +0000 |
commit | 7f626bd0cf5a9b0054ad5a51b70cb645f970275d (patch) | |
tree | 644c435c1362cf98a5940e7a571fb7bc4928f281 /chart2/source/controller/main/FeatureCommandDispatchBase.hxx | |
parent | 9cbd7552577fd95acec3969c9b701b642529c499 (diff) |
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/FeatureCommandDispatchBase.hxx')
-rw-r--r-- | chart2/source/controller/main/FeatureCommandDispatchBase.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx index ab862f222..96af3735c 100644 --- a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx +++ b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx @@ -106,6 +106,8 @@ protected: mutable SupportedFeatures m_aSupportedFeatures; + sal_uInt16 m_nFeatureId; + private: void fillSupportedFeatures(); }; |