Kaydet (Commit) e96f83ef authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impresstables2 (1.41.36); FILE MERGED

2008/03/11 18:21:33 cl 1.41.36.4: RESYNC: (1.43-1.44); FILE MERGED
2007/11/29 18:50:47 cl 1.41.36.3: #i68103# working on table templates
2007/08/01 14:37:07 cl 1.41.36.2: RESYNC: (1.41-1.43); FILE MERGED
2007/07/27 09:09:55 cl 1.41.36.1: fixed build issues due to pch and namespace ::rtl
üst 9e863671
......@@ -4,9 +4,9 @@
*
* $RCSfile: xmlstyle.cxx,v $
*
* $Revision: 1.44 $
* $Revision: 1.45 $
*
* last change: $Author: kz $ $Date: 2008-03-07 16:18:14 $
* last change: $Author: rt $ $Date: 2008-03-12 10:58:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -150,7 +150,9 @@
#include "PageMasterImportPropMapper.hxx"
#endif
using namespace ::rtl;
using ::rtl::OUString;
using ::rtl::OUStringBuffer;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::container;
......@@ -655,13 +657,8 @@ SvXMLStyleContext *SvXMLStylesContext::CreateStyleStyleChildContext(
xAttrList, *this, nFamily );
break;
case XML_STYLE_FAMILY_SCH_CHART_ID:
#ifndef SVX_LIGHT
pStyle = new XMLChartStyleContext( GetImport(), nPrefix, rLocalName,
xAttrList, *this, nFamily );
#else
// create default context to skip content
pStyle = new SvXMLStyleContext( GetImport(), nPrefix, rLocalName, xAttrList, nFamily );
#endif
break;
case XML_STYLE_FAMILY_SD_GRAPHICS_ID:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment