summaryrefslogtreecommitdiff
path: root/include/comphelper/propertycontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertycontainer.hxx')
-rw-r--r--include/comphelper/propertycontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx
index 20361a8703e2..2f620e977e7b 100644
--- a/include/comphelper/propertycontainer.hxx
+++ b/include/comphelper/propertycontainer.hxx
@@ -25,10 +25,10 @@
#include <com/sun/star/uno/Type.hxx>
#include <comphelper/comphelperdllapi.h>
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
+
/** a OPropertySetHelper implementation which is just a simple container for properties represented
by class members, usually in a derived class.
@@ -77,9 +77,9 @@ protected:
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
};
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
#endif // INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX