summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.hxx2
-rw-r--r--dtrans/source/win32/dtobj/TxtCnvtHlp.cxx4
-rw-r--r--framework/source/loadenv/loadenv.cxx4
-rw-r--r--include/connectivity/dbmetadata.hxx2
-rw-r--r--include/svtools/ctrlbox.hxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx
index 58583ce6c7e5..bf71ac26e8f8 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.hxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx
@@ -56,7 +56,7 @@ public:
private:
unsigned int run( );
- // create a hidden window which serves as an request target; so we
+ // create a hidden window which serves as a request target; so we
// guarantee synchronization
void createMtaOleReqWnd( );
diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
index 91f26ed9f0c0..1ea9f4c9f549 100644
--- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
+++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
@@ -76,7 +76,7 @@ int MultiByteToWideCharEx( UINT cp_src,
// setup a global memory pointer
CRawHGlobalPtr ptrHGlob( refDTransHelper );
- // do the conversion an return
+ // do the conversion and return
return MultiByteToWideChar( cp_src,
0,
lpMultiByteString,
@@ -110,7 +110,7 @@ int WideCharToMultiByteEx( UINT cp_dest,
// setup a global memory pointer
CRawHGlobalPtr ptrHGlob( refDTransHelper );
- // do the conversion an return
+ // do the conversion and return
return WideCharToMultiByte( cp_dest,
0,
lpWideCharString,
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index ff19bdff0006..73180facd46a 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -1190,8 +1190,8 @@ css::uno::Reference< css::uno::XInterface > LoadEnv::impl_searchLoader()
throw LoadEnvException(LoadEnvException::ID_INVALID_ENVIRONMENT);
}
- // Otherwise ...
- // We need this type information to locate an registered frame loader
+ // Otherwise...
+ // We need this type information to locate a registered frame loader
// Without such information we can't work!
OUString sType = m_lMediaDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_TYPENAME(), OUString());
if (sType.isEmpty())
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx
index 21c8d63013c6..085b30b52875 100644
--- a/include/connectivity/dbmetadata.hxx
+++ b/include/connectivity/dbmetadata.hxx
@@ -66,7 +66,7 @@ namespace dbtools
@throws css::sdbc::SQLException
if obtaining the meta data from the connection throws an SQLException
@throws css::uno::RuntimeException
- if obtaining the meta data from the connection throws an RuntimeException
+ if obtaining the meta data from the connection throws a RuntimeException
*/
DatabaseMetaData(
const css::uno::Reference< css::sdbc::XConnection >& _connection );
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 06c97e2ccff3..56b7f55026e8 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -175,7 +175,7 @@ All sizes are in 1/10 typographic point (pt).
The passed FontList must be retained until the next fill call.
-Additionally it supports an relative mod, which allows entering
+Additionally it supports a relative mod, which allows entering
percentage values. This, eg., can be useful for template dialogs.
This mode can only be enabled, but not disabled again.