summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/formmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.hxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 7e5e750ba027..2f0370c64746 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -34,10 +34,9 @@ namespace pcr
//= OPropertyInfoService
- class OPropertyInfoService
+ class OPropertyInfoService final
:public IPropertyInfoService
{
- protected:
static sal_uInt16 s_nCount;
static OPropertyInfoImpl* s_pPropertyInfos;
// TODO: a real structure which allows quick access by name as well as by id
@@ -53,7 +52,7 @@ namespace pcr
bool isComposeable( const OUString& _rPropertyName ) const;
- protected:
+ private:
static const OPropertyInfoImpl* getPropertyInfo();
static const OPropertyInfoImpl* getPropertyInfo(const OUString& _rName);