summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/svxcss1.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit56a1f3affcd18957442313e271e3c0ebef565d84 (patch)
treec35b5ad6ed00aec900ceb7a048cc11fbd87ddd50 /sw/source/filter/html/svxcss1.cxx
parent368ade10ba7d7551fe82d4157c37b1baa74ee137 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sw/source/filter/html/svxcss1.cxx')
-rw-r--r--sw/source/filter/html/svxcss1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx
index f5e8c92bdf2b..e5cbf801a2d4 100644
--- a/sw/source/filter/html/svxcss1.cxx
+++ b/sw/source/filter/html/svxcss1.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svxcss1.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.20.214.1 $
*
* This file is part of OpenOffice.org.
*
@@ -3068,7 +3068,7 @@ static void ParseCSS1_page_break_inside( const CSS1Expression *pExpr,
SvxCSS1PropertyInfo& /*rPropInfo*/,
const SvxCSS1Parser& /*rParser*/ )
{
- SvxCSS1PageBreak eBreak;
+ SvxCSS1PageBreak eBreak(SVX_CSS1_PBREAK_NONE);
ParseCSS1_page_break_xxx( pExpr, eBreak );
BOOL bSetSplit = FALSE, bSplit = TRUE;