summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/TestPanel.hxx
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-06-25 16:25:27 +0200
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-06-25 16:25:27 +0200
commitb3ae35891f2323835237f04a54bb53d2b30546f0 (patch)
tree41835a7726be957ce839efa7ebc534d55c422966 /sd/source/ui/toolpanel/TestPanel.hxx
parentf6a123d12d2abaaa73935f1439dfe622b26f4572 (diff)
parent8c75156a84a5088506c49101efad199dc7b8d05e (diff)
Update from master repository (DEV300_m83).
Diffstat (limited to 'sd/source/ui/toolpanel/TestPanel.hxx')
-rwxr-xr-xsd/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 af1b97d0f885..494e5086b179 100755
--- 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