summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlExport.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.hxx b/dbaccess/source/filter/xml/xmlExport.hxx
index 3f97629ca601..57c8249652d7 100644
--- a/dbaccess/source/filter/xml/xmlExport.hxx
+++ b/dbaccess/source/filter/xml/xmlExport.hxx
@@ -44,8 +44,9 @@
#include <memory>
-namespace dbaxml
-{
+
+namespace dbaxml {
+
using namespace ::xmloff::token;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::container;
@@ -56,9 +57,10 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-// - ODBExport -
+
#define PROGRESS_BAR_STEP 20
+
class ODBExport : public SvXMLExport
{
typedef ::std::map< ::xmloff::token::XMLTokenEnum, OUString> TSettingsMap;