summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtftne.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:29:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:29:06 +0000
commit12a4fba9374190e67c5e3c770fc9cc66bf918e0f (patch)
tree873488c660789b7414919ceaf22b4e88bdef8bae /xmloff/source/text/txtftne.cxx
parent5be6ee22cbbb05de846dbaa7a102332843f250b1 (diff)
INTEGRATION: CWS swautomatic01 (1.15.122); FILE MERGED
2006/10/10 16:43:29 fme 1.15.122.3: RESYNC: (1.17-1.18); FILE MERGED 2006/08/10 15:55:53 fme 1.15.122.2: RESYNC: (1.15-1.17); FILE MERGED 2006/06/23 14:41:28 fme 1.15.122.1: #i65476#: Automatic Styles
Diffstat (limited to 'xmloff/source/text/txtftne.cxx')
-rw-r--r--xmloff/source/text/txtftne.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx
index 0098d73726ca..b3ed8ab03391 100644
--- a/xmloff/source/text/txtftne.cxx
+++ b/xmloff/source/text/txtftne.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtftne.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:38:53 $
+ * last change: $Author: rt $ $Date: 2006-12-01 15:29:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -171,8 +171,11 @@ void XMLTextParagraphExport::exportTextFootnote(
// wil be handled via exportTextFootnoteHelper, exportText
sal_Bool bHasHyperlink;
sal_Bool bIsUICharStyle = sal_False;
+ sal_Bool bHasAutoStyle = sal_False;
+
OUString sStyle = FindTextStyleAndHyperlink( rPropSet, bHasHyperlink,
- bIsUICharStyle );
+ bIsUICharStyle, bHasAutoStyle );
+
// export hyperlink (if we have one)
Reference < XPropertySetInfo > xPropSetInfo;
if( bHasHyperlink )
@@ -204,7 +207,7 @@ void XMLTextParagraphExport::exportTextFootnote(
XMLTextCharStyleNamesElementExport aCharStylesExport(
GetExport(), bIsUICharStyle &&
aCharStyleNamesPropInfoCache.hasProperty(
- rPropSet ),
+ rPropSet ), sal_False,
rPropSet, sCharStyleNames );
if( sStyle.getLength() )
{