diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 22:25:57 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:36:21 +0200 |
commit | 6131288f2a85d43ba21210e677648c9245793e52 (patch) | |
tree | f8299ebc3e5a143db2cd3d140087e5b7d0b706d1 /sc/inc/externalrefmgr.hxx | |
parent | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (diff) |
Fix typo
"an URI", to complete:
https://gerrit.libreoffice.org/#/c/75985/
Change-Id: I57489b05117fd12ae6aa22544437ab5bc6b5154f
Reviewed-on: https://gerrit.libreoffice.org/76037
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 087e05570a5d..7bd670f7cddd 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -588,12 +588,12 @@ public: /** * It returns a pointer to the name of the URI associated with a given * external file ID. In case the original document has moved, it returns - * an URI adjusted for the relocation. + * a URI adjusted for the relocation. * * @param nFileId file ID for an external document * @param bForceOriginal If true, it always returns the original document * URI even if the referring document has relocated. - * If false, it returns an URI adjusted for + * If false, it returns a URI adjusted for * relocated document. * * @return const OUString* external document URI. |