diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index c95447cd5eb3..fefec1a57385 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -894,11 +894,6 @@ #define RID_SVXSTR_DEPTH_3_INCH (RID_SVX_START + 1000) #define RID_SVXSTR_DEPTH_4_INCH (RID_SVX_START + 1001) -#define RID_SVXFLOAT_FONTWORK_ALIGNMENT (RID_SVX_START + 1002) - -/* #i35426# DR 2004-10-19: (RID_SVX_START+1002) is - already used for RID_SVXFLOAT_FONTWORK_ALIGNMENT above. But these IDs describe floating - windows, and the following IDs are for strings, so this is no conflict. */ #define RID_SVXSTR_PAGES (RID_SVX_START + 1002) #define RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE (RID_SVX_START + 1118) @@ -1084,9 +1079,19 @@ #define RID_SVXIMG_LIGHTING_BRIGHT (RID_SVX_START + 1365) #define RID_SVXIMG_LIGHTING_NORMAL (RID_SVX_START + 1366) #define RID_SVXIMG_LIGHTING_DIM (RID_SVX_START + 1367) +#define RID_SVXSTR_ALIGN_LEFT (RID_SVX_START + 1368) +#define RID_SVXSTR_ALIGN_CENTER (RID_SVX_START + 1369) +#define RID_SVXSTR_ALIGN_RIGHT (RID_SVX_START + 1370) +#define RID_SVXSTR_ALIGN_WORD (RID_SVX_START + 1371) +#define RID_SVXSTR_ALIGN_STRETCH (RID_SVX_START + 1372) +#define RID_SVXIMG_FONTWORK_ALIGN_LEFT (RID_SVX_START + 1373) +#define RID_SVXIMG_FONTWORK_ALIGN_CENTER (RID_SVX_START + 1374) +#define RID_SVXIMG_FONTWORK_ALIGN_RIGHT (RID_SVX_START + 1375) +#define RID_SVXIMG_FONTWORK_ALIGN_WORD (RID_SVX_START + 1376) +#define RID_SVXIMG_FONTWORK_ALIGN_STRETCH (RID_SVX_START + 1377) // !!! IMPORTANT: consider and update RID_SVXSTR_NEXTFREE when introducing new RIDs for Strings !!! -#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1368) +#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1378) // if we have _a_lot_ time, we should group the resource ids by type, instead // of grouping them by semantics. The reason is that resource ids have to be |