diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-26 13:44:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-26 13:55:29 +0200 |
commit | 9a850b807844bd166b6f3f6f3b55d8c4a4408acd (patch) | |
tree | ed8ae4ad0ad5eed82db3c2af2295a881569b48b4 /include/rtl/stringconcat.hxx | |
parent | 05e50b570f602c17218bb6e82bcaac2fbdd943c1 (diff) |
Unnecessary nested #ifdef LIBO_INTERNAL_ONLY
Change-Id: I889aa10e0cb7b5779527e5ef2be5d707dd493e90
Diffstat (limited to 'include/rtl/stringconcat.hxx')
-rw-r--r-- | include/rtl/stringconcat.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx index 7ef9e1104094..2df44cabfe2b 100644 --- a/include/rtl/stringconcat.hxx +++ b/include/rtl/stringconcat.hxx @@ -141,7 +141,6 @@ struct ToStringHelper< const char[ N ] > static const bool allowOUStringConcat = true; }; -#if defined LIBO_INTERNAL_ONLY template<char C> struct ToStringHelper<OUStringLiteral1_<C>> { static int length(OUStringLiteral1_<C>) { return 1; } static char * addData(char * buffer, OUStringLiteral1_<C> literal) @@ -152,7 +151,6 @@ template<char C> struct ToStringHelper<OUStringLiteral1_<C>> { static bool const allowOStringConcat = false; static bool const allowOUStringConcat = true; }; -#endif /** @internal |