summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/filter/xml/xmlfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlfilter.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.hxx b/dbaccess/source/filter/xml/xmlfilter.hxx
index d8c29c57fc44..0f125776bba5 100644
--- a/dbaccess/source/filter/xml/xmlfilter.hxx
+++ b/dbaccess/source/filter/xml/xmlfilter.hxx
@@ -54,9 +54,7 @@ using namespace ::com::sun::star::text;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-// -------------
// - ODBFilter -
-// -------------
class ODBFilter : public SvXMLImport
{
public:
@@ -90,7 +88,6 @@ private:
sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException);
-
/** fills the map with the Properties
@param _rValue
The Any where the sequence resists in.
@@ -160,9 +157,7 @@ public:
inline void setNewFormat(bool _bNewFormat) { m_bNewFormat = _bNewFormat; }
};
-// -----------------------------------------------------------------------------
} // dbaxml
-// -----------------------------------------------------------------------------
#endif // DBA_XMLFILTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */