summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlfld.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:03:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:03:37 +0000
commitf463951a2f252abaef2fd88e6812868c533224b5 (patch)
treec3ea7d19eb83f233016bc4c129432790a56b2553 /sw/source/filter/html/htmlfld.cxx
parent88b42b75b5faf945f94bc61f803abafef91c167d (diff)
INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED
2005/12/20 15:20:29 tra 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/24 16:01:28 tra 1.8.4.1: #50348#
Diffstat (limited to 'sw/source/filter/html/htmlfld.cxx')
-rw-r--r--sw/source/filter/html/htmlfld.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/html/htmlfld.cxx b/sw/source/filter/html/htmlfld.cxx
index 64c3f413f9ac..6b7b08272ca4 100644
--- a/sw/source/filter/html/htmlfld.cxx
+++ b/sw/source/filter/html/htmlfld.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: htmlfld.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 14:50:01 $
+ * last change: $Author: hr $ $Date: 2006-08-14 17:03:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -541,7 +541,7 @@ void SwHTMLParser::NewField()
}
else
{
- pDoc->Insert( *pPam, SwFmtFld(*pFld) );
+ pDoc->Insert( *pPam, SwFmtFld(*pFld), 0 );
delete pFld;
}
bInField = TRUE;
@@ -579,7 +579,7 @@ void SwHTMLParser::EndField()
break;
}
- pDoc->Insert( *pPam, SwFmtFld(*pField) );
+ pDoc->Insert( *pPam, SwFmtFld(*pField), 0 );
delete pField;
pField = 0;
}