Kaydet (Commit) 5588d668 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstringbyref

Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e
üst e5934962
...@@ -41,7 +41,7 @@ private: ...@@ -41,7 +41,7 @@ private:
namespace { namespace {
bool checkDumpAgainstFile( const OUString& rDump, const OUString aFilePath) bool checkDumpAgainstFile( const OUString& rDump, const OUString& aFilePath)
{ {
OString aOFile = OUStringToOString(aFilePath, RTL_TEXTENCODING_UTF8); OString aOFile = OUStringToOString(aFilePath, RTL_TEXTENCODING_UTF8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment