summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorWinfried Donkers <osc@dci-electronics.nl>2012-03-08 12:56:57 +0100
committerTor Lillqvist <tlillqvist@suse.com>2012-03-08 14:08:48 +0200
commitdf0644161bf9b8e476eb138726f38ba5f11b19b7 (patch)
treeaeed05e976b518a36ff4ef4a3879321b3d6e49cf /sw
parentExport the LCMS2_CFLAGS and LCMS2_LIBS (diff)
downloadcore-df0644161bf9b8e476eb138726f38ba5f11b19b7.tar.gz
core-df0644161bf9b8e476eb138726f38ba5f11b19b7.zip
fdo#45682 split button for writer table line color
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/app/swmodule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index ab747375c747..03bb5a2bb5e7 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -355,7 +355,7 @@ void SwDLL::RegisterControls()
SvxColorExtToolBoxControl::RegisterControl( SID_BACKGROUND_COLOR, pMod );
SvxFrameToolBoxControl::RegisterControl(SID_ATTR_BORDER, pMod );
SvxFrameLineStyleToolBoxControl::RegisterControl(SID_FRAME_LINESTYLE, pMod );
- SvxFrameLineColorToolBoxControl::RegisterControl(SID_FRAME_LINECOLOR, pMod );
+ SvxColorExtToolBoxControl::RegisterControl(SID_FRAME_LINECOLOR, pMod );
SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME_INTERACT, pMod );
SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME, pMod );