summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertycontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertycontainer.cxx')
-rw-r--r--comphelper/source/property/propertycontainer.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx
index 6fd333525411..b2e5fed945ce 100644
--- a/comphelper/source/property/propertycontainer.cxx
+++ b/comphelper/source/property/propertycontainer.cxx
@@ -28,18 +28,18 @@
#include <algorithm>
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
-//==========================================================================
+
//= OPropertyContainer
-//==========================================================================
+
OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper)
:OPropertySetHelper(_rBHelper)
@@ -89,9 +89,9 @@ void OPropertyContainer::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle)
OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle );
}
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */