[Libreoffice-commits] core.git: include/svx

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 08:59:43 UTC 2019


 include/svx/searchcharmap.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e90e3bb1d802bdd5f06a2de9752069f9dfb61aab
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Dec 17 15:58:05 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 18 09:57:51 2019 +0100

    loplugin:duplicate-defines
    
    these are already defined in include/svx/charmap.hxx, which is the
    superclass header, so that looks like the better place to keep
    
    Change-Id: I313a6a910e061360846cab4f84b0f47c98778aae
    Reviewed-on: https://gerrit.libreoffice.org/85342
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/svx/searchcharmap.hxx b/include/svx/searchcharmap.hxx
index c5ca0f81f779..33d7432096d8 100644
--- a/include/svx/searchcharmap.hxx
+++ b/include/svx/searchcharmap.hxx
@@ -32,9 +32,6 @@ namespace svx { struct SvxShowCharSetItem; }
 namespace tools { class Rectangle; }
 namespace weld { class ScrolledWindow; }
 
-#define COLUMN_COUNT    16
-#define ROW_COUNT        8
-
 class Subset;
 
 class SVX_DLLPUBLIC SvxSearchCharSet final : public SvxShowCharSet


More information about the Libreoffice-commits mailing list