diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/test/stm/testfactreg.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io/test/stm/testfactreg.hxx b/io/test/stm/testfactreg.hxx index b43315570db2..6578bc5d320e 100644 --- a/io/test/stm/testfactreg.hxx +++ b/io/test/stm/testfactreg.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_IO_TEST_STM_TESTFACTREG_HXX +#define INCLUDED_IO_TEST_STM_TESTFACTREG_HXX + #include <rtl/strbuf.hxx> Reference< XInterface > SAL_CALL OPipeTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception ); @@ -110,4 +114,6 @@ Sequence<sal_Int8> createIntSeq( sal_Int32 i ); } \ ((void)0) +#endif // INCLUDED_IO_TEST_STM_TESTFACTREG_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |