diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-04-18 11:16:00 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:16 +0100 |
commit | c991fb49aa174f300be0b978d89bc63e01e0aa2b (patch) | |
tree | f510b9189cb1336ff50627cc801749bf091a13fa /sw/inc | |
parent | 9d4c1cd63cb8ec8ede01f2d9ad69084027113bec (diff) |
Resolves: #i122026# adjust names of newly introduced UNO commands
correct uno:FlipHorizontal and uno:FlipVertical
(cherry picked from commit 1ea8067f70bb806aa501ea72686a950f1e5ee591)
Conflicts:
default_images/res/commandimagelist/lc_fliphorizontal.png
default_images/res/commandimagelist/lc_flipvertical.png
default_images/res/commandimagelist/lch_fliphorizontal.png
default_images/res/commandimagelist/lch_flipvertical.png
default_images/res/commandimagelist/sc_fliphorizontal.png
default_images/res/commandimagelist/sc_flipvertical.png
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
svx/sdi/svx.sdi
sw/inc/cmdid.h
sw/source/ui/shells/drawsh.cxx
sw/uiconfig/sglobal/toolbar/graphicobjectbar.xml
sw/uiconfig/swform/toolbar/graphicobjectbar.xml
sw/uiconfig/swreport/toolbar/graphicobjectbar.xml
sw/uiconfig/swriter/toolbar/graphicobjectbar.xml
sw/uiconfig/swxform/toolbar/graphicobjectbar.xml
Change-Id: I2c646586d592eb1d703c6db07e4c913d858fdc47
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 33d245e225db..dee921d426fa 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -321,9 +321,6 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11) /* superscript */ #define FN_SET_SUB_SCRIPT (FN_FORMAT + 12) /* subscript */ -#define FN_FLIP_HORZ_GRAFIC (FN_FORMAT + 25) /* mirror horizontally */ -#define FN_FLIP_VERT_GRAFIC (FN_FORMAT + 26) /* mirror vertically */ - #define FN_FORMAT_PAGE_SETTING_DLG (FN_FORMAT + 42) /* */ #define FN_NUM_FORMAT_TABLE_DLG (FN_FORMAT + 45) /* number format in table */ #define FN_FORMAT_BORDER_DLG (FN_FORMAT + 48) /* */ |