diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/contextmenuhelper.hxx | 2 | ||||
-rw-r--r-- | svtools/source/control/inettbc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/contextmenuhelper.hxx b/svtools/inc/svtools/contextmenuhelper.hxx index 814804af7db3..e0e1f0d3a90f 100644 --- a/svtools/inc/svtools/contextmenuhelper.hxx +++ b/svtools/inc/svtools/contextmenuhelper.hxx @@ -88,7 +88,7 @@ class SVT_DLLPUBLIC ContextMenuHelper bool associateUIConfigurationManagers(); // resets associations to create associations again on-demand. - // Usefull for implementations which recycle frames. Normal + // Useful for implementations which recycle frames. Normal // implementations can profit from caching and should set // auto refresh on ctor to false (default). void resetAssociations() diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index c0c93a1d3c14..dc43a3d01986 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -310,7 +310,7 @@ void SvtMatchContext_Impl::ReadFolder( const String& rURL, // for pure home paths ( ~username ) the '.' at the end of rMatch // means that it poits to root catalog - // this is done only for file contents since home paths parsing is usefull only for them + // this is done only for file contents since home paths parsing is useful only for them if ( bPureHomePath && rMatch.Equals( rtl::OUString("file:///.") ) ) { // a home that refers to / |