summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/compiler.cxx')
-rw-r--r--sc/source/core/tool/compiler.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 395bf115f57e..a9d17d656c24 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -734,10 +734,7 @@ struct ConventionOOO_A1 : public Convention_A1
if (static_cast<size_t>(nTab) >= rCxt.maTabNames.size())
aString = ScGlobal::GetRscString(STR_NO_REF_TABLE);
else
- {
aString = rCxt.maTabNames[nTab];
- ScCompiler::CheckTabQuotes( aString, FormulaGrammar::CONV_OOO );
- }
aString += ".";
return aString;
}
@@ -1040,10 +1037,6 @@ struct ConventionXL
return;
}
rTabName = rCxt.maTabNames[aAbs.Tab()];
-
- // XL uses the same sheet name quoting conventions in both modes
- // it is safe to use A1 here
- ScCompiler::CheckTabQuotes( rTabName, FormulaGrammar::CONV_XL_A1 );
}
static void MakeTabStr( OUStringBuffer& rBuf,