summaryrefslogtreecommitdiffstats
path: root/include/comphelper/propertysetinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertysetinfo.hxx')
-rw-r--r--include/comphelper/propertysetinfo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propertysetinfo.hxx b/include/comphelper/propertysetinfo.hxx
index 687398316508..5ee554f2b8b9 100644
--- a/include/comphelper/propertysetinfo.hxx
+++ b/include/comphelper/propertysetinfo.hxx
@@ -28,14 +28,14 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/comphelperdllapi.h>
-//=========================================================================
+
//= property helper classes
-//=========================================================================
+
//... namespace comphelper .......................................................
namespace comphelper
{
-//.........................................................................
+
struct PropertyMapEntry
{
@@ -80,7 +80,7 @@ public:
virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
-//.........................................................................
+
}
//... namespace comphelper .......................................................