summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpbody.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-18 08:08:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-18 08:08:32 +0000
commit0fe82944a53f25d628663f03aa06045bb058ecc5 (patch)
tree1e1f763debb7491884c0831e8a6b6a8fbae400ae /xmloff/source/draw/ximpbody.cxx
parent9c583ab633a96bd59701558cd439aac185b035e3 (diff)
INTEGRATION: CWS impress18 (1.21.52); FILE MERGED
2004/11/03 14:09:16 cl 1.21.52.1: #i30027# set page style after setting masterpage
Diffstat (limited to 'xmloff/source/draw/ximpbody.cxx')
-rw-r--r--xmloff/source/draw/ximpbody.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index 48d4b482c42b..d2e97b45fc92 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpbody.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 10:34:59 $
+ * last change: $Author: obo $ $Date: 2004-11-18 09:08:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -212,8 +212,6 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
}
}
- SetStyle( maStyleName );
-
// set MasterPage?
if(maMasterPageName.getLength())
{
@@ -258,6 +256,8 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
}
}
+ SetStyle( maStyleName );
+
if( maHREF.getLength() )
{
uno::Reference< beans::XPropertySet > xProps( xDrawPage, uno::UNO_QUERY );