summaryrefslogtreecommitdiff
path: root/svtools
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
commit619463bd62ada4a845fe9ecca5bc1fbf48025348 (patch)
tree4e89a859742d0c5c9238d40682795c84fbe37351 /svtools
parent7d2e7b5a671cf54a00ee1139bb755c1b3ae55ce4 (diff)
remove un-necessary code
Diffstat (limited to 'svtools')
-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 e3cf909ea31c..83d419ee50bb 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* );