sw/source/uibase/inc/edtwin.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b3066bc55830e3fff93dbc68f666c5b961c051c7
Author:     Justin Luth <[email protected]>
AuthorDate: Mon Apr 19 07:08:34 2021 +0200
Commit:     Justin Luth <[email protected]>
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 <[email protected]>
    Tested-by: Justin Luth <[email protected]>

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;
 };
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to