summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-01 14:43:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-01 14:53:50 +0100
commit34ebb26d4c63d73d42d711c9a6e09aae9afae61e (patch)
tree39a9e4d30d8c03f1636aeee8f9a145e1b8d58d86 /sd
parent97acd294518e9c91d8b103d6700768b7ca7e5bbf (diff)
sids unsorted
since commit 74ef8a4148f7d8fdf0d40481f879cdd13b27aafb Author: Maxim Monastirsky <momonasmon@gmail.com> Date: Sun Dec 7 01:18:06 2014 +0200 Introduce ParaspaceIncrease/Decrease commands in Writer and Calc Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/futext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index a359f7ad7d80..9aa0bbc997b3 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -125,9 +125,9 @@ static sal_uInt16 SidArray[] = {
SID_TEXTDIRECTION_TOP_TO_BOTTOM, // 10908
SID_ATTR_PARA_LEFT_TO_RIGHT, // 10950
SID_ATTR_PARA_RIGHT_TO_LEFT, // 10951
+ SID_PARASPACE_INCREASE, // 11145
+ SID_PARASPACE_DECREASE, // 11146
FN_NUM_BULLET_ON, // 20138
- SID_PARASPACE_INCREASE, // 27346
- SID_PARASPACE_DECREASE, // 27347
0 };
TYPEINIT1( FuText, FuConstruct );