[Libreoffice-commits] .: svx/inc

Michael Meeks michael at kemper.freedesktop.org
Mon Sep 26 02:02:48 PDT 2011


 svx/inc/svx/xtable.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 8b74387620932c1bc93fce885ebdf82c55f4c9ff
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Sep 26 10:02:50 2011 +0100

    remove empty destructors in-lined on Mac, causing build errors

diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx
index cebbc75..e2ba727 100644
--- a/svx/inc/svx/xtable.hxx
+++ b/svx/inc/svx/xtable.hxx
@@ -310,7 +310,6 @@ public:
     explicit        XColorList( const String& rPath,
                                 XOutdevItemPool* pXInPool = NULL ) :
         XPropertyList( XCOLOR_LIST, "soc", rPath, pXInPool ) {}
-    virtual         ~XColorList() {}
 
     using XPropertyList::Replace;
     using XPropertyList::Remove;
@@ -431,7 +430,7 @@ class impXGradientList;
 class SVX_DLLPUBLIC XGradientList : public XPropertyList
 {
 private:
-    impXGradientList*   mpData;
+    impXGradientList* mpData;
 
     void impCreate();
     void impDestroy();
@@ -466,7 +465,6 @@ public:
     explicit        XBitmapList( const String& rPath,
                                  XOutdevItemPool* pXInPool = NULL )
                         : XPropertyList( XBITMAP_LIST, "sob", rPath, pXInPool ) {}
-    virtual         ~XBitmapList() {}
 
     using XPropertyList::Replace;
     using XPropertyList::Remove;


More information about the Libreoffice-commits mailing list