diff options
Diffstat (limited to 'include/svtools/filechangedchecker.hxx')
-rw-r--r-- | include/svtools/filechangedchecker.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx index 016fe9279800..03021799bc2b 100644 --- a/include/svtools/filechangedchecker.hxx +++ b/include/svtools/filechangedchecker.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SVTOOLS_FILECHANGEDCHECKER_HXX -#define INCLUDED_SVTOOLS_FILECHANGEDCHECKER_HXX +#pragma once #include <config_options.h> #include <svtools/svtdllapi.h> @@ -43,5 +42,3 @@ public: FileChangedChecker(const OUString& rFilename, const ::std::function<void ()>& rCallback); }; - -#endif |