summaryrefslogtreecommitdiff
path: root/helpcompiler/source
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/source')
-rw-r--r--helpcompiler/source/LuceneHelper.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/helpcompiler/source/LuceneHelper.hxx b/helpcompiler/source/LuceneHelper.hxx
index 781f30bba416..6e8208b1b20e 100644
--- a/helpcompiler/source/LuceneHelper.hxx
+++ b/helpcompiler/source/LuceneHelper.hxx
@@ -6,9 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
-#ifndef INCLUDED_HELPCOMPILER_SOURCE_LUCENEHELPER_HXX
-#define INCLUDED_HELPCOMPILER_SOURCE_LUCENEHELPER_HXX
+#pragma once
#if defined(__GNUC__)
#pragma GCC visibility push(default)
@@ -26,6 +24,4 @@
std::vector<TCHAR> OUStringToTCHARVec(OUString const& rStr);
OUString TCHARArrayToOUString(TCHAR const* str);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */