Kaydet (Commit) 91dda100 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected"

This reverts commit 504b6f0c, which was a
workaround for broken 5ea7e74c "fix some memory
leaks in sd" now fixed with 5ea6f6d4 "UNO objects
must be allocated on the heap."
üst 5637b244
...@@ -91,6 +91,7 @@ namespace sd { namespace toolpanel ...@@ -91,6 +91,7 @@ namespace sd { namespace toolpanel
// XInitialization // XInitialization
virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException); virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
protected:
virtual ~ToolPanelFactory(); virtual ~ToolPanelFactory();
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment