[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 6 21:06:23 PST 2013


 sd/source/ui/toolpanel/ToolPanelFactory.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 504b6f0cec5cad01a64e723434d636bfb867ecfa
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jan 7 07:05:57 2013 +0200

    Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected
    
    Change-Id: If7ab2dade60f5de62cfbea6d1d021a30e8a60f57

diff --git a/sd/source/ui/toolpanel/ToolPanelFactory.cxx b/sd/source/ui/toolpanel/ToolPanelFactory.cxx
index 2fc4d69..5989ad0 100644
--- a/sd/source/ui/toolpanel/ToolPanelFactory.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelFactory.cxx
@@ -91,7 +91,6 @@ namespace sd { namespace toolpanel
         // XInitialization
         virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
 
-    protected:
         virtual ~ToolPanelFactory();
 
     private:


More information about the Libreoffice-commits mailing list