summaryrefslogtreecommitdiff
path: root/sw/source/ui/lingu/sdrhhcwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/lingu/sdrhhcwrap.hxx')
-rw-r--r--sw/source/ui/lingu/sdrhhcwrap.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/lingu/sdrhhcwrap.hxx b/sw/source/ui/lingu/sdrhhcwrap.hxx
index c9e202dcfc56..0803ba0eb3f2 100644
--- a/sw/source/ui/lingu/sdrhhcwrap.hxx
+++ b/sw/source/ui/lingu/sdrhhcwrap.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,10 +41,10 @@ class SdrHHCWrapper : public SdrOutliner
{
// modified version of SdrSpeller
- SwView* pView;
- SdrTextObj* pTextObj;
- OutlinerView* pOutlView;
- SdrObjListIter* pListIter;
+ SwView* pView;
+ SdrTextObj* pTextObj;
+ OutlinerView* pOutlView;
+ SdrObjListIter* pListIter;
sal_Int32 nOptions;
sal_uInt16 nDocIndex;
LanguageType nSourceLang;
@@ -53,11 +53,11 @@ class SdrHHCWrapper : public SdrOutliner
sal_Bool bIsInteractive;
public:
- SdrHHCWrapper( SwView* pVw,
+ SdrHHCWrapper( SwView* pVw,
LanguageType nSourceLanguage, LanguageType nTargetLanguage,
const Font* pTargetFnt,
sal_Int32 nConvOptions, sal_Bool bInteractive );
-
+
virtual ~SdrHHCWrapper();
virtual sal_Bool ConvertNextDocument();