diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-11 10:45:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-11 11:28:47 +0100 |
commit | 16b35898c35db6b2da69e336903f9bbf73c78326 (patch) | |
tree | 9c4d2e711e8c3d48697b58413a3c86c4fd14114e /svx | |
parent | fe842b034fb5f9b3a8444f66cc51f12464444ca9 (diff) |
callcatcher: another layer of unused methods
Change-Id: I70e84f691bcf1b1e1025fd5a534c275633f865d1
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 9c2178be9dde..5d592967e7fb 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -1665,20 +1665,6 @@ void SvxPreviewBase::InitSettings(bool bForeground, bool bBackground) Invalidate(); } -SvxPreviewBase::SvxPreviewBase( Window* pParent, const ResId& rResId ) -: Control( pParent, rResId ), - mpModel( new SdrModel() ), - mpBufferDevice( new VirtualDevice(*this) ) -{ - // Draw the control's border as a flat thin black line. - SetBorderStyle(WINDOW_BORDER_MONO); - SetDrawMode( GetSettings().GetStyleSettings().GetHighContrastMode() ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR ); - SetMapMode(MAP_100TH_MM); - - // init model - mpModel->GetItemPool().FreezeIdRanges(); -} - SvxPreviewBase::SvxPreviewBase(Window* pParent) : Control(pParent, WB_BORDER) , mpModel(new SdrModel()) |