diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:25:52 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-19 18:29:18 +0200 |
commit | ccf4d765fff75df56ca1b797415b71a43658478a (patch) | |
tree | 0a08c2b646196db66bff1df4403acfd8c8a94d09 /dtrans/source | |
parent | 7773edb33dac2b8aa548dd6859514833872b61d8 (diff) |
Fix typo
Change-Id: I931e9aaf623a1b405054df4aebe1d2e1b591f212
Reviewed-on: https://gerrit.libreoffice.org/72537
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/cnttype/mctfentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |