diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 15:58:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 09:57:51 +0100 |
commit | e90e3bb1d802bdd5f06a2de9752069f9dfb61aab (patch) | |
tree | f55d2a9815e26701833d4f1de7bc0e4c86b7826a | |
parent | 99429e2dee996965d30d057f649ec31077fbabb4 (diff) |
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@collabora.co.uk>
-rw-r--r-- | include/svx/searchcharmap.hxx | 3 |
1 files changed, 0 insertions, 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 |