diff options
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(); }; |