diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/getargument.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unotest/source/cpp/getargument.hxx b/unotest/source/cpp/getargument.hxx index e72eb59438a0..1a95e487b39b 100644 --- a/unotest/source/cpp/getargument.hxx +++ b/unotest/source/cpp/getargument.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX -#define INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX +#pragma once #include <sal/config.h> @@ -39,6 +38,4 @@ bool getArgument( } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |