diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-01 21:05:39 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-01 22:21:44 +0200 |
commit | 8fe5161a9e36d8285c489da7167d7cca27cb0f1d (patch) | |
tree | 7566fa92bc54c1efe04c8b1ae71c6a819b73a5e4 /sw/inc/swunohelper.hxx | |
parent | 3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (diff) |
Fix typos
Change-Id: I2238961a7b124652e90e948e27a6ca9d98dc54ac
Reviewed-on: https://gerrit.libreoffice.org/76826
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r-- | sw/inc/swunohelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx index b87d7dda833e..2cd9cd04bb31 100644 --- a/sw/inc/swunohelper.hxx +++ b/sw/inc/swunohelper.hxx @@ -64,7 +64,7 @@ bool UCB_GetFileListOfFolder( const OUString& rURL, // is the URL an existing file? SW_DLLPUBLIC bool UCB_IsFile( const OUString& rURL ); - // is the URL a existing directory? + // is the URL an existing directory? bool UCB_IsDirectory( const OUString& rURL ); /// helper to check if fill style is set to color or bitmap |