summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlFixedContent.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:23:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:23:33 +0000
commitb5bdf299b688dd64bfe2499f1604b19f4a6d8d24 (patch)
tree0a41d596ca7d2fb17673f2e7e4a9cef9c0fe4876 /reportdesign/source/filter/xml/xmlFixedContent.cxx
parent1fe8ad2a963b27a68d3f2ceec9245a7302c5f0d9 (diff)
INTEGRATION: CWS dba24a (1.2.14); FILE MERGED
2007/08/08 11:24:55 oj 1.2.14.1: #i80308# remove using rtl
Diffstat (limited to 'reportdesign/source/filter/xml/xmlFixedContent.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlFixedContent.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlFixedContent.cxx b/reportdesign/source/filter/xml/xmlFixedContent.cxx
index cf91fec0983a..505e89fccef6 100644
--- a/reportdesign/source/filter/xml/xmlFixedContent.cxx
+++ b/reportdesign/source/filter/xml/xmlFixedContent.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlFixedContent.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:17 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:21:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,7 +81,6 @@
namespace rptxml
{
- using namespace ::rtl;
using namespace ::com::sun::star;
class OXMLCharContent : public XMLCharContext
@@ -156,7 +155,7 @@ void OXMLCharContent::InsertString(const ::rtl::OUString& _sString)
DBG_NAME( rpt_OXMLFixedContent )
OXMLFixedContent::OXMLFixedContent( ORptFilter& rImport,
- sal_uInt16 nPrfx, const OUString& rLName
+ sal_uInt16 nPrfx, const ::rtl::OUString& rLName
,OXMLCell& _rCell
,OXMLTable* _pContainer
,bool _bInP) :
@@ -177,7 +176,7 @@ OXMLFixedContent::~OXMLFixedContent()
// -----------------------------------------------------------------------------
SvXMLImportContext* OXMLFixedContent::_CreateChildContext(
sal_uInt16 nPrefix,
- const OUString& rLocalName,
+ const ::rtl::OUString& rLocalName,
const Reference< XAttributeList > & xAttrList )
{
SvXMLImportContext *pContext = OXMLReportElementBase::_CreateChildContext(nPrefix,rLocalName,xAttrList);