summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-12-05 19:08:39 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-08 07:21:01 +0100
commit818f9e4017d16d6a48265638393dec4f9ed30649 (patch)
tree49ffd3b3d172fb405b4a4a7ed6b13066a7a5e9ff /sc/inc/textuno.hxx
parent4c84edef794294e2341aaa6da775100d6ac285ba (diff)
clang-tidy modernize-use-equals-default in sc/source/ui
Change-Id: I827e05835838508eb83053a3de80dfa5f53cb685 Reviewed-on: https://gerrit.libreoffice.org/46046 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index 0d72c9b95008..c88a2831261d 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -220,7 +220,6 @@ class ScCellTextCursor : public SvxUnoTextCursor
rtl::Reference<ScCellObj> mxTextObj;
public:
- ScCellTextCursor(const ScCellTextCursor& rOther);
ScCellTextCursor(ScCellObj& rText);
virtual ~ScCellTextCursor() throw() override;
@@ -271,7 +270,6 @@ private:
css::uno::Reference< css::text::XText > xParentText;
public:
- ScDrawTextCursor(const ScDrawTextCursor& rOther);
ScDrawTextCursor( const css::uno::Reference< css::text::XText >& xParent,
const SvxUnoTextBase& rText );
virtual ~ScDrawTextCursor() throw() override;