summaryrefslogtreecommitdiff
path: root/include/vcl/transfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 10:47:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 11:03:58 +0100
commita2f1be46f29dad0923bee8a93ab1aecdbccb332b (patch)
tree0902027d570b4ae6dcc6105392188dc7b229cebc /include/vcl/transfer.hxx
parentaba8e26120a6cabe65d43a3f089ee802cfbbe338 (diff)
sal_Char->char in vcl
Change-Id: I4359b7042f98586e2c9f5529d83d769cdf3d033c Reviewed-on: https://gerrit.libreoffice.org/85775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/transfer.hxx')
-rw-r--r--include/vcl/transfer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/transfer.hxx b/include/vcl/transfer.hxx
index 1c1ba0e7db90..188e78132380 100644
--- a/include/vcl/transfer.hxx
+++ b/include/vcl/transfer.hxx
@@ -501,7 +501,7 @@ public:
void CopyString( SotClipboardFormatId nFmt, const OUString& rStr );
void CopyByteString( SotClipboardFormatId nFormatId, const OString& rStr );
- void CopyAnyData( SotClipboardFormatId nFormatId, const sal_Char* pData, sal_uLong nLen );
+ void CopyAnyData( SotClipboardFormatId nFormatId, const char* pData, sal_uLong nLen );
bool HasAnyData() const;