summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlComponent.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlComponent.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/filter/xml/xmlComponent.hxx b/dbaccess/source/filter/xml/xmlComponent.hxx
index 9bbe2815d803..55c69d8178a9 100644
--- a/dbaccess/source/filter/xml/xmlComponent.hxx
+++ b/dbaccess/source/filter/xml/xmlComponent.hxx
@@ -28,9 +28,9 @@ namespace dbaxml
class ODBFilter;
class OXMLComponent : public SvXMLImportContext
{
- ::rtl::OUString m_sName;
- ::rtl::OUString m_sHREF;
- ::rtl::OUString m_sComponentServiceName;
+ OUString m_sName;
+ OUString m_sHREF;
+ OUString m_sComponentServiceName;
sal_Bool m_bAsTemplate;
ODBFilter& GetOwnImport();
@@ -38,10 +38,10 @@ namespace dbaxml
OXMLComponent( ODBFilter& rImport
, sal_uInt16 nPrfx
- ,const ::rtl::OUString& rLName
+ ,const OUString& rLName
,const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList
,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _xParentContainer
- ,const ::rtl::OUString& _sComponentServiceName
+ ,const OUString& _sComponentServiceName
);
virtual ~OXMLComponent();
};