summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/biffhelper.hxx')
-rw-r--r--sc/source/filter/inc/biffhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index 80086bd3e055..33d8bd202884 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -627,8 +627,8 @@ public:
static bool skipRecordBlock( BiffInputStream& rStrm, sal_uInt16 nEndRecId );
private:
- BiffHelper(); // not implemented
- ~BiffHelper(); // not implemented
+ BiffHelper() SAL_DELETED_FUNCTION;
+ ~BiffHelper() SAL_DELETED_FUNCTION;
};
/** BIFF12 stream operator for an OUString, reads 32-bit string length and Unicode array. */