summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
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 /sw/source/ui/inc/view.hxx
parentfdo#42122 - truncate files that shrink to avoid dictionary corruption. (diff)
downloadcore-b37a07f2da6c4fcc1a01cc3ea547c558c23edd71.tar.gz
core-b37a07f2da6c4fcc1a01cc3ea547c558c23edd71.zip
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 71e1a1785742..1b5a8b9b615d 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -247,7 +247,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
sal_Bool bCenterCrsr : 1,
bTopCrsr : 1,
- bAllwaysShowSel : 1,
+ bAlwaysShowSel : 1,
bTabColFromDoc : 1,
bNumIndentFromDoc : 1, // #i23726#
bTabRowFromDoc : 1,
@@ -334,7 +334,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
SW_DLLPRIVATE void HyphStart( SvxSpellArea eSpell );
SW_DLLPRIVATE sal_Bool CheckSpecialCntnt();
SW_DLLPRIVATE void SpellKontext(sal_Bool bOn = sal_True)
- { bCenterCrsr = bOn; bAllwaysShowSel = bOn; }
+ { bCenterCrsr = bOn; bAlwaysShowSel = bOn; }
// methods for printing
SW_DLLPRIVATE virtual SfxPrinter* GetPrinter( sal_Bool bCreate = sal_False );