diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/test/abidebug.hxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/test/abidebug.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx index df42d7a3d32b..833233bcb2eb 100644 --- a/xmlhelp/source/cxxhelp/test/abidebug.hxx +++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx @@ -17,14 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX -#define INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX +#pragma once #include <iostream> #include <rtl/ustring> ostream& operator<<(ostream& out, const OUString& bla); -#endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |