summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rtl/stringconcat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx
index 81c48dad7335..9e912151428d 100644
--- a/include/rtl/stringconcat.hxx
+++ b/include/rtl/stringconcat.hxx
@@ -119,7 +119,7 @@ struct ToStringHelper< const char* >
};
template<>
- struct ToStringHelper< char* > : public ToStringHelper< const char* > {};
+struct ToStringHelper< char* > : public ToStringHelper< const char* > {};
template< int N >
struct ToStringHelper< char[ N ] >
@@ -155,7 +155,7 @@ struct ToStringHelper< const sal_Unicode* >
};
template<>
- struct ToStringHelper< sal_Unicode* > : public ToStringHelper< const sal_Unicode* > {};
+struct ToStringHelper< sal_Unicode* > : public ToStringHelper< const sal_Unicode* > {};
template<int N>
struct ToStringHelper<sal_Unicode[ N ]>