summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLCellRangeSourceContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLCellRangeSourceContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLCellRangeSourceContext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLCellRangeSourceContext.cxx b/sc/source/filter/xml/XMLCellRangeSourceContext.cxx
index cfbc37d713a5..b13efc2d5309 100644
--- a/sc/source/filter/xml/XMLCellRangeSourceContext.cxx
+++ b/sc/source/filter/xml/XMLCellRangeSourceContext.cxx
@@ -28,7 +28,6 @@
#include <xmloff/nmspmap.hxx>
#include "xmlimprt.hxx"
-using ::rtl::OUString;
using namespace ::com::sun::star;
@@ -59,7 +58,7 @@ ScXMLCellRangeSourceContext::ScXMLCellRangeSourceContext(
for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex )
{
- const rtl::OUString& sAttrName(xAttrList->getNameByIndex( nIndex ));
+ const OUString& sAttrName(xAttrList->getNameByIndex( nIndex ));
const OUString& sValue(xAttrList->getValueByIndex( nIndex ));
OUString aLocalName;
sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName );