summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-20 17:24:33 +0100
committerAndras Timar <atimar@suse.com>2013-02-20 17:25:30 +0100
commitb37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch)
tree0fc40179b95c3fb5511afdff378217b3bf4a818b /sd/source/ui/view
parent28300209604ee1bb8e5050322b29e95a07f679d8 (diff)
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/drviewsa.cxx2
-rw-r--r--sd/source/ui/view/grviewsh.cxx2
-rw-r--r--sd/source/ui/view/sdwindow.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 3d97092fa57a..135b198c237b 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -735,7 +735,7 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
// Display of current page and layer.
if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_STATUS_PAGE ) )
{
- // Allways show the slide/page number.
+ // Always show the slide/page number.
OUString aOUString = SD_RESSTR(STR_SD_PAGE);
aOUString += " ";
aOUString += OUString::valueOf( sal_Int32(maTabControl.GetCurPageId()) );
diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx
index f41a21fbcc9a..1f7264bf2fd6 100644
--- a/sd/source/ui/view/grviewsh.cxx
+++ b/sd/source/ui/view/grviewsh.cxx
@@ -78,7 +78,7 @@ void GraphicViewShell::ChangeEditMode (
bool )
{
// There is no page tab that could be shown instead of the layer tab.
- // Therefore we have it allways visible regardless of what the caller
+ // Therefore we have it always visible regardless of what the caller
// said. (We have to change the callers behaviour, of course.)
DrawViewShell::ChangeEditMode (eMode, true);
}
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index a65aad2690ae..34da38d5d292 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -926,7 +926,7 @@ void Window::DataChanged( const DataChangedEvent& rDCEvt )
(rDCEvt.GetFlags() & SETTINGS_STYLE) )
{
// When the screen zoom factor has changed then reset the zoom
- // factor of the frame to allways display the whole page.
+ // factor of the frame to always display the whole page.
const AllSettings* pOldSettings = rDCEvt.GetOldSettings ();
const AllSettings& rNewSettings = GetSettings ();
if (pOldSettings)