commit 3d604d1cd6cc70ef96782ef769f0479b509987a8
Author: Noel Grandin <noel.grandin@collabora.co.uk>
AuthorDate: Wed Sep 5 13:51:39 2018 +0200
Commit: Noel Grandin <noel.grandin@collabora.co.uk>
CommitDate: Thu Sep 6 08:33:28 2018 +0200
clang-tidy performance-move-const-arg
Change-Id: I607891e120688b746c8a4c577018d97147a79217
Reviewed-on: https://gerrit.libreoffice.org/60029
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/editeng/source/editeng/eertfpar.cxx b/editeng/source/editeng/eertfpar.cxx
index ccecfa5723de..16f202d24a28 100644
--- a/editeng/source/editeng/eertfpar.cxx
+++ b/editeng/source/editeng/eertfpar.cxx
@@ -62,14 +62,14 @@ RtfImportInfo::~RtfImportInfo()
{
}
-EditRTFParser::EditRTFParser(
- SvStream& rIn, EditSelection aSel, SfxItemPool& rAttrPool, EditEngine* pEditEngine) :
- SvxRTFParser(rAttrPool, rIn),
- aCurSel(std::move(aSel)),
- mpEditEngine(pEditEngine),
- aRTFMapMode(MapUnit::MapTwip),
- nDefFont(0),
- bLastActionInsertParaBreak(false)
+EditRTFParser::EditRTFParser(SvStream& rIn, EditSelection aSel, SfxItemPool& rAttrPool,
+ EditEngine* pEditEngine)
+ : SvxRTFParser(rAttrPool, rIn)
+ , aCurSel(aSel)
+ , mpEditEngine(pEditEngine)
+ , aRTFMapMode(MapUnit::MapTwip)
+ , nDefFont(0)
+ , bLastActionInsertParaBreak(false)
{
SetInsPos(EditPosition(mpEditEngine, &aCurSel));
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.