diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:49:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:49:45 +0000 |
commit | e7b85deaf8a6b42779741ca76d0222839bc152e9 (patch) | |
tree | d3f0fcde1a41eb1ddd9b91fbd01d084b8f1b3bbd /sw/inc/docufld.hxx | |
parent | e90821722f2f58bdfc500e655fe7a118886f1279 (diff) |
INTEGRATION: CWS sw30bf02 (1.14.32); FILE MERGED
2008/03/20 09:44:00 mba 1.14.32.1: #i86131#: handle built-in props of document summary info in word import of text
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 0c3ef47683d6..71b2a683f828 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docufld.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2008-02-26 14:00:31 $ + * last change: $Author: kz $ $Date: 2008-04-03 16:49:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -585,6 +585,7 @@ class SwDocInfoField : public SwValueField public: SwDocInfoField(SwDocInfoFieldType*, USHORT nSub, const String& rName, sal_uInt32 nFmt=0); + SwDocInfoField(SwDocInfoFieldType*, USHORT nSub, const String& rName, const String& rValue, sal_uInt32 nFmt=0); virtual void SetSubType(USHORT); virtual USHORT GetSubType() const; |