summaryrefslogtreecommitdiff
path: root/include/comphelper/propertysetinfo.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-29 02:08:01 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-29 02:08:32 +0200
commit9eeee5466fba5a3ff1de6d47b6341d83cf14c275 (patch)
tree954ed8aed74bcde1b1efb3c481825e336c90ae61 /include/comphelper/propertysetinfo.hxx
parent5215ae54437d2cdc017e49b5b518c4e6a8fb2d50 (diff)
Bin superfluous whitespace, ASCII art and useless comments
Change-Id: Ic70fe69f407e49604b056cdcb92aa3d656e1aeaf
Diffstat (limited to 'include/comphelper/propertysetinfo.hxx')
-rw-r--r--include/comphelper/propertysetinfo.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/comphelper/propertysetinfo.hxx b/include/comphelper/propertysetinfo.hxx
index 8b89fc3c42c8..06bba8c87f53 100644
--- a/include/comphelper/propertysetinfo.hxx
+++ b/include/comphelper/propertysetinfo.hxx
@@ -28,15 +28,9 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/comphelperdllapi.h>
-
-//= property helper classes
-
-
-//... namespace comphelper .......................................................
namespace comphelper
{
-
struct PropertyMapEntry
{
OUString maName;
@@ -80,9 +74,7 @@ public:
virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
}
-//... namespace comphelper .......................................................
#endif // _UTL_PROPERTSETINFO_HXX_