summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/propertysetitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/propertysetitem.hxx')
-rw-r--r--dbaccess/source/ui/inc/propertysetitem.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/propertysetitem.hxx b/dbaccess/source/ui/inc/propertysetitem.hxx
index 82b47ae48876..f10d46f1901a 100644
--- a/dbaccess/source/ui/inc/propertysetitem.hxx
+++ b/dbaccess/source/ui/inc/propertysetitem.hxx
@@ -23,14 +23,10 @@
#include <svl/poolitem.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
-//.........................................................................
namespace dbaui
{
-//.........................................................................
- //=========================================================================
- //= OPropertySetItem
- //=========================================================================
+ // OPropertySetItem
/** <type>SfxPoolItem</type> which transports a XPropertySet
*/
class OPropertySetItem : public SfxPoolItem
@@ -51,9 +47,7 @@ namespace dbaui
getPropertySet() const { return m_xSet; }
};
-//.........................................................................
} // namespace dbaui
-//.........................................................................
#endif // _DBAUI_PROPERTYSETITEM_HXX_