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