summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent3a5024bc0fd4c30f06da350b5c56300368c582e8 (diff)
remove post .ui conversion unused ResId loaders
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrlbox.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index e5bab367ccce..4d28a77a3113 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -809,18 +809,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeLineListBox(Window *pParent
// -----------------------------------------------------------------------
-LineListBox::LineListBox( Window* pParent, const ResId& rResId ) :
- ListBox( pParent, rResId ),
- m_nWidth( 5 ),
- m_sNone( ),
- aColor( COL_BLACK ),
- maPaintCol( COL_BLACK )
-{
- ImplInit();
-}
-
-// -----------------------------------------------------------------------
-
LineListBox::~LineListBox()
{
for ( size_t i = 0, n = pLineList->size(); i < n; ++i ) {