diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:27:41 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 07:05:43 +0000 |
commit | 3063d55b8be2188532e3e2892f440ff0d481db71 (patch) | |
tree | bb0aea0c9002eca2bd7919b6729adaa1b613226d /embeddedobj | |
parent | 34e1739d56411c81359e24dce500cb54bba6c092 (diff) |
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394
Reviewed-on: https://gerrit.libreoffice.org/34806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index 2cea0ca4b600..acfc61802d7d 100644 --- a/embeddedobj/source/msole/olecomponent.cxx +++ b/embeddedobj/source/msole/olecomponent.cxx @@ -1549,7 +1549,7 @@ uno::Any SAL_CALL OleComponent::getTransferData( const datatransfer::DataFlavor& } } - // If the replacement could not be retrieved, the cached representaion should be used + // If the replacement could not be retrieved, the cached representation should be used // currently it is not necessary to retrieve it here, so it is implemented in the object itself } // TODO: Investigate if there is already the format name |