[Libreoffice-commits] .: svtools/source

Michael Meeks michael at kemper.freedesktop.org
Fri May 20 04:16:26 PDT 2011


 svtools/source/uno/treecontrolpeer.cxx |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

New commits:
commit 5e0b1b08a3828729b75188bf6ad79d3f03f79794
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri May 20 12:15:01 2011 +0100

    remove un-necessary code

diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 92c1171..64938e7 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* );


More information about the Libreoffice-commits mailing list