diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:27:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:01 +0100 |
commit | bdf2fcd5afb4a4fb1fe0683cf07a8beec78dcc04 (patch) | |
tree | 43dcaaa4325b8a76d2099f1dd74a2ea232ad2a67 /sc/inc/cellvalues.hxx | |
parent | cfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff) |
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r-- | sc/inc/cellvalues.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index b545fcdd9115..53f3a4c39670 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -42,8 +42,8 @@ class CellValues { CellValuesImpl* mpImpl; - CellValues( const CellValues& ); // disabled - CellValues& operator= ( const CellValues& ); // disabled + CellValues( const CellValues& ) SAL_DELETED_FUNCTION; + CellValues& operator= ( const CellValues& ) SAL_DELETED_FUNCTION; public: CellValues(); @@ -89,8 +89,8 @@ class TableValues Impl* mpImpl; - TableValues( const TableValues& ); // disabled - TableValues& operator= ( const TableValues& ); // disabled + TableValues( const TableValues& ) SAL_DELETED_FUNCTION; + TableValues& operator= ( const TableValues& ) SAL_DELETED_FUNCTION; public: |