summaryrefslogtreecommitdiff
path: root/include/svx/optgrid.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-18 16:01:16 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-22 08:56:11 +0200
commit3847676cf616ccce40037444e8386dec059487bf (patch)
tree91b01be4248945599617dde39911e518d2919832 /include/svx/optgrid.hxx
parent9bd5ba2d3a6f63279acfeea63303825bd300c778 (diff)
tdf#42949 Fix IWYU warnings in include/svx/[h-r]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib7e1d0f7483aa8b5cab320278714f2d5f36fdbd9 Reviewed-on: https://gerrit.libreoffice.org/72534 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svx/optgrid.hxx')
-rw-r--r--include/svx/optgrid.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx
index 1e4f62c92c96..df86d3240391 100644
--- a/include/svx/optgrid.hxx
+++ b/include/svx/optgrid.hxx
@@ -20,11 +20,13 @@
#define INCLUDED_SVX_OPTGRID_HXX
#include <sfx2/tabdlg.hxx>
-#include <svl/eitem.hxx>
-#include <vcl/weld.hxx>
#include <svx/svxdllapi.h>
-class SvxGridTabPage;
+namespace weld { class CheckButton; }
+namespace weld { class MetricSpinButton; }
+namespace weld { class SpinButton; }
+namespace weld { class ToggleButton; }
+namespace weld { class Widget; }
class SVX_DLLPUBLIC SvxOptionsGrid
{