From c30a2c4baf54696ed796a5ca0b805e8b67aaa263 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 15 Oct 2013 16:04:22 -0400 Subject: More eye-pleasing way of checking for valid vector array... Change-Id: If2f47a7d98a4cbc9e09dc98c1bb0e11f8f889265 --- include/formula/vectortoken.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/formula') 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; }; /** -- cgit