diff options
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r-- | sc/inc/textuno.hxx | 2 |
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; |