summaryrefslogtreecommitdiff
path: root/comphelper/source/property/opropertybag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/opropertybag.cxx')
-rw-r--r--comphelper/source/property/opropertybag.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx
index 0136f2862b1a..04a7330bd9b8 100644
--- a/comphelper/source/property/opropertybag.cxx
+++ b/comphelper/source/property/opropertybag.cxx
@@ -44,10 +44,10 @@ void createRegistryInfo_OPropertyBag()
static ::comphelper::module::OAutoRegistration< ::comphelper::OPropertyBag > aAutoRegistration;
}
-//........................................................................
+
namespace comphelper
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -55,9 +55,9 @@ namespace comphelper
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::container;
- //====================================================================
+
//= OPropertyBag
- //====================================================================
+
OPropertyBag::OPropertyBag()
:OPropertyBag_PBase( GetBroadcastHelper(), this )
@@ -578,8 +578,8 @@ namespace comphelper
return aDefault;
}
-//........................................................................
+
} // namespace comphelper
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */