summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futext2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:25:38 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:25:38 +0000
commit13fed93edbb667eec01523b122391b62e8713c1d (patch)
tree7ae4e9417ed58961ceb857a0b2b74de5ebfad3e1 /sd/source/ui/func/futext2.cxx
parent0d9bfc58bd18f1a0d787db4f009abe46230dd83a (diff)
INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED
2006/11/22 12:41:57 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/func/futext2.cxx')
-rw-r--r--sd/source/ui/func/futext2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/futext2.cxx b/sd/source/ui/func/futext2.cxx
index 8e68669a6559..0b6d0f76f9d9 100644
--- a/sd/source/ui/func/futext2.cxx
+++ b/sd/source/ui/func/futext2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: futext2.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:57:23 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:25:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,8 +65,8 @@ namespace sd {
void FuText::SetSpellOptions( ULONG& rCntrl )
{
- BOOL bHideSpell = pDoc->GetHideSpell();
- BOOL bOnlineSpell = pDoc->GetOnlineSpell();
+ BOOL bHideSpell = mpDoc->GetHideSpell();
+ BOOL bOnlineSpell = mpDoc->GetOnlineSpell();
if( bHideSpell )
rCntrl |= EE_CNTRL_NOREDLINES;