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

New commits:
commit cf721ae71cc92799b418479e737be5ec2bcf16a4
Author:     Szymon Kłos <[email protected]>
AuthorDate: Mon Jan 31 14:25:43 2022 +0100
Commit:     Szymon Kłos <[email protected]>
CommitDate: Wed Feb 2 13:17:11 2022 +0100

    Use unique id for FN_UNO_TRANSFORMED_GRAPHIC
    
    Change-Id: I1425fbbe843534adba8b87f9c7b23461cc6049c2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129229
    Tested-by: Szymon Kłos <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index 50e6560d25c8..ff229e1672db 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -620,7 +620,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