[Libreoffice-commits] core.git: 2 commits - editeng/inc svx/inc

Thomas Arnhold thomas at arnhold.org
Mon Apr 22 06:21:48 PDT 2013


 editeng/inc/editeng/editids.hrc |    6 +++---
 svx/inc/svx/svxids.hrc          |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 5639cb44547b01443b772d02cb131342ec49ae20
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Apr 22 15:17:14 2013 +0200

    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

diff --git a/editeng/inc/editeng/editids.hrc b/editeng/inc/editeng/editids.hrc
index b70af15..7dbaae8 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
commit 6ff2df12eb28447ac91f833bfbd7f74468b09c5a
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Apr 22 15:13:23 2013 +0200

    this slot name is unused and SID_SD_AUTOPILOT is already using it
    
    Change-Id: I9aaf8fb16b8c62dae1123d578acb6780b59ef46e

diff --git a/svx/inc/svx/svxids.hrc b/svx/inc/svx/svxids.hrc
index 5454042..3c11c36 100644
--- a/svx/inc/svx/svxids.hrc
+++ b/svx/inc/svx/svxids.hrc
@@ -522,7 +522,6 @@
 #define SID_COLOR_CONTROL                               ( SID_SVX_START + 417 )
 #define SID_ATTR_3D_INTERN                              ( SID_SVX_START + 422 )
 #define SID_PSZ_FUNCTION                                ( SID_SVX_START + 423 )
-#define SID_OFASLOTS_START                              ( SID_SVX_START + 425 )
 
 #define SID_TABLE_INSERT_COL_DLG                        ( SID_SVX_START + 426 )
 #define SID_TABLE_INSERT_ROW_DLG                        ( SID_SVX_START + 427 )


More information about the Libreoffice-commits mailing list