dtrans/source/cnttype/mctfentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ccf4d765fff75df56ca1b797415b71a43658478a Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:52 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 19 18:29:18 2019 +0200 Fix typo Change-Id: I931e9aaf623a1b405054df4aebe1d2e1b591f212 Reviewed-on: https://gerrit.libreoffice.org/72537 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 878b1fbe942c..e102564c7a2f 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -34,7 +34,7 @@ using namespace ::com::sun::star::datatransfer; 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
