summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 10:24:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 10:24:24 +0000
commit4c0bccd7c73c09e625ad07ea154a4313f8be57b2 (patch)
tree7f2f1cabb08d9d249691df230aae67f6f6d94939 /sw/inc/docufld.hxx
parent4101a922ea5e021a1ef4489393318ec4df87e28b (diff)
INTEGRATION: CWS xmlfilter05 (1.14.34); FILE MERGED
2008/05/02 10:45:16 hbrinkm 1.14.34.2: RESYNC: (1.14-1.16); FILE MERGED 2008/04/14 11:58:32 os 1.14.34.1: CustomFields: changes from and improvements to i86131
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 29db42e2e693..5d8176063303 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docufld.hxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -584,6 +584,7 @@ public:
virtual String GetCntnt(BOOL bName = FALSE) const;
virtual SwField* Copy() const;
String GetName() const { return aName; }
+ void SetName( const String& rName ) { aName = rName; }
inline void SetExpansion(const String& rStr) { aContent = rStr; }
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );