diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 11:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 12:39:14 +0100 |
commit | e6e85f139b250b1d48749bd336c28a7e46019993 (patch) | |
tree | 9772b42211d4af882feecfa24089f3d692ea8c8a /include/svtools/table | |
parent | e2d067f38b44bd76a291eda00bda4da5c11564bf (diff) |
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275
Reviewed-on: https://gerrit.libreoffice.org/46763
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/table')
-rw-r--r-- | include/svtools/table/tabletypes.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svtools/table/tabletypes.hxx b/include/svtools/table/tabletypes.hxx index 727ab2368c61..b10d1a411d0b 100644 --- a/include/svtools/table/tabletypes.hxx +++ b/include/svtools/table/tabletypes.hxx @@ -34,14 +34,6 @@ namespace svt { namespace table /// a value denoting a row position within a table typedef sal_Int32 RowPos; - /** a value denoting an arbitrary coordinate value of a position within - a table - - Values of this type are guaranteed to be large enough to hold column - positions as well as row positions. - */ - typedef sal_Int32 AnyPos; - typedef sal_Int32 TableMetrics; /// denotes the column containing the row headers |