summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-19 13:09:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-19 13:30:06 +0200
commitb2b61b8c4892a8a02ae37cd48db8fad8fa02eb32 (patch)
treeb34ef9a01cedeb8b97c645ba32b6aac934391087 /sc/inc/token.hxx
parentf845e6f52c7c0747aa2edf1dfcee7fc8ce2d1832 (diff)
fix for fdo#39333: database ranges don't work in formulas
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 9e766b0adb35..c56b2a6c01f6 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -244,7 +244,7 @@ private:
private:
ScNameToken(); // disabled
public:
- ScNameToken(sal_uInt16 nIndex, bool bGlobal);
+ ScNameToken(sal_uInt16 nIndex, bool bGlobal, OpCode eOpCode = ocName);
ScNameToken(const ScNameToken& r);
virtual ~ScNameToken();
virtual sal_uInt8 GetByte() const;