summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/fcode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/fcode.hxx')
-rw-r--r--connectivity/source/inc/file/fcode.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index da0670f4e1da..77bc2a199ee1 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -76,9 +76,9 @@ namespace connectivity
class OOO_DLLPUBLIC_FILE OOperandRow : public OOperand
{
sal_uInt16 m_nRowPos;
- protected:
OValueRefRow m_pRow;
+ protected:
OOperandRow(sal_uInt16 _nPos, sal_Int32 _rType);
public:
virtual const ORowSetValue& getValue() const override;
@@ -230,8 +230,6 @@ namespace connectivity
class OOO_DLLPUBLIC_FILE OOp_LIKE : public OBoolOperator
{
- public:
- protected:
const sal_Unicode cEscape;
public: