summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-22 09:35:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-22 09:36:05 +0200
commit097406006266f1d59a57e0379fd195190c214df2 (patch)
tree0f64bb35cb5320deef050d74bf520a9e667b9ad6 /include/sfx2
parent2e32eff6f1a6ac8bc0ef65e07300531d6f45275b (diff)
loplugin:passstuffbyref
Change-Id: Ib356214e2aee699d7def22ab84ad806cb801bcb5
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/Deck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index edd735c3cc0e..43fddcc096b7 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -51,7 +51,7 @@ public:
void ResetPanels (const SharedPanelContainer& rPanels);
const SharedPanelContainer& GetPanels() const { return maPanels; }
- Panel* GetPanel(OUString panelId);
+ Panel* GetPanel(OUString const & panelId);
void RequestLayout();
vcl::Window* GetPanelParentWindow();