[Libreoffice-commits] core.git: dbaccess/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 11:14:08 UTC 2019


 dbaccess/source/filter/xml/xmlExport.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1b374c5bbb038b1d4c63a65b6ebcf8e0c244ea6f
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Dec 18 09:39:47 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Dec 20 12:12:46 2019 +0100

    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 at collabora.co.uk>

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
 {


More information about the Libreoffice-commits mailing list