From 0d2c2ab55a20bfebd87f2296bb8b2d79508de082 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 1 Dec 2021 12:29:37 +0300 Subject: tdf#145964 related: also drop special-casing in TransferableHelper::SetString Follow-up to commit 5fb9f4ffa9284c7248e2e82210506babaad4044d Change-Id: I46d5ea404f77ac5ff67b6ee6a42afee13274a481 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126174 Tested-by: Mike Kaganski Reviewed-by: Mike Kaganski --- include/vcl/transfer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/transfer.hxx b/include/vcl/transfer.hxx index 6e546cc38a2a..ec1d0955d85c 100644 --- a/include/vcl/transfer.hxx +++ b/include/vcl/transfer.hxx @@ -232,7 +232,7 @@ protected: void ClearFormats(); bool SetAny( const css::uno::Any& rAny ); - bool SetString( const OUString& rString, const css::datatransfer::DataFlavor& rFlavor ); + bool SetString( const OUString& rString ); bool SetBitmapEx( const BitmapEx& rBitmap, const css::datatransfer::DataFlavor& rFlavor ); bool SetGDIMetaFile( const GDIMetaFile& rMtf ); bool SetGraphic( const Graphic& rGraphic ); -- cgit