summaryrefslogtreecommitdiffstats
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:21:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:21:38 +0000
commit5d393fafe431f34ac57a0c971be7ba975883782b (patch)
tree01190a9a972310e842328a078496b991d54ae176 /sw/inc/expfld.hxx
parentINTEGRATION: CWS writercorehandoff (1.46.78); FILE MERGED (diff)
downloadcore-5d393fafe431f34ac57a0c971be7ba975883782b.tar.gz
core-5d393fafe431f34ac57a0c971be7ba975883782b.zip
INTEGRATION: CWS writercorehandoff (1.6.446); FILE MERGED
2005/09/13 11:24:41 tra 1.6.446.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:50 fme 1.6.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx18
1 files changed, 4 insertions, 14 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 077b7d8c993c..42ef0cdd0a35 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: expfld.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:44:34 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:21:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,14 +51,13 @@
class SfxPoolItem;
class SwTxtNode;
-class SwCalc;
class SwFrm;
struct SwPosition;
class SwTxtFld;
-class SwTableSortBoxes;
class SwDoc;
-class SwTable;
class SwFmtFld;
+class _SetGetExpFlds;
+class SwEditShell;
// Vorwaertsdeklaration: besorge den "Body-TextNode", fuer Exp.Fld in Fly's
// Header/Footers/Footnodes
@@ -266,9 +265,6 @@ public:
inline void SetInputFlag(BOOL bInp);
inline BOOL GetInputFlag() const;
- inline void SetSeqText(const String& rStr);
- inline const String& GetSeqText() const;
-
virtual String GetCntnt(BOOL bName = FALSE) const;
virtual USHORT GetSubType() const;
virtual void SetSubType(USHORT nType);
@@ -301,12 +297,6 @@ inline void SwSetExpField::SetPromptText(const String& rStr)
inline const String& SwSetExpField::GetPromptText() const
{ return aPText; }
-inline void SwSetExpField::SetSeqText(const String& rStr)
- { aSeqText = rStr; }
-
-inline const String& SwSetExpField::GetSeqText() const
- { return aSeqText; }
-
inline void SwSetExpField::SetInputFlag(BOOL bInp)
{ bInput = bInp; }