diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-15 16:04:22 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-18 23:22:39 -0400 |
commit | c30a2c4baf54696ed796a5ca0b805e8b67aaa263 (patch) | |
tree | e710fc99df96f81b0a6c445cefc921949c1dd31e /include/formula | |
parent | 7586151cbea2d3b93b42a42aa8dd157e75ca4f60 (diff) |
More eye-pleasing way of checking for valid vector array...
Change-Id: If2f47a7d98a4cbc9e09dc98c1bb0e11f8f889265
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/vectortoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/formula/vectortoken.hxx b/include/formula/vectortoken.hxx index 54043b114990..3b1db684a010 100644 --- a/include/formula/vectortoken.hxx +++ b/include/formula/vectortoken.hxx @@ -40,6 +40,8 @@ struct FORMULA_DLLPUBLIC VectorRefArray VectorRefArray(); VectorRefArray( const double* pArray ); VectorRefArray( rtl_uString** pArray ); + + bool isValid() const; }; /** |