Kaydet (Commit) 9a02de1e authored tarafından David Tardon's avatar David Tardon

fix build

Change-Id: I0ebad3c6ac5714514a5135d4006586d88c50e555
üst 2dc528d8
......@@ -120,7 +120,7 @@ public:
if (n > 0 && (size_t)n < getArgCount() )
{
OUString aUStr( maArgs[ n ] );
ScGlobal::EraseQuotes( aUStr );
ScGlobal::EraseQuotes( aUStr, '\'' );
return aUStr;
} else
return OUString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment