summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-03 15:16:45 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 11:44:54 +0100
commit8ee20e2691aa6f67c67d40c61a8cd1569458b5a8 (patch)
tree7c0389e5d85ca589cf8aae08b92788dff6e29b43 /sc/source/core/tool/interpr1.cxx
parentd406edf2442a9d35262daeb48bedb51777ee2255 (diff)
rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/s
Change-Id: Ia0db62b27577c64d3d6f6603f2e2c72b56cf1a81
Diffstat (limited to 'sc/source/core/tool/interpr1.cxx')
-rw-r--r--sc/source/core/tool/interpr1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index a5ac375482f8..40824912f66d 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -3797,7 +3797,7 @@ void ScInterpreter::ScRows()
PushDouble((double)nVal);
}
-void ScInterpreter::ScTables()
+void ScInterpreter::ScSheets()
{
sal_uInt8 nParamCount = GetByte();
sal_uLong nVal;
@@ -4013,7 +4013,7 @@ void ScInterpreter::ScRow()
}
}
-void ScInterpreter::ScTable()
+void ScInterpreter::ScSheet()
{
sal_uInt8 nParamCount = GetByte();
if ( MustHaveParamCount( nParamCount, 0, 1 ) )