summaryrefslogtreecommitdiff
path: root/include/sfx2/taskpane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/taskpane.hxx')
-rw-r--r--include/sfx2/taskpane.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/sfx2/taskpane.hxx b/include/sfx2/taskpane.hxx
index f64401823ab8..5495c0b0bc6d 100644
--- a/include/sfx2/taskpane.hxx
+++ b/include/sfx2/taskpane.hxx
@@ -73,26 +73,6 @@ namespace sfx2
};
- //= IToolPanelCompare
-
- class SFX2_DLLPUBLIC SAL_NO_VTABLE IToolPanelCompare
- {
- public:
- /** compares to tool panel URLs
- @return
- <ul>
- <li>-1 if the tool panel described by i_rLHS should precede the one described by i_rRHS</li>
- <li>0 if the two panels have no particular relative order</li>
- <li>1 if the tool panel described by i_rLHS should succeed the one described by i_rRHS</li>
-
- */
- ;
-
- protected:
- ~IToolPanelCompare() {}
- };
-
-
//= ModuleTaskPane
class ModuleTaskPane_Impl;