diff options
Diffstat (limited to 'include/test/container/xnamed.hxx')
-rw-r--r-- | include/test/container/xnamed.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/test/container/xnamed.hxx b/include/test/container/xnamed.hxx index f57457666d91..5c79cc1410aa 100644 --- a/include/test/container/xnamed.hxx +++ b/include/test/container/xnamed.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XNAMED_HXX +#define INCLUDED_TEST_CONTAINER_XNAMED_HXX + #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -30,4 +33,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XNAMED_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |