diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-15 16:37:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-18 23:22:40 -0400 |
commit | 3629a512b5afb09f48f47f1994d4708c748c45e6 (patch) | |
tree | 0c96976b51a08bd9d6f4d8303c3783d5edce4978 /include/formula | |
parent | 86c3961b4cdf4689a04568d2d109aeeb11257b1c (diff) |
New constructor that takes both numeric and string arrays.
Change-Id: I9c48f340a0349e5f1ba772fcd783924c79b07616
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/vectortoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/vectortoken.hxx b/include/formula/vectortoken.hxx index 3b1db684a010..0d3cbf767229 100644 --- a/include/formula/vectortoken.hxx +++ b/include/formula/vectortoken.hxx @@ -40,6 +40,7 @@ struct FORMULA_DLLPUBLIC VectorRefArray VectorRefArray(); VectorRefArray( const double* pArray ); VectorRefArray( rtl_uString** pArray ); + VectorRefArray( const double* pNumArray, rtl_uString** pStrArray ); bool isValid() const; }; |