diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-01 12:29:37 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-12-01 14:59:58 +0100 |
commit | 0d2c2ab55a20bfebd87f2296bb8b2d79508de082 (patch) | |
tree | f8537724c5b62e8175b16bcd4de8d5f6c4968687 /include | |
parent | 0b35970ffb46075d19f1a65391dde8182f322ef0 (diff) |
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 <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/transfer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |