summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-04 17:36:30 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-04 20:26:21 +0100
commite7e2a25bcaacf8dc02268dd436f761550d42b843 (patch)
tree433946e4456dbc59afa834046cd75805ac49fac0 /svx
parentbbe1b16b2b2b977cef9b5c48924b0debc758eecc (diff)
line spacing: Unused.
Change-Id: Icf93aff540da480c7e1a66abe8a639dc6cd0ead0
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
index 07683b3f9784..345aed32fb29 100644
--- a/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
+++ b/svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
@@ -46,19 +46,11 @@ SfxPopupWindow* ParaLineSpacingPopup::CreatePopupWindow()
{
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);
- //pControl->StartSelection();
SetPopupWindow(pControl);
- //pControl->SetSelectedHdl(LINK(this, ParaLineSpacingPopup, SelectedHdl));
return pControl;
}
-void ParaLineSpacingPopup::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState)
-{
- // FIXME - do we need to do anything here?
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */