From f5dbdf1c8a011f8a987b4f4cb4e8784a314dbda6 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 8 Sep 2004 13:49:42 +0000
Subject: INTEGRATION: CWS swundo03 (1.6.10); FILE MERGED 2004/07/13 08:44:53
hbrinkm 1.6.10.1: #115575#
---
sw/inc/docufld.hxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'sw/inc/docufld.hxx')
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;
--
cgit