summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-01 19:48:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:07:33 +0200
commit6e5560e9f2e8fde05388e4765c3e74f7360f1fbc (patch)
treebcd34a44ec9869f54e89265a9ff4435be9ad66c0 /sc/inc/address.hxx
parent49baf95bc061f917b9c56612ddc77fe4de990095 (diff)
ScRange::ParseCols/Rows pDoc parameter is unused
...ever since the code's introduction with f4e75ed9b00a4d8410fe685aae66735ec82837ec "INTEGRATION: CWS scr1c1", despite the "we may need this later" claim that also originated there Change-Id: I88e2b2a8d01fda8adf942ff78f84b6d8638dc154
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 93ea9c1720be..a13f3e9ddb62 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -526,9 +526,9 @@ public:
SC_DLLPUBLIC ScRefFlags ParseAny( const OUString&, ScDocument*,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );
- SC_DLLPUBLIC ScRefFlags ParseCols( const OUString&, ScDocument*,
+ SC_DLLPUBLIC ScRefFlags ParseCols( const OUString&,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );
- SC_DLLPUBLIC void ParseRows( const OUString&, ScDocument*,
+ SC_DLLPUBLIC void ParseRows( const OUString&,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );
/** Parse an Excel style reference up to and including the sheet name