diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 17:16:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 17:16:10 +0200 |
commit | 057db51cd95ca8e063f8c51c6651e9ad7b0d708e (patch) | |
tree | 534fc5447ad035adf7db68cffd2fce1e695e639b /vcl/source/control/field2.cxx | |
parent | 04f1c88d64d7ee2df4958facfebd9d532145880a (diff) |
loplugin:stringcopy: vcl
Change-Id: I41a9642a8707e9da5be55ddb942a83ebbb9f9c3f
Diffstat (limited to 'vcl/source/control/field2.cxx')
-rw-r--r-- | vcl/source/control/field2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx index 8f1f8157a856..dc36c0526735 100644 --- a/vcl/source/control/field2.cxx +++ b/vcl/source/control/field2.cxx @@ -236,7 +236,7 @@ static OUString ImplPatternReformat( const OUString& rStr, if (rEditMask.isEmpty()) return rStr; - OUStringBuffer aOutStr = OUString(rLiteralMask); + OUStringBuffer aOutStr = rLiteralMask; sal_Unicode cTempChar; sal_Unicode cChar; sal_Unicode cLiteral; |