summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/qproform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/qproform.hxx')
-rw-r--r--sc/source/filter/inc/qproform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/qproform.hxx b/sc/source/filter/inc/qproform.hxx
index 1065aed9c98d..1fe9dd06328d 100644
--- a/sc/source/filter/inc/qproform.hxx
+++ b/sc/source/filter/inc/qproform.hxx
@@ -60,7 +60,7 @@ private:
public:
static const size_t nBufSize = 256;
QProToSc( SvStream &aStr, svl::SharedStringPool& rSPool, const ScAddress& rRefPos );
- virtual ~QProToSc(){ };
+ virtual ~QProToSc() override { };
ConvErr Convert( const ScTokenArray*& pArray );
void DoFunc( DefTokenId eOc, sal_uInt16 nArgs, const sal_Char* pExtString );
void ReadSRD( ScSingleRefData& rR, sal_Int8 nPage, sal_Int8 nCol, sal_uInt16 rRel );