summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/debughelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/debughelper.hxx')
-rw-r--r--sc/qa/unit/helper/debughelper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx
index ee84f4ccd323..2a560c68085f 100644
--- a/sc/qa/unit/helper/debughelper.hxx
+++ b/sc/qa/unit/helper/debughelper.hxx
@@ -26,6 +26,9 @@
* instead of those above.
*/
+#ifndef SC_DEBUG_HELPER_HXX
+#define SC_DEBUG_HELPER_HXX
+
/**
* Print nicely formatted sheet content to stdout. Indispensable when
* debugging the unit test code involving testing of sheet contents.
@@ -161,4 +164,6 @@ private:
MatrixType maMatrix;
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */