summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringconcatauto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/stringconcatauto.cxx')
-rw-r--r--compilerplugins/clang/stringconcatauto.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/stringconcatauto.cxx b/compilerplugins/clang/stringconcatauto.cxx
index 02517a4db0ba..f228f865c677 100644
--- a/compilerplugins/clang/stringconcatauto.cxx
+++ b/compilerplugins/clang/stringconcatauto.cxx
@@ -85,7 +85,7 @@ bool StringConcatAuto::checkDecl( const DeclaratorDecl* decl, QualType type, con
const char* typeString = nullptr;
if( tc.Struct("StringConcat").Namespace("rtl").GlobalNamespace())
typeString = "O(U)String";
- else if( tc.Struct("StringNumber").Namespace("rtl").GlobalNamespace())
+ else if( tc.Struct("StringNumberBase").Namespace("rtl").GlobalNamespace())
typeString = "O(U)String";
else if( tc.Struct("OUStringNumber").Namespace("rtl").GlobalNamespace())
typeString = "OUString";