[Libreoffice-commits] core.git: 2 commits - dtrans/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 19 16:30:36 UTC 2019
dtrans/source/win32/clipb/APNDataObject.hxx | 2 +-
dtrans/source/win32/clipb/wcbentry.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6a866f5b2d67d0b69e8c560d52206f9c38c84418
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:49 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 19 18:29:54 2019 +0200
Fix typo
Change-Id: Idc7a1e11b2d2e0e2383d742bf144e29ad0332269
Reviewed-on: https://gerrit.libreoffice.org/72540
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx
index 2a316470f8d3..f0580e70e20e 100644
--- a/dtrans/source/win32/clipb/wcbentry.cxx
+++ b/dtrans/source/win32/clipb/wcbentry.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::datatransfer::clipboard;
namespace
{
- // functions to create a new Clipboad instance; is needed by factory helper implementation
+ // functions to create a new Clipboard instance; is needed by factory helper implementation
// @param rServiceManager - service manager, useful if the component needs other uno services
// so we should give it to every UNO-Implementation component
commit 6a50ce5e58ebc5d50d05cfde5c425b8aad79ba4b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:51 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 19 18:29:35 2019 +0200
Fix typo
Change-Id: I23bd7912a38845a050ef34cbd0efd17a028ef109
Reviewed-on: https://gerrit.libreoffice.org/72538
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dtrans/source/win32/clipb/APNDataObject.hxx b/dtrans/source/win32/clipb/APNDataObject.hxx
index fbfbdb4ca45d..c48d14117ef7 100644
--- a/dtrans/source/win32/clipb/APNDataObject.hxx
+++ b/dtrans/source/win32/clipb/APNDataObject.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_DTRANS_SOURCE_WIN32_CLIPB_APNDATAOBJECT_HXX
/*
- an APartment Neutral dataobject wrapper; this wrapper of a IDataObject
+ an APartment Neutral dataobject wrapper; this wrapper of an IDataObject
pointer can be used from any apartment without RPC_E_WRONG_THREAD
which normally occurs if an apartment tries to use an interface
pointer of another apartment; we use containment to hold the original
More information about the Libreoffice-commits
mailing list