[Libreoffice-commits] core.git: sw/source
Justin Luth (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 19 05:23:18 UTC 2021
sw/source/uibase/inc/edtwin.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b3066bc55830e3fff93dbc68f666c5b961c051c7
Author: Justin Luth <justin.luth at collabora.com>
AuthorDate: Mon Apr 19 07:08:34 2021 +0200
Commit: Justin Luth <justin_luth at sil.org>
CommitDate: Mon Apr 19 07:22:40 2021 +0200
fix build: partial revert loplugin:unusedmethods
Apr 14 commit a41aef4c1648519b934f0aed06d1c75f75fd852a
removed the method, and
Apr 19 commit d748430c7d12d71a4cc4ed178e072026ea218641
called it.
Change-Id: I5c1071a386413069933ff8329eab921b92704688
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114253
Reviewed-by: Justin Luth <justin_luth at sil.org>
Tested-by: Justin Luth <justin_luth at sil.org>
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index 1cf352437d83..cb736bdf562f 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -292,6 +292,7 @@ public:
void SetGraphicTwipPosition(bool bStart, const Point& rPosition);
const SwFrame* GetSavedOutlineFrame() const { return m_pSavedOutlineFrame; }
+ void SetSavedOutlineFrame(SwFrame* pFrame) { m_pSavedOutlineFrame = pFrame; }
virtual FactoryFunction GetUITestFactory() const override;
};
More information about the Libreoffice-commits
mailing list