diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 12:24:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:42:35 +0200 |
commit | fdad46f310569cb57fb618345647167b6fdda198 (patch) | |
tree | bec80abcd308630b9cd80bc2c5e0c8382477b88d /dtrans/source | |
parent | d4cea44bf212da4365deb4593f5c1957798f6629 (diff) |
Fix typo
"an one"
Change-Id: Ic12d139acfdb32aaf0089c60609feaa653fd686b
Reviewed-on: https://gerrit.libreoffice.org/77259
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipboard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx index c0058593ed40..db3f1ab188ed 100644 --- a/dtrans/source/win32/clipb/WinClipboard.hxx +++ b/dtrans/source/win32/clipb/WinClipboard.hxx @@ -45,7 +45,7 @@ class CWinClipbImpl; // class instance // watch out: we are using only one static member variable and not a list // because we assume to be instantiated only once -// this will be assured by an OneInstanceFactory of the service and not +// this will be assured by a OneInstanceFactory of the service and not // by this class! // helper class, so that the mutex is constructed |