summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-11-11 09:20:52 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-19 20:32:04 +0100
commit4efae8d0f71120beb28126ba6063a80ce2e08c81 (patch)
treea34ba2142d2b5ddee6873273ea7d97a715f45e35 /include
parentac3e2eac2bfaf6a2a94ac1bb4926d35a55125b3e (diff)
clang-tidy modernize-use-equals-default in svtools
no need to explicit delete SvtScriptedTextHelper_Impl assinment operator because it's implicit deleted anyway. Change-Id: I8463345e9035fc0466a22ed6648eb5b2614ed1b5 Reviewed-on: https://gerrit.libreoffice.org/44927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ctrlbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 39faf85747ee..6e0358721885 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -169,7 +169,6 @@ public:
BorderWidthImpl( BorderWidthImplFlags nFlags = BorderWidthImplFlags::CHANGE_LINE1, double nRate1 = 0.0,
double nRate2 = 0.0, double nRateGap = 0.0 );
- BorderWidthImpl& operator= ( const BorderWidthImpl& r );
bool operator== ( const BorderWidthImpl& r ) const;
long GetLine1 ( long nWidth ) const;