diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:13:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:58 +0100 |
commit | 5efac16be63274ff5e578cb3406accf75ae0f174 (patch) | |
tree | 345faf1748cfc9747f1ea8b4cc456c122a4f0401 /include/editeng/txtrange.hxx | |
parent | 913b112d952d21913cb407fc5138681c10d587e4 (diff) |
loplugin:deletedspecial
Change-Id: Ia5cdc216ef4e5ebb11709fa1079e70c9ac2ff360
Diffstat (limited to 'include/editeng/txtrange.hxx')
-rw-r--r-- | include/editeng/txtrange.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx index 8fe6b4f2bb5d..f37d835724d5 100644 --- a/include/editeng/txtrange.hxx +++ b/include/editeng/txtrange.hxx @@ -57,7 +57,7 @@ class EDITENG_DLLPUBLIC TextRanger // FALSE: Objekt flow (StarWriter); bool bVertical :1;// for vertical writing mode - TextRanger( const TextRanger& ); // not implemented + TextRanger( const TextRanger& ) SAL_DELETED_FUNCTION; const Rectangle& _GetBoundRect(); public: TextRanger( const basegfx::B2DPolyPolygon& rPolyPolygon, |