summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/scanner.hxx
diff options
context:
space:
mode:
authorTolunay Dündar <dndr.dev@protonmail.com>2019-12-19 19:59:37 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-20 19:35:23 +0100
commit9f749e97854009697d4263960c966313d3dd19d2 (patch)
tree821fb46e27a41001cc079d552bd943cac2ec56b5 /extensions/source/scanner/scanner.hxx
parent4b191691fb33db96d90a27ae2a09f290d45029bc (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ic035497bd07633bd4af02a8fe69ac701d4a45492 Reviewed-on: https://gerrit.libreoffice.org/85537 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'extensions/source/scanner/scanner.hxx')
-rw-r--r--extensions/source/scanner/scanner.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx
index 854bb07e8db4..da3b9d7b80c4 100644
--- a/extensions/source/scanner/scanner.hxx
+++ b/extensions/source/scanner/scanner.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_SCANNER_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_SCANNER_HXX
+#pragma once
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
@@ -89,6 +88,4 @@ public:
/// @throws Exception
Reference< XInterface > ScannerManager_CreateInstance( const Reference< css::lang::XMultiServiceFactory >& rxFactory );
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */