summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontainerwindow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 10:44:57 +0200
committerNoel Grandin <noel@peralex.com>2016-04-13 13:27:51 +0200
commit9fce680e27e57f0539f55c7ecb5c8e1d96029267 (patch)
tree36475df8317c32dd9db79d0eafe9a50df7e1018e /dbaccess/source/ui/inc/querycontainerwindow.hxx
parentef268562602a4bef0e128f95beaef9732ac00c7d (diff)
loplugin:passstuffbyref in dbaccess
Change-Id: Ice52ebbfeca45c8587fdcd0d3dea5c02c7de27e3
Diffstat (limited to 'dbaccess/source/ui/inc/querycontainerwindow.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontainerwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/querycontainerwindow.hxx b/dbaccess/source/ui/inc/querycontainerwindow.hxx
index 89f5310189cb..a74b7ae43014 100644
--- a/dbaccess/source/ui/inc/querycontainerwindow.hxx
+++ b/dbaccess/source/ui/inc/querycontainerwindow.hxx
@@ -61,7 +61,7 @@ namespace dbaui
// called when the beamer has been disposed
void disposingPreview();
- css::uno::Reference< css::frame::XFrame2 >
+ const css::uno::Reference< css::frame::XFrame2 >&
getPreviewFrame() const { return m_xBeamer; }
OQueryDesignView* getDesignView() { return m_pViewSwitch->getDesignView(); }