include/vcl/window.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4c50d99537718be78b6c9663860b4e6c4524554a Author: Michael Weghorn <[email protected]> AuthorDate: Fri Feb 27 19:03:05 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Feb 28 16:31:20 2026 +0100 vcl: Update comment mentioning system clipboard details The css::datatransfer::clipboard::SystemClipboard UNO service is not necessarily used (any more) to get the system clipboard in Window::GetClipboard, so don't say so. Change-Id: Ie0fdb4ca59071c0f37e3056815f3819a1acebce6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200654 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index d3778bb66753..fa9c966b27cc 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1205,7 +1205,7 @@ public: // Clipboard/Selection interfaces css::uno::Reference< css::datatransfer::clipboard::XClipboard > GetClipboard(); - /// Sets a custom clipboard for the window's frame, instead of creating it on-demand using css::datatransfer::clipboard::SystemClipboard. + /// Sets a custom clipboard for the window's frame, instead of using the system clipboard on demand void SetClipboard(css::uno::Reference<css::datatransfer::clipboard::XClipboard> const & xClipboard); /*
