diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-05-09 15:37:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-05-09 15:37:17 +0200 |
commit | b1aeac0b6e11688af52952b6ae3e8ae4b2f855e6 (patch) | |
tree | f3ceadcc2ddf7ad2181ac8af7e4bd55d23b9d0de /unotest/inc | |
parent | 333ba4627e4c6ae56377773b22526881388c335b (diff) |
unotest: missing include guard in macros_test.hxx
Change-Id: Iee44d81a3667613485785481dcc0cb46f3b6a8ff
Diffstat (limited to 'unotest/inc')
-rw-r--r-- | unotest/inc/unotest/macros_test.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unotest/inc/unotest/macros_test.hxx b/unotest/inc/unotest/macros_test.hxx index e95705f4f64b..a1c750f161d8 100644 --- a/unotest/inc/unotest/macros_test.hxx +++ b/unotest/inc/unotest/macros_test.hxx @@ -26,6 +26,9 @@ * instead of those above. */ +#ifndef INCLUDED_UNOTEST_MACROS_TEST_HXX +#define INCLUDED_UNOTEST_MACROS_TEST_HXX + #include <rtl/ustring.hxx> #include "unotest/detail/unotestdllapi.hxx" @@ -51,4 +54,6 @@ protected: } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |