summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 7c70ae6ab0f3..5f2406d497a4 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1878,7 +1878,7 @@ public:
std::set<Color> GetDocColors();
private:
- ScDocument(const ScDocument& r) SAL_DELETED_FUNCTION;
+ ScDocument(const ScDocument& r) = delete;
void FindMaxRotCol( SCTAB nTab, RowInfo* pRowInfo, SCSIZE nArrCount,
SCCOL nX1, SCCOL nX2 ) const;