summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2022-03-06 20:00:54 +0100
committerRegina Henschel <rb.henschel@t-online.de>2022-03-06 23:22:33 +0100
commitb4e9eb5b977e53e86abb3a6a3bb530d3a5ac7368 (patch)
tree0c7cfb5009aa080f0eee9ed2dc111ceb09655a96 /svx
parent4e93ba94f1969b672632319fc45db02f6558f87e (diff)
Swap light preview bmp in extrusioncontrols to correct order
The order was wrong since commit dd1df645b4fe0 which moved them from independent entries in extrusioncontrols.src to an ordered array in extrusioncontrols.cxx. Change-Id: I346a40a0506d9103a33eb9f06c7017663d61949e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131086 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx b/svx/source/tbxctrls/extrusioncontrols.cxx
index b06dc0bd423f..9affab6d7988 100644
--- a/svx/source/tbxctrls/extrusioncontrols.cxx
+++ b/svx/source/tbxctrls/extrusioncontrols.cxx
@@ -79,8 +79,8 @@ constexpr rtl::OUStringConstExpr aLightPreviewBmps[] =
RID_SVXBMP_LIGHT_PREVIEW_FROM_TOP,
RID_SVXBMP_LIGHT_PREVIEW_FROM_TOP_RIGHT,
RID_SVXBMP_LIGHT_PREVIEW_FROM_LEFT,
- RID_SVXBMP_LIGHT_PREVIEW_FROM_RIGHT,
RID_SVXBMP_LIGHT_PREVIEW_FROM_FRONT,
+ RID_SVXBMP_LIGHT_PREVIEW_FROM_RIGHT,
RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM_LEFT,
RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM,
RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM_RIGHT