Kaydet (Commit) 1fc8fb31 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: I7c8cd99210d1048b73e074831080e9c7121292fc
üst 37a1a54e
......@@ -82,7 +82,7 @@ private:
public:
TestDocumentHandler() {}
const OUString getString() { return m_aStr; }
const OUString & getString() { return m_aStr; }
// XDocumentHandler
virtual void SAL_CALL startDocument() throw (SAXException, RuntimeException, exception) override;
......
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