summaryrefslogtreecommitdiff
path: root/include/test/calc_unoapi_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/calc_unoapi_test.hxx')
-rw-r--r--include/test/calc_unoapi_test.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/test/calc_unoapi_test.hxx b/include/test/calc_unoapi_test.hxx
index 6db43c103a27..f9afc22f5fb9 100644
--- a/include/test/calc_unoapi_test.hxx
+++ b/include/test/calc_unoapi_test.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+#define INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+
#include <test/unoapi_test.hxx>
// basic uno api test class for calc
@@ -23,4 +26,6 @@ private:
css::uno::Reference<css::uno::XInterface> m_xCalcComponent;
};
+#endif // INCLUDED_TEST_CALC_UNOAPI_TEST_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */