summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/FeatureCommandDispatchBase.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2009-10-02 16:06:50 +0000
committerThomas Benisch <tbe@openoffice.org>2009-10-02 16:06:50 +0000
commit7f626bd0cf5a9b0054ad5a51b70cb645f970275d (patch)
tree644c435c1362cf98a5940e7a571fb7bc4928f281 /chart2/source/controller/main/FeatureCommandDispatchBase.hxx
parent9cbd7552577fd95acec3969c9b701b642529c499 (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.hxx2
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();
};