summaryrefslogtreecommitdiff
path: root/forms/source/inc/property.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/property.hxx')
-rw-r--r--forms/source/inc/property.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx
index 93e62e0d7714..2584e2c54a17 100644
--- a/forms/source/inc/property.hxx
+++ b/forms/source/inc/property.hxx
@@ -102,7 +102,7 @@ class ConcreteInfoService : public ::comphelper::IPropertyInfoService
public:
virtual ~ConcreteInfoService() {}
- virtual sal_Int32 getPreferedPropertyId(const OUString& _rName);
+ virtual sal_Int32 getPreferredPropertyId(const OUString& _rName);
};
//------------------------------------------------------------------------------