summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:51:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:31 +0200
commit45f533aee9b44c702ae4f0ef039eddae9f132e51 (patch)
treefeaa63a6809ed9e2ff60665d845a8b2f2f43b6ac /sc/source/ui/docshell
parentee6ffa3f157aedc7775df198c914a225aea41b54 (diff)
loplugin:staticcall
Change-Id: I670fbcd83e368f2821d37a392cbc007b1f4cd55e
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/servobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/servobj.cxx b/sc/source/ui/docshell/servobj.cxx
index 71d1368c3872..2cafae98e2ea 100644
--- a/sc/source/ui/docshell/servobj.cxx
+++ b/sc/source/ui/docshell/servobj.cxx
@@ -79,7 +79,7 @@ ScServerObject::ScServerObject( ScDocShell* pShell, const OUString& rItem ) :
{
// parse ref
ScDocument* pDoc = pDocSh->GetDocument();
- SCTAB nTab = pDocSh->GetCurTab();
+ SCTAB nTab = ScDocShell::GetCurTab();
aRange.aStart.SetTab( nTab );
// For DDE link, we always must parse references using OOO A1 convention.