summaryrefslogtreecommitdiffstats
path: root/include/comphelper/propertysethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertysethelper.hxx')
-rw-r--r--include/comphelper/propertysethelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propertysethelper.hxx b/include/comphelper/propertysethelper.hxx
index ad27dfaea6b5..05f8fde728b6 100644
--- a/include/comphelper/propertysethelper.hxx
+++ b/include/comphelper/propertysethelper.hxx
@@ -25,14 +25,14 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <comphelper/comphelperdllapi.h>
-//=========================================================================
+
//= property helper classes
-//=========================================================================
+
//... namespace comphelper ................................................
namespace comphelper
{
-//.........................................................................
+
class PropertySetInfo;
struct PropertyMapEntry;
@@ -82,7 +82,7 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
};
-//.........................................................................
+
}
//... namespace comphelper..................................................