summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-08-04 23:38:44 -0400
committerAndras Timar <andras.timar@collabora.com>2018-12-06 09:06:16 +0100
commite1143d75eea07bdcd1e13d99a6015c1fc32bfb60 (patch)
treeeee45cdcc6e482e36328a547da2265b47d3c9718 /sfx2
parentc0b2e7697d9647199d489a838d4fabc543264094 (diff)
ViewShellBase const correctness
Change-Id: I00bffe23f2f850f5e0cbf63a60aa1600f848edac (cherry picked from commit 4e6e33870a60a796c17c1e2d67ac6482b853ad28)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index c9b91d8ca9e0..c5cd05f5e3cd 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1766,7 +1766,7 @@ void SfxViewShell::SetController( SfxBaseController* pController )
pImpl->xClipboardListener = new SfxClipboardChangeListener( this, GetClipboardNotifier() );
}
-Reference < XController > SfxViewShell::GetController()
+Reference < XController > SfxViewShell::GetController() const
{
return pImpl->m_pController.get();
}