From e90e3bb1d802bdd5f06a2de9752069f9dfb61aab Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 17 Dec 2019 15:58:05 +0200 Subject: 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 --- include/svx/searchcharmap.hxx | 3 --- 1 file changed, 3 deletions(-) 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 -- cgit