summaryrefslogtreecommitdiff
path: root/forms/source/misc/property.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/misc/property.cxx')
-rw-r--r--forms/source/misc/property.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index d042d2968858..e86a7bd94b20 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -29,11 +29,11 @@
//... namespace frm .......................................................
namespace frm
{
-//.........................................................................
-//==================================================================
+
+
//= PropertyInfoService
-//==================================================================
+
PropertyInfoService::PropertyMap PropertyInfoService::s_AllKnownProperties;
sal_Int32 PropertyInfoService::getPropertyId(const OUString& _rName)
@@ -66,7 +66,7 @@ sal_Int32 ConcreteInfoService::getPreferredPropertyId(const OUString& _rName)
#define ADD_PROP_ASSIGNMENT(varname) \
s_AllKnownProperties.push_back(PropertyAssignment(PROPERTY_##varname, PROPERTY_ID_##varname))
-//..................................................................
+
void PropertyInfoService::initialize()
{
if (!s_AllKnownProperties.empty())
@@ -242,7 +242,7 @@ void PropertyInfoService::initialize()
);
}
-//.........................................................................
+
}
//... namespace frm .......................................................