summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2025-01-24 10:15:13 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2025-01-24 22:00:23 +0100
commitb7a662e81432bc50ec485f6062cab4b0dc71870c (patch)
treebccac05093fb0d5e2c3d318e3c32c4ee9e974618
parent9701fa96d9a64a9d6374447a0cdb62b5746d3b9a (diff)
Drop unused RowPos typedef
The `RowPos` typedef used e.g. in toolkit/source/controls/table/tablecontrol_impl.cxx is defined the same way in toolkit/inc/controls/table/tabletypes.hxx . Change-Id: Ia9997150f1b9395bf4b7a73b079e0a79639b209e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180694 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--include/vcl/accessibletable.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/accessibletable.hxx b/include/vcl/accessibletable.hxx
index 5afae8d1bfd1..e7d49b3935e9 100644
--- a/include/vcl/accessibletable.hxx
+++ b/include/vcl/accessibletable.hxx
@@ -30,8 +30,6 @@ namespace vcl { class Window; }
namespace vcl::table
{
-typedef sal_Int32 RowPos;
-
enum class AccessibleTableControlObjType
{
GRIDCONTROL, /// The GridControl itself.