summaryrefslogtreecommitdiffstats
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-19 17:28:52 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-19 18:09:51 -0400
commit25b6dcef4907cdf22456f7784f49860447ad9d1f (patch)
tree1269383010f66ef4d6baba534caed0bcf8b6c2cd /sc/inc/stringutil.hxx
parentwindows build fix (diff)
downloadcore-25b6dcef4907cdf22456f7784f49860447ad9d1f.tar.gz
core-25b6dcef4907cdf22456f7784f49860447ad9d1f.zip
More on removal of direct use of cell classes outside ScDocument.
Change-Id: Ie888b3494334613b5e4bcf97019b6dfbbd1a5da1
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index 988dea2da23e..a210d5b83ab6 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -109,6 +109,8 @@ public:
static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok = ';' );
static OUString SC_DLLPUBLIC GetQuotedToken(const OUString &rIn, sal_Int32 nToken, const OUString& rQuotedPairs,
sal_Unicode cTok, sal_Int32& rIndex );
+
+ static bool SC_DLLPUBLIC isMultiline( const OUString& rStr );
};