summaryrefslogtreecommitdiffstats
path: root/sc/inc/appluno.hxx
diff options
context:
space:
mode:
authorSören Möller <soerenmoeller2001@gmail.com>2011-01-09 18:12:47 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-10 21:12:03 -0500
commit4cdd1c978ed2076ca59e91146b3cc04ab836c434 (patch)
tree54e037ba54b03b828513d6a09256c8c4d8583ebc /sc/inc/appluno.hxx
parentGet it to build after the merge & removed a warning. (diff)
downloadcore-4cdd1c978ed2076ca59e91146b3cc04ab836c434.tar.gz
core-4cdd1c978ed2076ca59e91146b3cc04ab836c434.zip
Changed String to OUString in public variables of ScFuncDesc
I have changed four public variables of ScFuncDesc in sc/inc/funcdesc.hxx from deprecated String to OUString and corrected all uses of these variables
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r--sc/inc/appluno.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx
index e7c017f0785d..9ffff7247021 100644
--- a/sc/inc/appluno.hxx
+++ b/sc/inc/appluno.hxx
@@ -38,6 +38,7 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase4.hxx>
+#include <rtl/ustring.hxx>
class ScFunctionDescriptionObj;