Kaydet (Commit) cfde7ea8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: passing OUString by value, rather pass by reference [loplugin]

Change-Id: I7894d34d33efbf7689454ec25386b5d741ed3c42
üst e96e3aa0
......@@ -51,7 +51,7 @@ namespace
{
template<class T>
T lclGetProperty(uno::Reference<drawing::XShape> rShape, OUString rPropName)
T lclGetProperty(uno::Reference<drawing::XShape> rShape, const OUString& rPropName)
{
T aResult;
uno::Reference<beans::XPropertySet> xPropertySet(rShape, uno::UNO_QUERY);
......
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