diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-03-09 15:48:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-03-12 18:42:33 +0100 |
commit | 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 (patch) | |
tree | c5a2a7ff72a39b19d8b736aa2372a5c013d5bcef /sw/source | |
parent | 03f9b6bebc0ca77021be46664c7bcbe4cb297503 (diff) |
cui: implement contextual spacing UI
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/chrdlg/pardlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index 50b61967d2e3..be65dfbc6d2c 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -186,7 +186,7 @@ void SwParaDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage) if (!bDrawParaDlg) { - aSet.Put(SfxUInt32Item(SID_SVXSTDPARAGRAPHTABPAGE_FLAGSET,0x000E)); + aSet.Put(SfxUInt32Item(SID_SVXSTDPARAGRAPHTABPAGE_FLAGSET,0x001E)); aSet.Put(SfxUInt32Item(SID_SVXSTDPARAGRAPHTABPAGE_ABSLINEDIST, MM50/10)); } |