summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:50:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:50:07 +0000
commit813696e7f83c26ec39e2c8863977d717207d987d (patch)
tree1785711653ba7b1ca512114fda2bc41d9edd285a /sw/inc/fldbas.hxx
parent89ffba225428af169f3a3dec321c94e56d91995c (diff)
INTEGRATION: CWS swundo03 (1.6.466); FILE MERGED
2004/07/07 16:39:43 hbrinkm 1.6.466.1: #115575# new member function: SwField::GetDescription
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 73469b621b09..5fc87ec2a36e 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldbas.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 15:50:41 $
+ * last change: $Author: hr $ $Date: 2004-09-08 14:50:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -422,6 +422,8 @@ public:
BOOL IsAutomaticLanguage() const { return bIsAutomaticLanguage;}
void SetAutomaticLanguage(BOOL bSet){bIsAutomaticLanguage = bSet;}
+
+ virtual String GetDescription() const;
};
inline SwFieldType* SwField::GetTyp() const