summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:58:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit3ada0545adc7533c02b37cb55f0cab09dcdac96b (patch)
tree254cc902a932a9f59510f3096dffa32634b95dca /include/sfx2
parent768a6fc9c0ce926fc026eb0c93001b3058798917 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Idb9dba0a96236b7b4240a1e94693d16e77484a29
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/notebookbar/SfxNotebookBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/notebookbar/SfxNotebookBar.hxx b/include/sfx2/notebookbar/SfxNotebookBar.hxx
index e68d3f17160e..d76b35e6a16b 100644
--- a/include/sfx2/notebookbar/SfxNotebookBar.hxx
+++ b/include/sfx2/notebookbar/SfxNotebookBar.hxx
@@ -29,7 +29,7 @@ public:
/// Function to be called from the sdi's StateMethod.
static void StateMethod(SfxBindings& rBindings, const OUString& rUIFile);
static void StateMethod(SystemWindow* pSysWindow,
- const css::uno::Reference<css::frame::XFrame> xFrame,
+ const css::uno::Reference<css::frame::XFrame> & xFrame,
const OUString& rUIFile);
static void RemoveListeners(SystemWindow* pSysWindow);