summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 09:39:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-20 12:12:46 +0100
commit1b374c5bbb038b1d4c63a65b6ebcf8e0c244ea6f (patch)
tree035fe083c17c356f90f94d15be60b19c0fcc9640 /dbaccess
parent5281a51fec425b06839a37e99036504c5c3f1d12 (diff)
loplugin:duplicate-defines
already defined in xmlEnums.hxx Change-Id: I1840249c9e08721a3654d2c5eb4e4fa6468bf8d6 Reviewed-on: https://gerrit.libreoffice.org/85556 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.hxx b/dbaccess/source/filter/xml/xmlExport.hxx
index dd795e3b8529..a1b9a2ed29e7 100644
--- a/dbaccess/source/filter/xml/xmlExport.hxx
+++ b/dbaccess/source/filter/xml/xmlExport.hxx
@@ -56,8 +56,6 @@ using namespace ::com::sun::star::text;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-#define PROGRESS_BAR_STEP 20
-
class ODBExport : public SvXMLExport
{