sw/inc/cmdid.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad674edf394bd1c9b56410b5f53587c303693fcc
Author:     Szymon Kłos <eszka...@gmail.com>
AuthorDate: Mon Jan 31 14:25:43 2022 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri Feb 4 15:58:04 2022 +0100

    Use unique id for FN_UNO_TRANSFORMED_GRAPHIC
    
    Change-Id: I1425fbbe843534adba8b87f9c7b23461cc6049c2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129375
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129489
    Tested-by: Jenkins

diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index bdac82f3bc2c..419fceb99c79 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -632,7 +632,7 @@
 #define FN_UNO_VISIBLE_AREA_WIDTH           (FN_EXTRA2 + 125)
 #define FN_UNO_VISIBLE_AREA_HEIGHT          (FN_EXTRA2 + 126)
 
-#define FN_UNO_TRANSFORMED_GRAPHIC          (FN_EXTRA2 + 125)
+#define FN_UNO_TRANSFORMED_GRAPHIC          (FN_EXTRA2 + 127)
 
 // Area: Help
 // Region: Traveling & Selection

Reply via email to