summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-02 09:01:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-02 11:59:52 +0100
commit8e06393ffc3502382d5f8c586d298d02190f9d24 (patch)
treec16c13c91029f9e1c4633600e0ab191cd3dbeb95 /svx/source/dialog
parent3a5024bc0fd4c30f06da350b5c56300368c582e8 (diff)
remove post .ui conversion unused ResId loaders
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/pagectrl.cxx41
-rw-r--r--svx/source/dialog/relfld.cxx11
2 files changed, 0 insertions, 52 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index f0bee353ea3d..055d9b94e506 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -57,47 +57,6 @@ struct PageWindow_Impl
// class SvxPageWindow ---------------------------------------------------
-SvxPageWindow::SvxPageWindow( Window* pParent, const ResId& rId ) :
-
- Window( pParent, rId ),
-
- nTop ( 0 ),
- nBottom ( 0 ),
- nLeft ( 0 ),
- nRight ( 0 ),
- aColor ( COL_TRANSPARENT ),
- nHdLeft ( 0 ),
- nHdRight ( 0 ),
- nHdDist ( 0 ),
- nHdHeight ( 0 ),
- aHdColor ( COL_TRANSPARENT ),
- pHdBorder ( 0 ),
- nFtLeft ( 0 ),
- nFtRight ( 0 ),
- nFtDist ( 0 ),
- nFtHeight ( 0 ),
- aFtColor ( COL_TRANSPARENT ),
- pFtBorder ( 0 ),
- bFooter ( sal_False ),
- bHeader ( sal_False ),
- bTable ( sal_False ),
- bHorz ( sal_False ),
- bVert ( sal_False ),
- eUsage ( SVX_PAGE_ALL )
-
-{
- pImpl = new PageWindow_Impl;
-
- // Count in Twips by default
- SetMapMode( MapMode( MAP_TWIP ) );
- aWinSize = GetOutputSizePixel();
- aWinSize.Height() -= 4;
- aWinSize.Width() -= 4;
-
- aWinSize = PixelToLogic( aWinSize );
- SetBackground();
-}
-
SvxPageWindow::SvxPageWindow( Window* pParent ) :
Window( pParent ),
diff --git a/svx/source/dialog/relfld.cxx b/svx/source/dialog/relfld.cxx
index 06657429e6fd..10da9a3f32f2 100644
--- a/svx/source/dialog/relfld.cxx
+++ b/svx/source/dialog/relfld.cxx
@@ -22,17 +22,6 @@
// -----------------------------------------------------------------------
-SvxRelativeField::SvxRelativeField( Window* pParent, const ResId& rResId ) :
- MetricField( pParent, rResId )
-{
- bNegativeEnabled = sal_False;
- bRelativeMode = sal_False;
- bRelative = sal_False;
-
- SetDecimalDigits( 2 );
- SetMin( 0 );
- SetMax( 9999 );
-}
SvxRelativeField::SvxRelativeField( Window* pParent, WinBits nBits) :
MetricField( pParent, nBits)
{