summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-30 21:00:48 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-30 21:00:48 -0500
commit399af06742cf7bd0838a9e987a77ac532efce365 (patch)
tree5494d9c4159f9d0f1e566c9d0b57f1cf1d738f6e /sc
parent5f7e5fd62233cfd37d31d059480685f341063a0e (diff)
Fix the build.
Change-Id: Iea8a02ceab7b603b5363b9df74e1381f152d70e1
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index cc5a5c605066..31ead1929888 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2103,7 +2103,7 @@ bool ScColumn::CompileErrorCells(sal_uInt16 nErrCode)
continue;
pFCell->GetCode()->SetCodeError(0);
- OUStringBuffer aBuf;
+ rtl::OUStringBuffer aBuf;
pFCell->GetFormula(aBuf, pDocument->GetGrammar());
pFCell->Compile(aBuf.makeStringAndClear(), false, pDocument->GetGrammar());