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

loplugin:passstuffbyref

Change-Id: I000a8fbfec9c81a61773b5db24b5a7b6c708dc06
üst 61cac954
......@@ -108,7 +108,7 @@ BitmapEx StylePresetsPanel::CreatePreview(OUString& aUrl, OUString& aName)
}
void renderPreview(sfx2::StyleManager* pStyleManager, OutputDevice& aOutputDevice,
OUString sName, sal_Int32 nHeight, Rectangle& aRect)
OUString const & sName, sal_Int32 nHeight, Rectangle& aRect)
{
sfx2::StylePreviewRenderer* pStylePreviewRenderer;
......
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