summaryrefslogtreecommitdiff
path: root/helpcompiler/source/LuceneHelper.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:59:08 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 15:18:57 +0100
commit11aa7dc7a6009c02e681f41f7255902fe578ab7e (patch)
tree18e3c6eea510143735a52f3bc5e5fc5c2982867c /helpcompiler/source/LuceneHelper.hxx
parent4d9e9f2125867adde3558b9866d08f7bafb4386b (diff)
tdf#123936 Formatting files in module helpcompiler with clang-format
Change-Id: Ibf7baa3de0a8cd7952044909c00c55e7c5b008a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105675 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'helpcompiler/source/LuceneHelper.hxx')
-rw-r--r--helpcompiler/source/LuceneHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcompiler/source/LuceneHelper.hxx b/helpcompiler/source/LuceneHelper.hxx
index a84346e25faf..781f30bba416 100644
--- a/helpcompiler/source/LuceneHelper.hxx
+++ b/helpcompiler/source/LuceneHelper.hxx
@@ -11,20 +11,20 @@
#define INCLUDED_HELPCOMPILER_SOURCE_LUCENEHELPER_HXX
#if defined(__GNUC__)
-# pragma GCC visibility push (default)
+#pragma GCC visibility push(default)
#endif
#include <CLucene.h>
#if defined(__GNUC__)
-# pragma GCC visibility pop
+#pragma GCC visibility pop
#endif
#include <rtl/ustring.hxx>
#include <vector>
-std::vector<TCHAR> OUStringToTCHARVec(OUString const &rStr);
-OUString TCHARArrayToOUString(TCHAR const *str);
+std::vector<TCHAR> OUStringToTCHARVec(OUString const& rStr);
+OUString TCHARArrayToOUString(TCHAR const* str);
#endif