summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/inettbc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 79442ac9d18e..6e9142f53c9e 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -262,7 +262,7 @@ IMPL_LINK_NOARG( SvtMatchContext_Impl, Select_Impl, void*, void )
for (auto const& completion : aCompletions)
{
- // convert the file into an URL
+ // convert the file into a URL
OUString sURL;
osl::FileBase::getFileURLFromSystemPath(completion, sURL);
// note: if this doesn't work, we're not interested in: we're checking the
@@ -581,7 +581,7 @@ IMPL_LINK_NOARG( MatchContext_Impl, Select_Impl, void*, void )
for (auto const& completion : aCompletions)
{
- // convert the file into an URL
+ // convert the file into a URL
OUString sURL;
osl::FileBase::getFileURLFromSystemPath(completion, sURL);
// note: if this doesn't work, we're not interested in: we're checking the