summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/TestPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/TestPanel.hxx')
-rw-r--r--sd/source/ui/toolpanel/TestPanel.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/toolpanel/TestPanel.hxx b/sd/source/ui/toolpanel/TestPanel.hxx
index f883cc08c1e1..77b075df2660 100644
--- a/sd/source/ui/toolpanel/TestPanel.hxx
+++ b/sd/source/ui/toolpanel/TestPanel.hxx
@@ -36,6 +36,8 @@ namespace sd { namespace toolpanel {
class ControlFactory;
class TreeNode;
+#ifdef SHOW_TEST_PANEL
+
/** This panel demonstrates how to create a panel for the task pane.
*/
class TestPanel
@@ -48,6 +50,8 @@ public:
static std::auto_ptr<ControlFactory> CreateControlFactory (void);
};
+#endif
+
} } // end of namespace ::sd::toolpanel
#endif