summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/TextDirectionListBox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-14 16:16:32 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:23:20 +0100
commit0a61ce1c8e61cb45478ba6f28e8fdd71ce369f2c (patch)
tree59b0aebbc5cd557b733daa3e4ab91e1777ad3f6e /chart2/source/controller/dialogs/TextDirectionListBox.cxx
parentd380e713bc3f74868ccda548efea4509d78db0be (diff)
vcl: VclPtr conversion in chart2
Change-Id: Iae82331e812836ff4c97617227d316bfe15b23df
Diffstat (limited to 'chart2/source/controller/dialogs/TextDirectionListBox.cxx')
-rw-r--r--chart2/source/controller/dialogs/TextDirectionListBox.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/TextDirectionListBox.cxx b/chart2/source/controller/dialogs/TextDirectionListBox.cxx
index 85c1def2c08d..c3f5e309a36b 100644
--- a/chart2/source/controller/dialogs/TextDirectionListBox.cxx
+++ b/chart2/source/controller/dialogs/TextDirectionListBox.cxx
@@ -47,10 +47,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeTextDirectionListBox(v
return new TextDirectionListBox(pParent);
}
-TextDirectionListBox::~TextDirectionListBox()
-{
-}
-
} //namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */