summaryrefslogtreecommitdiffstats
path: root/include/svtools
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/svtools
parentclang-tidy modernize-use-equals-default in sw/source/uibase (diff)
downloadcore-4efae8d0f71120beb28126ba6063a80ce2e08c81.tar.gz
core-4efae8d0f71120beb28126ba6063a80ce2e08c81.zip
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/svtools')
-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;