From 270f0adf32a663fd1ae9ad215e03b8c52bb2c13d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:43 +0000 Subject: Fix typo Change-Id: I5fce4297a8172889e4a609da1f99e5e9cba371bb Reviewed-on: https://gerrit.libreoffice.org/72573 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- dtrans/source/win32/dtobj/DOTransferable.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 846a0859bb67..230a7fbfed8e 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -263,7 +263,7 @@ sal_Bool SAL_CALL CDOTransferable::isDataFlavorSupported( const DataFlavor& aFla // the list of dataflavors currently on the clipboard will be initialized // only once; if the client of this Transferable will hold a reference // to it and the underlying clipboard content changes, the client does -// possible operate on a invalid list +// possible operate on an invalid list // if there is only text on the clipboard we will also offer unicode text // an synthesize this format on the fly if requested, to accomplish this // we save the first offered text format which we will later use for the @@ -333,7 +333,7 @@ DataFlavor CDOTransferable::formatEtcToDataFlavor( const FORMATETC& aFormatEtc ) { LCID lcid = 0; - // for non-unicode text format we must provid a locale to get + // for non-unicode text format we must provide a locale to get // the character-set of the text, if there is no locale on the // clipboard we assume the text is in a charset appropriate for // the current thread locale -- cgit