summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-29 15:38:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-31 11:45:14 +0000
commit682c07cc3f023a2a0f036f48700fca16b6b62c19 (patch)
treeca6b9f1238ee59b18f6874c67b79a2ae9369888b /sc/source/ui/formdlg
parent4b970fb14052796f85c9c2fb443222fc3a292b5a (diff)
so ScFunctionChildWindow doesn't appear to be needed anymore
Change-Id: I24f9bda13befc05de7376683a5b70d2b98ea8ecf
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index 2f1a84919da1..d86cc5021612 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -39,39 +39,6 @@
#include "dwfunctr.hrc"
#include "dwfunctr.hxx"
-SFX_IMPL_DOCKINGWINDOW_WITHID( ScFunctionChildWindow, FID_FUNCTION_BOX )
-
-/*************************************************************************
-#* Member: ScFunctionChildWindow
-#*------------------------------------------------------------------------
-#*
-#* Klasse: ScFunctionChildWindow
-#*
-#* Funktion: Konstruktor der Klasse ScFunctionChildWindow
-#* Ableitung vom SfxChildWindow als "Behaelter" fuer
-#* Funktions- Fenster in Clac
-#*
-#* Input: ---
-#*
-#* Output: ---
-#*
-#************************************************************************/
-
-ScFunctionChildWindow::ScFunctionChildWindow( vcl::Window* pParentP,
- sal_uInt16 nId,
- SfxBindings* pBindings,
- SfxChildWinInfo* pInfo ) :
- SfxChildWindow( pParentP, nId )
-{
- VclPtr<ScFunctionDockWin> pWin = VclPtr<ScFunctionDockWin>::Create( pBindings, this,
- pParentP, ScResId( FID_FUNCTION_BOX ) );
- SetWindow(pWin);
-
- SetAlignment(SfxChildAlignment::RIGHT);
-
- pWin->Initialize( pInfo );
-}
-
/*************************************************************************
#* Member: ScFunctionDockWin
#*------------------------------------------------------------------------