diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:25:36 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-21 09:26:50 +0200 |
commit | a7d66f9fa6928080f9ebb61a1414b59b3b6b7ff9 (patch) | |
tree | 33af139ccd49d6ce2af9a2ac0d2cef9d416d18e1 /dtrans/source | |
parent | 5941d2a427db91080e3ced9383400d714e66ad26 (diff) |
Fix typo
Change-Id: I282902c410ab93017b3aea46f88f60c246ca9894
Reviewed-on: https://gerrit.libreoffice.org/72629
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/win32/ftransl/ftranslentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 67e90161a207..cdcfda46b10c 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -38,7 +38,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 |