summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-05-20 12:15:01 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-05-20 12:15:25 +0100
commit5e0b1b08a3828729b75188bf6ad79d3f03f79794 (patch)
tree5348d828cdb9bc1888a977c01b1d16e4a2d28059
parente156bcbb0e0d12e427c78fec5be9646ce976a1e2 (diff)
remove un-necessary codefeature/gsoc2011_wizards
-rw-r--r--svtools/source/uno/treecontrolpeer.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 92c117160f..64938e74d0 100644
--- a/svtools/source/uno/treecontrolpeer.cxx
+++ b/svtools/source/uno/treecontrolpeer.cxx
@@ -78,15 +78,6 @@ public:
sal_Int32& mrLock;
};
-// --------------------------------------------------------------------
-
-class ImplGraphicItem : public SvLBoxBmp
-{
-public:
- ImplGraphicItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, Image& aImage ) : SvLBoxBmp( pEntry, nFlags, aImage ) {}
-
- OUString msGraphicURL;
-};
// --------------------------------------------------------------------
@@ -125,7 +116,7 @@ private:
// --------------------------------------------------------------------
-class SVT_DLLPUBLIC UnoTreeListItem : public SvLBoxItem
+class UnoTreeListItem : public SvLBoxItem
{
public:
UnoTreeListItem( SvLBoxEntry* );