diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-07 12:45:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-07 12:45:00 +0100 |
commit | 91dda10001e984743186c6ace06be0718d510d63 (patch) | |
tree | 274b0294f546811c7d601e7ac045647d2357cffb /sd | |
parent | 5637b244cfe0c6b886188f71d3f974ef72abb9cd (diff) |
Revert "Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected"
This reverts commit 504b6f0cec5cad01a64e723434d636bfb867ecfa, which was a
workaround for broken 5ea7e74c29f7279b6c31d38185ace576f68f4fb2 "fix some memory
leaks in sd" now fixed with 5ea6f6d400e59e037032fb3091c3f6880b562ce9 "UNO objects
must be allocated on the heap."
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelFactory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelFactory.cxx b/sd/source/ui/toolpanel/ToolPanelFactory.cxx index fdc58a15b424..059326e50ffe 100644 --- a/sd/source/ui/toolpanel/ToolPanelFactory.cxx +++ b/sd/source/ui/toolpanel/ToolPanelFactory.cxx @@ -91,6 +91,7 @@ namespace sd { namespace toolpanel // XInitialization virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException); + protected: virtual ~ToolPanelFactory(); private: |