diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-04 23:13:56 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-05 15:35:40 +0300 |
commit | fd22d2d9e1935f19a900a339995827bc7a795cb7 (patch) | |
tree | 8be2c073d774245834631978e471998b79a22bc6 /sc | |
parent | c700ed71f457a141c8033d2ab863bf884c50fa96 (diff) |
Base SvxFrameToolBoxControl on PopupWindowController
Change-Id: I7666c7c5c99b1705bc8ece2913c2cdf9fdecced3
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 355552dfe9b9..abc587c0e333 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -167,7 +167,6 @@ void ScDLL::Init() SvxColorToolBoxControl ::RegisterControl(SID_ATTR_CHAR_COLOR, pMod); SvxColorToolBoxControl ::RegisterControl(SID_BACKGROUND_COLOR, pMod); SvxColorToolBoxControl ::RegisterControl(SID_ATTR_CHAR_BACK_COLOR, pMod); - SvxFrameToolBoxControl ::RegisterControl(SID_ATTR_BORDER, pMod); SvxFrameLineStyleToolBoxControl ::RegisterControl(SID_FRAME_LINESTYLE, pMod); SvxColorToolBoxControl ::RegisterControl(SID_FRAME_LINECOLOR, pMod); SvxClipBoardControl ::RegisterControl(SID_PASTE, pMod ); |