Kaydet (Commit) b1aeac0b authored tarafından Miklos Vajna's avatar Miklos Vajna

unotest: missing include guard in macros_test.hxx

Change-Id: Iee44d81a3667613485785481dcc0cb46f3b6a8ff
üst 333ba462
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
* instead of those above. * instead of those above.
*/ */
#ifndef INCLUDED_UNOTEST_MACROS_TEST_HXX
#define INCLUDED_UNOTEST_MACROS_TEST_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "unotest/detail/unotestdllapi.hxx" #include "unotest/detail/unotestdllapi.hxx"
...@@ -51,4 +54,6 @@ protected: ...@@ -51,4 +54,6 @@ protected:
} }
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment