summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-25 23:45:14 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-28 10:43:00 -0400
commit7c8625b0dc7fd961404125441e33c33b1123fe4f (patch)
tree7180fc30dcbf9cfb63a61eeee5ce80fce0772302 /sc/inc/formulagroup.hxx
parentbabe7c899c08f58bdd1050320dd6e400e3f20ac9 (diff)
Remove duplicated code blocks.
Change-Id: If9d8f96af0a216609288ef11d83a622bb490fd98
Diffstat (limited to 'sc/inc/formulagroup.hxx')
-rw-r--r--sc/inc/formulagroup.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx
index c1eadbb1d779..1691e8dfd45d 100644
--- a/sc/inc/formulagroup.hxx
+++ b/sc/inc/formulagroup.hxx
@@ -69,6 +69,9 @@ struct FormulaGroupContext : boost::noncopyable
ColArray* setCachedColArray(
SCTAB nTab, SCCOL nCol, NumArrayType* pNumArray, StrArrayType* pStrArray );
+
+ void ensureStrArray( ColArray& rColArray, size_t nArrayLen );
+ void ensureNumArray( ColArray& rColArray, size_t nArrayLen );
};
/**