summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:24:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:24:14 +0000
commitc70af9ca741da61b9736a38b846e79fb4d246e49 (patch)
treea21d614062056192b4258efb4d5218a3be6deca7 /xmloff
parent258e794d454bd6493fd7c4030c024915b52eb039 (diff)
INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED
2004/08/12 14:08:52 mib 1.2.38.1: #i32780#: footnote configuration within sections
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/PersAttrListTContext.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.hxx b/xmloff/source/transform/PersAttrListTContext.hxx
index 70a362e101fe..a986299d776b 100644
--- a/xmloff/source/transform/PersAttrListTContext.hxx
+++ b/xmloff/source/transform/PersAttrListTContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PersAttrListTContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-08-20 08:17:16 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:24:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,9 @@ class XMLPersAttrListTContext : public XMLTransformerContext
::rtl::OUString m_aElemQName;
sal_uInt16 m_nActionMap;
+protected:
+
+ void SetExportQName( const ::rtl::OUString& r ) { m_aElemQName = r; }
public:
TYPEINFO();