summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/celllistsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/celllistsource.hxx')
-rw-r--r--sc/source/ui/unoobj/celllistsource.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/celllistsource.hxx b/sc/source/ui/unoobj/celllistsource.hxx
index e42f92c922b3..5df49eefa6cb 100644
--- a/sc/source/ui/unoobj/celllistsource.hxx
+++ b/sc/source/ui/unoobj/celllistsource.hxx
@@ -143,8 +143,8 @@ namespace calc
void notifyModified();
private:
- OCellListSource( const OCellListSource& ) SAL_DELETED_FUNCTION;
- OCellListSource& operator=( const OCellListSource& ) SAL_DELETED_FUNCTION;
+ OCellListSource( const OCellListSource& ) = delete;
+ OCellListSource& operator=( const OCellListSource& ) = delete;
};
} // namespace calc