summaryrefslogtreecommitdiff
path: root/include/svtools/indexentryres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/indexentryres.hxx')
-rw-r--r--include/svtools/indexentryres.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/svtools/indexentryres.hxx b/include/svtools/indexentryres.hxx
index 800ee906e3ce..2cea22ff00f9 100644
--- a/include/svtools/indexentryres.hxx
+++ b/include/svtools/indexentryres.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_INDEXENTRYRES_HXX
-#define INCLUDED_SVTOOLS_INDEXENTRYRES_HXX
+#pragma once
#include <svtools/svtdllapi.h>
#include <rtl/ustring.hxx>
@@ -49,7 +48,4 @@ public:
const OUString& GetTranslation(const OUString& rAlgorithm);
};
-#endif // INCLUDED_SVTOOLS_INDEXENTRYRES_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */