summaryrefslogtreecommitdiffstats
path: root/io/test/stm/testfactreg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/testfactreg.hxx')
-rw-r--r--io/test/stm/testfactreg.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/io/test/stm/testfactreg.hxx b/io/test/stm/testfactreg.hxx
index 2dbff6d62d2b..7952867b4912 100644
--- a/io/test/stm/testfactreg.hxx
+++ b/io/test/stm/testfactreg.hxx
@@ -17,9 +17,7 @@
* 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
-
+#pragma once
#include <rtl/strbuf.hxx>
Reference< XInterface > SAL_CALL OPipeTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception );
@@ -106,6 +104,4 @@ Sequence<sal_Int8> createIntSeq( sal_Int32 i );
}\
((void)0)
-#endif // INCLUDED_IO_TEST_STM_TESTFACTREG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */