summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:22:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:22:19 +0000
commit299b42a57e31ce8fb3da38713b156dd7c6ab5965 (patch)
treefbc5aa9575f84215cc776c38234e3670a892831e /sw/inc/fldbas.hxx
parent594f5c2fe921564b95ac643e8df17781dec610ed (diff)
INTEGRATION: CWS writercorehandoff (1.10.448); FILE MERGED
2006/04/28 13:26:34 fme 1.10.448.4: RESYNC: (1.12-1.13); FILE MERGED 2005/12/20 15:01:10 tra 1.10.448.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:25:35 tra 1.10.448.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:09:52 fme 1.10.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx35
1 files changed, 2 insertions, 33 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 9e38adbed1d2..2cb22419d342 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fldbas.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 15:06:59 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:22:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,10 +59,6 @@
#endif
class SwDoc;
-class Date;
-class Time;
-class _SetGetExpFlds;
-class SwEditShell;
class SvStringsDtor;
class SvNumberFormatter;
@@ -281,7 +277,6 @@ String FormatNumber(USHORT nNum, sal_uInt32 nFormat);
1 Instanz der zugehoerigen Typenklasse
Basisklasse aller Feldtypen ist SwFieldType
--------------------------------------------------------------------*/
-class SwFldNames;
DBG_NAMEEX(SwFieldType);
@@ -477,33 +472,7 @@ public:
void SetExpandedFormula(const String& rStr);
String GetExpandedFormula() const;
-
-};
-
-/*--------------------------------------------------------------------
- Beschreibung: Sortierung von Felder nach der Position
- --------------------------------------------------------------------*/
-class SwFieldList
-{
-public:
- SwFieldList(SwEditShell* pShell);
- ~SwFieldList();
-
- // Felder eines bestimmten Typen aufnehmen
- void InsertFields(USHORT nTypeId, const String* pName=0);
-
- USHORT Count() const;
-
- SwField* GetLastField() const;
- SwField* GetNextField() const;
-
-private:
- SwEditShell* pSh;
- _SetGetExpFlds* pSrtLst;
};
-
#endif // FIELDIDS_ONLY
-
-
#endif // _FLDBAS_HXX