summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-07 07:05:57 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-07 07:05:57 +0200
commit504b6f0cec5cad01a64e723434d636bfb867ecfa (patch)
tree34401b633b29ebe5c3a32b7532e55f648e4c01fc /sd/source
parentc441a51fd04a81020529b5f2bdaab72c9b332143 (diff)
Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected
Change-Id: If7ab2dade60f5de62cfbea6d1d021a30e8a60f57
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/toolpanel/ToolPanelFactory.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelFactory.cxx b/sd/source/ui/toolpanel/ToolPanelFactory.cxx
index 2fc4d69c8fa1..5989ad044719 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: