summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2025-04-15 15:16:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2025-04-15 19:25:47 +0200
commite4bfed12f004e8f9b49a7532ed26b1075b4de462 (patch)
tree24b7890ad8ff42a613b978d15562a5c637a96a2e /sw/inc
parent8cbe2653fee7322293968a4a2377fab7793bc785 (diff)
replace TabName -> TableName in sw
Change-Id: Ic3e3c8cc8921405cc79abc6e02678426e49e7d7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184224 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/SwGetPoolIdFromName.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwGetPoolIdFromName.hxx b/sw/inc/SwGetPoolIdFromName.hxx
index 1f46af93661f..9f30b4477e2e 100644
--- a/sw/inc/SwGetPoolIdFromName.hxx
+++ b/sw/inc/SwGetPoolIdFromName.hxx
@@ -30,7 +30,7 @@ enum class SwGetPoolIdFromName : sal_uInt16
FrmFmt = 0x04,
PageDesc = 0x08,
NumRule = 0x10,
- TabStyle = 0x20,
+ TableStyle = 0x20,
CellStyle = 0x40
};