vcl/inc/ios/iosinst.hxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit bf65c7048bf2f0160d581de4f659abe4ab0b3e93 Author: Skyler Grey <skyler.g...@collabora.com> AuthorDate: Wed Nov 20 16:13:25 2024 +0000 Commit: Skyler Grey <skyler.g...@collabora.com> CommitDate: Thu Nov 21 11:08:07 2024 +0100
fix(iOS): Remove missed clipboard method In I49671a0bdbd1e1699253c9e710366c1a860ca38d, we cleaned up the old obsolete iOS clipboard code. Unfortunately, we missed removing a method in our header files elsewhere. Worse, while we can build with a missing method we aren't able to package testflight builds for iOS with it, leading to everything working until the packaging step which fails. Change-Id: I47f8fbb6762d82da449886798f0fb7eacf76047a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176868 Reviewed-by: Skyler Grey <skyler.g...@collabora.com> Tested-by: Skyler Grey <skyler.g...@collabora.com> diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 63182bcd0c0a..aef3ea79c2d2 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -41,9 +41,6 @@ public: SalSystem* CreateSalSystem() override; - css::uno::Reference<css::uno::XInterface> - CreateClipboard(const css::uno::Sequence<css::uno::Any>& i_rArguments) override; - void GetWorkArea(AbsoluteScreenPixelRectangle& rRect); SalFrame* CreateFrame(SalFrame* pParent, SalFrameStyleFlags nStyle) override; SalFrame* CreateChildFrame(SystemParentData* pParent, SalFrameStyleFlags nStyle) override;