diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-14 15:23:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-18 10:13:57 +0000 |
commit | 21a68e1745dec1f4c4fd5b90d3a58000ed11c324 (patch) | |
tree | 2d2d1eac6a3394db8b066fdb142b32245667af04 /include/svx/svxids.hrc | |
parent | 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae (diff) |
convert TAB to scoped enum
and rename the SID constant to something more meaningful
Change-Id: Ic07888936df3d537158fd2fb671b0df11350d676
Reviewed-on: https://gerrit.libreoffice.org/24986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svxids.hrc')
-rw-r--r-- | include/svx/svxids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index bcdc8e9b32be..39ef13883f88 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -885,7 +885,7 @@ #define SID_SVXSTDPARAGRAPHTABPAGE_PAGEWIDTH ( SID_SVX_START + 1029 ) #define SID_SVXSTDPARAGRAPHTABPAGE_FLAGSET ( SID_SVX_START + 1030 ) #define SID_SVXSTDPARAGRAPHTABPAGE_ABSLINEDIST ( SID_SVX_START + 1031 ) -#define SID_SVXTABULATORTABPAGE_CONTROLFLAGS ( SID_SVX_START + 1032 ) +#define SID_SVXTABULATORTABPAGE_DISABLEFLAGS ( SID_SVX_START + 1032 ) #define SID_SVXTEXTATTRPAGE_VIEW ( SID_SVX_START + 1033 ) #define SID_FLAG_TYPE ( SID_SVX_START + 1034 ) #define SID_SWMODE_TYPE ( SID_SVX_START + 1035 ) |