summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/_contdlg.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 34d304259abd..47f9e3d6bfdb 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -87,10 +87,9 @@ SvxContourDlgChildWindow::SvxContourDlgChildWindow( Window* _pParent, sal_uInt16
}
SvxContourDlg::SvxContourDlg( SfxBindings* _pBindings, SfxChildWindow* pCW,
- Window* _pParent, const ResId& rResId ) :
-
- SfxFloatingWindow ( _pBindings, pCW, _pParent, rResId )
-
+ Window* _pParent, const ResId& rResId )
+ : SfxFloatingWindow(_pBindings, pCW, _pParent, rResId)
+ , pSuperClass(NULL)
{
}