Kaydet (Commit) 2feddc10 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: Better variable name.

Change-Id: Id02f9bb3ba2d1530c842446d63138234b82d3f97
üst cc5baa41
...@@ -63,9 +63,9 @@ struct TextAndReading ...@@ -63,9 +63,9 @@ struct TextAndReading
TextAndReading() {} TextAndReading() {}
TextAndReading(const OUString& sTxt, const OUString& sRdng) TextAndReading(const OUString& rText, const OUString& rReading)
: sText(sTxt) : sText(rText)
, sReading(sRdng) , sReading(rReading)
{} {}
}; };
......
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