summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/services/autorecovery.cxx4
-rw-r--r--include/dbaccess/dataview.hxx2
-rw-r--r--include/framework/addonsoptions.hxx4
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx4
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl2
5 files changed, 8 insertions, 8 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 281c0061a28c..bc82d67ee921 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -284,7 +284,7 @@ public:
of each document and update this state flag here.
Further we postpone saving of active documents, e.g. if the user
- works currently on it. We wait for an idle period then ...
+ works currently on it. We wait for an idle period then...
*/
sal_Int32 DocumentState;
@@ -3663,7 +3663,7 @@ void AutoRecovery::implts_doRecovery(const DispatchParams& aParams)
// any "handle" state ...
implts_resetHandleStates();
- // Reset the configuration hint "we was crashed"!
+ // Reset the configuration hint "we were crashed"!
std::shared_ptr<comphelper::ConfigurationChanges> batch(
comphelper::ConfigurationChanges::create(m_xContext));
officecfg::Office::Recovery::RecoveryInfo::Crashed::set(false, batch);
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index 6394539dcff7..53d6b490acd9 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -51,7 +51,7 @@ namespace dbaui
css::uno::Reference< css::uno::XComponentContext > m_xContext; // the service factory to work with
protected:
- rtl::Reference<IController> m_xController; // the controller in where we resides in
+ rtl::Reference<IController> m_xController; // the controller where we reside in
VclPtr<FixedLine> m_aSeparator;
::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel;
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index ca7a464b61a0..5c4d9166eb07 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -176,7 +176,7 @@ class FWE_DLLPUBLIC AddonsOptions
const OUString GetAddonsToolbarResourceName( sal_uInt32 nIndex ) const;
/*-****************************************************************************************************
- @short Gets a NotebookBar part of an single addon
+ @short Gets a NotebookBar part of a single addon
@return A complete
@onerror We return sal_False
@@ -185,7 +185,7 @@ class FWE_DLLPUBLIC AddonsOptions
const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > >& GetAddonsNotebookBarPart( sal_uInt32 nIndex ) const;
/*-****************************************************************************************************
- @short Gets a unique NotebookBar resource name of an single addon
+ @short Gets a unique NotebookBar resource name of a single addon
@return A complete
@onerror We return sal_False
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
index 4db2f20a1e47..1734031e11d9 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
@@ -185,7 +185,7 @@ void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLExcepti
{
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(OConnection_BASE::rBHelper.bDisposed);
- // here you have to set your commit mode please have a look at the jdbc documentation to get a clear explanation
+ // here you have to set your commit mode please have a look at the jdbc documentation to get a clear explanation
}
sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException)
@@ -203,7 +203,7 @@ void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException)
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(OConnection_BASE::rBHelper.bDisposed);
- // when you database does support transactions you should commit here
+ // when your database does support transactions you should commit here
}
void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException)
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index f2a05197a6c3..2251762b70d8 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -61,7 +61,7 @@ interface XPackageRegistry
<code>url</code> but different <code>mediaType</code> (the exception is,
if previously an empty string was provided to cause the determination
of the media type) or <code>removed</code> parameters will cause an
- exception. An com::sun::star::lang::IllegalArgumentException will be
+ exception. A com::sun::star::lang::IllegalArgumentException will be
thrown in case of a different <code>mediaType</code> parameter and a
InvalidRemovedParameterException is thrown if the
<code>removed</code> parameter is different.