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
commit884d21f1e632388d5f72a94a8887069119ff6c97 (patch)
treeb8a0796a8c33ced6ff0bab6123a0853969954c8d /chart2/source/controller/main/FeatureCommandDispatchBase.hxx
parentff02154165d7df7b6ab79a9b5c0e1561f5117232 (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 d45c2f446dcb..f75fc4084890 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();
};