summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-06 09:15:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-06 17:32:51 +0200
commitb1253218e428640c0079916ddd5688c8fbb7171e (patch)
tree61fcd23c92f2e737be9d63a049bc6bc1651b415e /svtools
parentb6fa0c15af7ea06a71d65e03204376fce7766ee9 (diff)
forward declare vcl::window in vcl/event.hxx
Change-Id: Ib3fc1b72d3d45377e2d4ccd0ff3e6835d2c29930 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113631 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/table/tablecontrolinterface.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx
index 5314b2952381..6a592728494e 100644
--- a/svtools/inc/table/tablecontrolinterface.hxx
+++ b/svtools/inc/table/tablecontrolinterface.hxx
@@ -21,17 +21,14 @@
#include <sal/types.h>
#include <vcl/seleng.hxx>
+#include <vcl/window.hxx>
#include <table/tabletypes.hxx>
#include <table/tablemodel.hxx>
-
namespace svt::table
{
-
-
//= TableControlAction
-
enum TableControlAction
{
/// moves the cursor in the table control one row up, if possible, by keeping the current column
@@ -235,9 +232,6 @@ namespace svt::table
virtual ~ITableControl() {};
};
-
} // namespace svt::table
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */