unotest/inc/unotest/macros_test.hxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit b1aeac0b6e11688af52952b6ae3e8ae4b2f855e6 Author: Miklos Vajna <[email protected]> Date: Wed May 9 15:37:05 2012 +0200 unotest: missing include guard in macros_test.hxx Change-Id: Iee44d81a3667613485785481dcc0cb46f3b6a8ff diff --git a/unotest/inc/unotest/macros_test.hxx b/unotest/inc/unotest/macros_test.hxx index e95705f..a1c750f 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
