diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-22 15:17:14 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-22 15:19:15 +0200 |
commit | 5639cb44547b01443b772d02cb131342ec49ae20 (patch) | |
tree | 30471801ca9450efdc1d48cee0909497c42dec13 /editeng | |
parent | 6ff2df12eb28447ac91f833bfbd7f74468b09c5a (diff) |
editeng: move two double used SIDs
Those are using the same IDs:
SID_OBJECT_MIRROR (SID_SVX_START+1093)
SID_DELETE_POSTIT (SID_SVX_START+1094)
Also move SID_ATTR_PARA_OUTLINE_LEVEL to make it not too complicated.
The range from 1121 to 1124 is free. Before those sadly non.
Change-Id: If62fdc1eb8bb89f2e7f7c3682c8a83450ca03eb4
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/editids.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/editeng/editids.hrc b/editeng/inc/editeng/editids.hrc index b70af15ae5f1..7dbaae890a51 100644 --- a/editeng/inc/editeng/editids.hrc +++ b/editeng/inc/editeng/editids.hrc @@ -112,9 +112,9 @@ #define SID_ATTR_CHAR_LATIN_LANGUAGE ( SID_SVX_START + 996 ) #define SID_ATTR_CHAR_LATIN_POSTURE ( SID_SVX_START + 997 ) #define SID_ATTR_CHAR_LATIN_WEIGHT ( SID_SVX_START + 998 ) -#define SID_ATTR_PARA_OUTLINE_LEVEL ( SID_SVX_START +1092 ) -#define SID_ATTR_CHAR_PREVIEW_FONT ( SID_SVX_START + 1093 ) -#define SID_ATTR_CHAR_ENDPREVIEW_FONT ( SID_SVX_START + 1094 ) +#define SID_ATTR_PARA_OUTLINE_LEVEL ( SID_SVX_START + 1121 ) +#define SID_ATTR_CHAR_PREVIEW_FONT ( SID_SVX_START + 1122 ) +#define SID_ATTR_CHAR_ENDPREVIEW_FONT ( SID_SVX_START + 1123 ) // this ID didn't exist prior to the svx split |