From 13deb4cd8fca3f222003e0ace9875b80fda433d2 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 4 Nov 2012 01:22:43 +0100 Subject: switch from String to OUString Change-Id: I755d6e6e9c1118792578de52bd3af484f88072be --- sc/inc/conditio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/conditio.hxx') diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 72f1fc8ed88c..935f33e96cb0 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -186,7 +186,7 @@ class SC_DLLPUBLIC ScConditionEntry : public ScFormatEntry void Interpret( const ScAddress& rPos ); bool IsValid( double nArg, const ScAddress& rPos ) const; - bool IsValidStr( const String& rArg, const ScAddress& rPos ) const; + bool IsValidStr( const rtl::OUString& rArg, const ScAddress& rPos ) const; public: ScConditionEntry( ScConditionMode eOper, -- cgit