[Libreoffice-commits] .: unotest/inc
Miklos Vajna
vmiklos at kemper.freedesktop.org
Wed May 9 06:37:17 PDT 2012
unotest/inc/unotest/macros_test.hxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b1aeac0b6e11688af52952b6ae3e8ae4b2f855e6
Author: Miklos Vajna <vmiklos at suse.cz>
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: */
More information about the Libreoffice-commits
mailing list