summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:09:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 12:10:35 +0000
commit04ddc7b3d7b22721dd311a24ddd9822342120981 (patch)
treedb132ffe9353d4d4bb941b2993057cf931bcdfab /include/svx/dlgctrl.hxx
parent6a20f95fc9912f54f5817119749940d5dcf4fe90 (diff)
loplugin:unusedmethods in svx
Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa Reviewed-on: https://gerrit.libreoffice.org/25088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r--include/svx/dlgctrl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 23d108d587bb..4362ff1b98e7 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -236,7 +236,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC ColorLB : public ColorListBox
{
public:
- ColorLB( vcl::Window* pParent, ResId Id ) : ColorListBox( pParent, Id ) {}
ColorLB( vcl::Window* pParent, WinBits aWB ) : ColorListBox( pParent, aWB ) {}
void Fill( const XColorListRef &pTab );
@@ -314,7 +313,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FillTypeLB : public ListBox
{
public:
- FillTypeLB( vcl::Window* pParent, ResId Id ) : ListBox( pParent, Id ) {}
FillTypeLB( vcl::Window* pParent, WinBits aWB ) : ListBox( pParent, aWB ) {}
void Fill();