summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertycontainerhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertycontainerhelper.cxx')
-rw-r--r--comphelper/source/property/propertycontainerhelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx
index b84dd766e888..e0f0c4fd4086 100644
--- a/comphelper/source/property/propertycontainerhelper.cxx
+++ b/comphelper/source/property/propertycontainerhelper.cxx
@@ -120,7 +120,6 @@ void OPropertyContainerHelper::registerMayBeVoidProperty(const OUString& _rName,
}
-
void OPropertyContainerHelper::registerPropertyNoMember(const OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes,
const Type& _rType, const void* _pInitialValue)
{
@@ -503,5 +502,4 @@ void OPropertyContainerHelper::describeProperties(Sequence< Property >& _rProps)
} // namespace comphelper
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */