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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 30 13:21:02 UTC 2019


 filter/source/config/cache/constant.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6c48186f1e71afdc129bf9d9ee483f10eb1d98ca
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Sep 30 09:52:48 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Sep 30 15:20:10 2019 +0200

    loplugin:duplicate-defines in filter
    
    same constant on two different nearby lines
    
    Change-Id: I3656ab58c26beae0f8f4e329a508dbe651db24db
    Reviewed-on: https://gerrit.libreoffice.org/79832
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/filter/source/config/cache/constant.hxx b/filter/source/config/cache/constant.hxx
index 2a5da1529de3..820c16953831 100644
--- a/filter/source/config/cache/constant.hxx
+++ b/filter/source/config/cache/constant.hxx
@@ -91,7 +91,6 @@
  */
 #define  CFGDIRECTKEY_OFFICELOCALE          "/org.openoffice.Setup/L10N/ooLocale"
 #define  CFGDIRECTKEY_DEFAULTFRAMELOADER    "/org.openoffice.TypeDetection.Misc/Defaults/DefaultFrameLoader"
-#define  CFGDIRECTKEY_OFFICELOCALE          "/org.openoffice.Setup/L10N/ooLocale"
 #define  CFGDIRECTKEY_PRODUCTNAME           "/org.openoffice.Setup/Product/ooName"
 
 // Note that these flag bits have parallel names in


More information about the Libreoffice-commits mailing list