summaryrefslogtreecommitdiff
path: root/sw/inc/ftninfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r--sw/inc/ftninfo.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index 0114e115da17..32c9d4e087c5 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.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
@@ -40,17 +40,17 @@ class SwDoc;
class SW_DLLPUBLIC SwEndNoteInfo : public SwClient
{
- SwDepend aPageDescDep;
- SwDepend aCharFmtDep, aAnchorCharFmtDep;
- String sPrefix;
- String sSuffix;
+ SwDepend aPageDescDep;
+ SwDepend aCharFmtDep, aAnchorCharFmtDep;
+ String sPrefix;
+ String sSuffix;
protected:
bool m_bEndNote;
public:
SvxNumberType aFmt;
- USHORT nFtnOffset;
+ USHORT nFtnOffset;
- void ChgPageDesc( SwPageDesc *pDesc );
+ void ChgPageDesc( SwPageDesc *pDesc );
SwPageDesc *GetPageDesc( SwDoc &rDoc ) const;
SwClient *GetPageDescDep() const { return (SwClient*)&aPageDescDep; }
@@ -73,11 +73,11 @@ public:
SwEndNoteInfo( SwTxtFmtColl *pTxtColl = 0);
SwEndNoteInfo(const SwEndNoteInfo&);
- const String& GetPrefix() const { return sPrefix; }
- const String& GetSuffix() const { return sSuffix; }
+ const String& GetPrefix() const { return sPrefix; }
+ const String& GetSuffix() const { return sSuffix; }
- void SetPrefix(const String& rSet) { sPrefix = rSet; }
- void SetSuffix(const String& rSet) { sSuffix = rSet; }
+ void SetPrefix(const String& rSet) { sPrefix = rSet; }
+ void SetSuffix(const String& rSet) { sSuffix = rSet; }
};
enum SwFtnPos
@@ -98,7 +98,7 @@ class SW_DLLPUBLIC SwFtnInfo: public SwEndNoteInfo
public:
String aQuoVadis;
- String aErgoSum;
+ String aErgoSum;
SwFtnPos ePos;
SwFtnNum eNum;