diff options
author | Skyler Grey <skyler.grey@collabora.com> | 2024-11-20 16:13:25 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2025-01-29 12:00:48 +0100 |
commit | 4260ae054188a6b14ec424922e681da4b2fc5867 (patch) | |
tree | e8e8a57af276ed4340a0cde77ad8f19977fcfa7e /vcl/inc | |
parent | 6ab7c31a7ef9249be2e7eede31c83d9f2aa71b5b (diff) |
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/+/180883
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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; |