summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appopen.cxx2
-rw-r--r--sfx2/source/appl/appserv.cxx2
-rw-r--r--sfx2/source/bastyp/bitset.cxx2
-rw-r--r--sfx2/source/control/recentdocsviewitem.cxx2
-rw-r--r--sfx2/source/doc/DocumentMetadataAccess.cxx2
-rw-r--r--sfx2/source/doc/objserv.cxx6
-rw-r--r--sfx2/source/view/frame.cxx2
-rw-r--r--sfx2/source/view/viewfrm.cxx2
-rw-r--r--sfx2/source/view/viewprn.cxx2
9 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index da0a92c697ad..b7bf6f79d761 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -153,7 +153,7 @@ private:
{
// check the encryption data
// if the data correct is the stream will be opened successfully
- // and immediatelly closed
+ // and immediately closed
::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData );
mxStorage->openStreamElement(
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index e0cfeee40af8..040374870fa6 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -306,7 +306,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
// aus verschachtelten Requests nach 100ms nochmal probieren
if( Application::GetDispatchLevel() > 1 )
{
- /* Dont save the request for closing the application and try it later
+ /* Don't save the request for closing the application and try it later
again. This is an UI bound functionality ... and the user will try it again
if the dialog is closed. But we should not close the application automatically
if this dialog is closed by the user ...
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index 39cba96d7cd5..b13220507aea 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -24,7 +24,7 @@
#include <string.h>
#include <limits.h>
-// creates the asymetric difference with another bitset
+// creates the asymmetric difference with another bitset
IndexBitSet& IndexBitSet::operator-=(sal_uInt16 nBit)
{
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx
index 982579ed1905..97108463c7e5 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -214,7 +214,7 @@ void RecentDocsViewItem::OpenDocument()
if (xDispatch.is())
{
- // Call dispatch asychronously as we can be destroyed while dispatch is
+ // Call dispatch asynchronously as we can be destroyed while dispatch is
// executed. VCL is not able to survive this as it wants to call listeners
// after select!!!
LoadRecentFile* pLoadRecentFile = new LoadRecentFile;
diff --git a/sfx2/source/doc/DocumentMetadataAccess.cxx b/sfx2/source/doc/DocumentMetadataAccess.cxx
index eecca2634303..4cc541d3c674 100644
--- a/sfx2/source/doc/DocumentMetadataAccess.cxx
+++ b/sfx2/source/doc/DocumentMetadataAccess.cxx
@@ -772,7 +772,7 @@ DocumentMetadataAccess::DocumentMetadataAccess(
const IXmlIdRegistrySupplier & i_rRegistrySupplier)
: m_pImpl(new DocumentMetadataAccess_Impl(i_xContext, i_rRegistrySupplier))
{
- // no initalization: must call loadFrom...
+ // no initialization: must call loadFrom...
}
DocumentMetadataAccess::DocumentMetadataAccess(
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index ef2795f52a8c..06af9ff094a4 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -674,9 +674,9 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
// so it has to be restored to true here since it is a call from GUI
GetMedium()->SetUpdatePickList( true );
- // TODO: in future it must be done in followind way
- // if document is opened from GUI it is immediatelly appears in the picklist
- // if the document is a new one then it appears in the picklist immediatelly
+ // TODO: in future it must be done in following way
+ // if document is opened from GUI, it immediately appears in the picklist
+ // if the document is a new one then it appears in the picklist immediately
// after SaveAs operation triggered from GUI
}
catch( const task::ErrorCodeIOException& aErrorEx )
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index e1f8c2618afa..603b39989c49 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -833,7 +833,7 @@ void SfxFrame::CreateWorkWindow_Impl()
}
catch(Exception&)
{
- OSL_FAIL("SfxFrame::CreateWorkWindow_Impl: Exception caught. Please try to submit a reproducable bug!");
+ OSL_FAIL("SfxFrame::CreateWorkWindow_Impl: Exception caught. Please try to submit a reproducible bug!");
}
}
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 321526d73f96..5eb776a3378e 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1251,7 +1251,7 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
// Only force and Dispatcher-Update, if it is done next
// anyway, otherwise flickering or GPF is possibel since
- // the Writer for example prefers in Resize preform some
+ // the Writer for example prefers in Resize perform some
// actions which has a SetReadOnlyUI in Dispatcher as a
// result!
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx
index 33f0bfe004a2..c431a6ab4ffa 100644
--- a/sfx2/source/view/viewprn.cxx
+++ b/sfx2/source/view/viewprn.cxx
@@ -280,7 +280,7 @@ void SfxPrinterController::printPage( int i_nPage ) const
}
catch( lang::IllegalArgumentException& )
{
- // don't care enough about nonexistant page here
+ // don't care enough about nonexistent page here
// to provoke a crash
}
catch (lang::DisposedException &)