[Libreoffice-commits] core.git: sd/inc

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 16:05:29 UTC 2019


 sd/inc/app.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f7817d988c6251fd42433c1f4886b7f8270a24ff
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Dec 18 14:16:02 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Dec 20 17:03:36 2019 +0100

    loplugin:duplicate-defines
    
    Change-Id: Ic98501b755fee242bf40d4e60b2116fe500522e6
    Reviewed-on: https://gerrit.libreoffice.org/85568
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 9c4f8f73a0a0..450bc35195fa 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -155,7 +155,7 @@
 #define SID_STATUS_PAGE                     (SID_SD_START+86)
 #define SID_STATUS_LAYOUT                   (SID_SD_START+87)
 #define SID_STATUS_SELMODE                  (SID_SD_START+88)
-#define SID_MODIFIED                        TypedWhichId<SfxBoolItem>(SID_SD_START+89)
+// In sfxsids.hrc: SID_MODIFIED              TypedWhichId<SfxBoolItem>(SID_SD_START+89)
 #define SID_OBJECT_CROOK_ROTATE             (SID_SD_START+90)
 #define SID_OBJECT_CROOK_SLANT              (SID_SD_START+91)
 #define SID_OBJECT_CROOK_STRETCH            (SID_SD_START+92)
@@ -165,7 +165,7 @@
 // In svxids.hrc:  SID_ENTER_GROUP              (SID_SD_START+96)
 // In svxids.hrc:  SID_LEAVE_GROUP              (SID_SD_START+97)
 // In svxids.hrc:  SID_SIZE_PAGE_WIDTH          (SID_SD_START+98)
-#define SID_SIZE_OPTIMAL                    (SID_SD_START+99)
+// In sfxsids.hrc: SID_SIZE_OPTIMAL             (SID_SD_START+99)
 #define SID_OBJECT_TRANSPARENCE             (SID_SD_START+100)
 #define SID_OBJECT_GRADIENT                 (SID_SD_START+101)
     // FREE


More information about the Libreoffice-commits mailing list