summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/thumbnailview.cxx2
-rw-r--r--sfx2/source/doc/printhelper.cxx2
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index b79d3b02d947..8bfdcf8c1edd 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -553,7 +553,7 @@ void ThumbnailView::KeyInput( const KeyEvent& rKEvt )
if ( bFoundLast )
{
//If we are in the second last row just go the one in
- //the row below, if theres not row below just go to the
+ //the row below, if there's not row below just go to the
//last item but for the last row don't do anything.
if ( nLastPos + mnCols < mFilteredItemList.size( ) )
{
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index e255b4ee87ea..15b87f304ca1 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -637,7 +637,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >&
// reasons. Otherwhise we break to much external code ...
// We try to convert it to a file URL. If its possible
// we put the system path to the item set and let vcl work with it.
- // No ucb or thread will be necessary then. In case it couldnt be
+ // No ucb or thread will be necessary then. In case it couldn't be
// converted it's not an URL nor a system path. Then we can't accept
// this parameter and have to throw an exception.
const OUString& sSystemPath(sTemp);
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 216ef91b03ca..69076ad019d9 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -268,7 +268,7 @@ void SAL_CALL SfxEvents_Impl::notifyEvent( const document::EventObject& aEvent )
{
::osl::ClearableMutexGuard aGuard( maMutex );
- // get the event name, find the coresponding data, execute the data
+ // get the event name, find the corresponding data, execute the data
OUString aName = aEvent.EventName;
long nCount = maEventNames.getLength();