summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/toxmgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:13:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:13:10 +0000
commit5293d04896c81a4639f99db3a8e3fea24096be53 (patch)
treecb89ad37e54adc6e42b94144db693d197bea7efa /sw/source/ui/inc/toxmgr.hxx
parentINTEGRATION: CWS swwarnings (1.4.242); FILE MERGED (diff)
downloadcore-5293d04896c81a4639f99db3a8e3fea24096be53.tar.gz
core-5293d04896c81a4639f99db3a8e3fea24096be53.zip
INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED
2007/03/26 12:09:09 tl 1.6.710.2: #i69287# warning-free code 2007/02/27 09:07:10 os 1.6.710.1: #i69287# warnings removed
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r--sw/source/ui/inc/toxmgr.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index 30b96c2ce850..65c6179dc716 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toxmgr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:10:54 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:13:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,14 +96,14 @@ public:
explicit SwTOXDescription(TOXTypes eType) :
eTOXType(eType),
pTitle(0),
- pForm(0),
- nContent(TOX_MARK | TOX_OUTLINELEVEL),
- nLevel(MAXLEVEL),
- eLanguage((LanguageType)::GetAppLanguage()),
pTOUName(0),
- nIndexOptions(TOI_SAME_ENTRY|TOI_FF|TOI_CASE_SENSITIVE),
+ pForm(0),
+ nContent(nsSwTOXElement::TOX_MARK | nsSwTOXElement::TOX_OUTLINELEVEL),
+ nIndexOptions(nsSwTOIOptions::TOI_SAME_ENTRY|nsSwTOIOptions::TOI_FF|nsSwTOIOptions::TOI_CASE_SENSITIVE),
nOLEOptions(0),
+ eLanguage((LanguageType)::GetAppLanguage()),
eCaptionDisplay(CAPTION_COMPLETE),
+ nLevel(MAXLEVEL),
bFromObjectNames(FALSE),
bFromChapter(FALSE),
bReadonly(TRUE),
@@ -121,10 +121,10 @@ public:
void SetTOXType(TOXTypes eSet) { eTOXType = eSet;}
TOXTypes GetTOXType() const { return eTOXType;}
- const String& GetStyleNames(USHORT nLevel) const
- {return aStyleNames[nLevel];}
- void SetStyleNames(const String& rSet, USHORT nLevel)
- {aStyleNames[nLevel] = rSet; }
+ const String& GetStyleNames(USHORT nLvl) const
+ {return aStyleNames[nLvl];}
+ void SetStyleNames(const String& rSet, USHORT nLvl)
+ {aStyleNames[nLvl] = rSet; }
const String& GetAutoMarkURL() const { return sAutoMarkURL;}
void SetAutoMarkURL(const String& rSet) {sAutoMarkURL = rSet;}
@@ -222,15 +222,15 @@ public:
// single argument ctors shall be explicit.
explicit SwTOXMarkDescription(TOXTypes eType) :
eTOXType(eType),
+ nLevel(0),
+ bMainEntry(FALSE),
pPrimKey(0),
pSecKey(0),
pAltStr(0),
pTOUName(0),
pPhoneticReadingOfAltStr(0),
pPhoneticReadingOfPrimKey(0),
- pPhoneticReadingOfSecKey(0),
- nLevel(0),
- bMainEntry(FALSE)
+ pPhoneticReadingOfSecKey(0)
{
}
~SwTOXMarkDescription()