summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index aa07053f52b9..f7d873cb61a8 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -28,7 +28,6 @@
#include <memory>
#include <vector>
-using ::rtl::OUString;
using ::std::auto_ptr;
using ::std::vector;
@@ -186,7 +185,7 @@ bool lcl_createExcelQuery(
if (nIndex < nNewEntries)
{
pParam->GetEntry(nIndex).nField = aFields[nCol];
- pParam->FillInExcelSyntax(rtl::OUString(aCellStr), nIndex);
+ pParam->FillInExcelSyntax(OUString(aCellStr), nIndex);
nIndex++;
if (nIndex < nNewEntries)
pParam->GetEntry(nIndex).eConnect = SC_AND;