diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-20 09:44:02 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-20 09:50:43 -0400 |
commit | 393068beecdf1e35c61c6df3aaa5c3e6e528992a (patch) | |
tree | 30c303af1f1f272f52148501c7eb2709d881376b /sc/inc | |
parent | aa99ae09fbd5cc71ae44dd1af607395fb25cbec3 (diff) |
Some cosmetics.
Change-Id: I4825d94c58d8cfb245f110b7f46397c2724436a3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/formulagroup.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx index bb0e0b42e4e4..d3b05e7af32d 100644 --- a/sc/inc/formulagroup.hxx +++ b/sc/inc/formulagroup.hxx @@ -74,6 +74,9 @@ struct FormulaGroupContext : boost::noncopyable void ensureStrArray( ColArray& rColArray, size_t nArrayLen ); void ensureNumArray( ColArray& rColArray, size_t nArrayLen ); + + FormulaGroupContext(); + ~FormulaGroupContext(); }; /** |