diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 09:36:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 23:02:37 +0000 |
commit | 612981fc8fd7a35d8112951e05e1b2cf0f5f1c08 (patch) | |
tree | 3256b4dffb2d9d7e7ab543e98e2936b38041e9c1 /cui/source/tabpages/numpages.cxx | |
parent | 62188aac68b30affbe144f8bd06f346f0e749cf9 (diff) |
callcatcher: update and remove newly unused code
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
Diffstat (limited to 'cui/source/tabpages/numpages.cxx')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index afdacc67be33..b7bd0723d7ab 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -2284,13 +2284,6 @@ static sal_uInt16 lcl_DrawBullet(VirtualDevice* pVDev, return nRet; } -SvxNumberingPreview::SvxNumberingPreview(Window* pParent, const ResId& rResId ) - : Window(pParent, rResId), pActNum(0),nPageWidth(0), pOutlineNames(0) - , bPosition(sal_False), nActLevel(USHRT_MAX) -{ - SetBorderStyle( WINDOW_BORDER_MONO ); -} - SvxNumberingPreview::SvxNumberingPreview(Window* pParent, WinBits nWinBits) : Window(pParent, nWinBits) , pActNum(0) |