summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:49:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:49:42 +0000
commitf5dbdf1c8a011f8a987b4f4cb4e8784a314dbda6 (patch)
tree0f04955f5dfd2101fe3fb37170fefe5bb5cc128f /sw/inc/docufld.hxx
parent7044198bc39d306584f3658a01a17cbf4794c563 (diff)
INTEGRATION: CWS swundo03 (1.6.10); FILE MERGED
2004/07/13 08:44:53 hbrinkm 1.6.10.1: #115575#
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 408f196e6895..6dbdcb905533 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docufld.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-05-19 08:50:43 $
+ * last change: $Author: hr $ $Date: 2004-09-08 14:49:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -573,6 +573,7 @@ public:
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId );
+ virtual String GetDescription() const;
};
/*--------------------------------------------------------------------
@@ -807,6 +808,8 @@ public:
SwScriptField( SwScriptFieldType*, const String& rType,
const String& rCode, BOOL bURL=FALSE );
+ virtual String GetDescription() const;
+
virtual String Expand() const;
virtual SwField* Copy() const;