summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-02 01:44:05 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-04 20:26:19 +0100
commit5bb43d06622a10c247ceeaeaceb236c5e3dcdcf0 (patch)
tree477ef0437043cc2c6c68a57e31b73e8f12e88471 /svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
parentb59b183ce3b84bec6722110ee80d6158b6a60377 (diff)
line spacing: Make the buttons work - they set the line spacing now.
Change-Id: Ib0a08ebedbab5bfe4db196a4d22d4a08fec15f60
Diffstat (limited to 'svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx')
-rw-r--r--svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
index 4f97276be46e..07683b3f9784 100644
--- a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
+++ b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
@@ -44,7 +44,7 @@ SfxPopupWindowType ParaLineSpacingPopup::GetPopupWindowType() const
SfxPopupWindow* ParaLineSpacingPopup::CreatePopupWindow()
{
- ParaLineSpacingControl* pControl = new ParaLineSpacingControl(GetSlotId(), m_xFrame, &GetToolBox(), /* WinBits - TODO? */(WinBits)0);
+ ParaLineSpacingControl* pControl = new ParaLineSpacingControl(GetSlotId());
//pControl->StartPopupMode(&GetToolBox(), FLOATWIN_POPUPMODE_GRABFOCUS|FLOATWIN_POPUPMODE_ALLOWTEAROFF|FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE);
pControl->StartPopupMode(&GetToolBox(), FLOATWIN_POPUPMODE_GRABFOCUS|FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE);