summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtftne.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 12:19:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 12:19:57 +0000
commit5ffa33f6031988435928c9c06919d19155688d95 (patch)
treef4d096c9bf6acf8dc9212edd7c4419dfd9d4fd5e /xmloff/source/text/txtftne.cxx
parente03fcb6f701ad9dcb648e22531e6e9285f28599b (diff)
INTEGRATION: CWS swautomaticfixes (1.20.68); FILE MERGED
2007/04/10 10:51:20 fme 1.20.68.1: #i75398# Don't forget to export character style if there are additional hard attributes set at fields
Diffstat (limited to 'xmloff/source/text/txtftne.cxx')
-rw-r--r--xmloff/source/text/txtftne.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx
index b3ed8ab03391..78fd8f0248bf 100644
--- a/xmloff/source/text/txtftne.cxx
+++ b/xmloff/source/text/txtftne.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtftne.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 15:29:06 $
+ * last change: $Author: vg $ $Date: 2007-05-25 13:19:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -207,7 +207,7 @@ void XMLTextParagraphExport::exportTextFootnote(
XMLTextCharStyleNamesElementExport aCharStylesExport(
GetExport(), bIsUICharStyle &&
aCharStyleNamesPropInfoCache.hasProperty(
- rPropSet ), sal_False,
+ rPropSet ), bHasAutoStyle,
rPropSet, sCharStyleNames );
if( sStyle.getLength() )
{