vcl/inc/ios/iosinst.hxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 2b90e03d82d533d92330c574dfb18c5bb4846e24
Author: Skyler Grey <[email protected]>
AuthorDate: Wed Nov 20 16:13:25 2024 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Thu Nov 21 10:41:21 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/+/176865
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
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;