summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/frame.cxx2
-rw-r--r--sfx2/source/view/viewfrm.cxx2
-rw-r--r--sfx2/source/view/viewprn.cxx2
3 files changed, 3 insertions, 3 deletions
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 &)