summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/stringconcat.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx
index 2dbde557b7df..049b5ab302ba 100644
--- a/include/rtl/stringconcat.hxx
+++ b/include/rtl/stringconcat.hxx
@@ -10,6 +10,8 @@
#ifndef INCLUDED_RTL_STRINGCONCAT_HXX
#define INCLUDED_RTL_STRINGCONCAT_HXX
+// This file is only included from LIBO_INTERNAL_ONLY
+
#include "rtl/stringutils.hxx"
#include "rtl/string.h"
#include "rtl/ustring.h"
@@ -21,8 +23,6 @@
#include <string.h>
-#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING"
-
#if defined RTL_STRING_UNITTEST_CONCAT
extern bool rtl_string_unittest_invalid_concat;
#endif
@@ -480,5 +480,3 @@ struct ToStringHelper< OUStringNumber< T > >
} // namespace
#endif
-
-#endif