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

loplugin:passstringbyref

Change-Id: I4de62139cc479ee1f96988b7f2c2f5f2bfae44a6
üst 10dbb3b4
......@@ -1272,7 +1272,7 @@ private:
OUString maName;
bool mbStorage;
explicit PreferredItem( const OUString rName, bool bStorage ) :
explicit PreferredItem( const OUString& rName, bool bStorage ) :
maName( rName ), mbStorage( bStorage ) {}
};
typedef ::std::vector< PreferredItem > PreferredItemVector;
......
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