summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-29 21:25:37 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-29 21:25:37 -0400
commitc6d99ac2e37fac45aa0a33e00232d9f1572b766d (patch)
treea8b4ca071a603eebedfadcbf8c85770f0104abea /sc/inc
parent63e3fb44178f9e00c0e8d37c957fd55643fa9c4a (diff)
String to rtl::OUString.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/rangeutl.hxx1
-rw-r--r--sc/inc/tablink.hxx4
2 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 826227f82ba0..18d15d5ffe5f 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -317,6 +317,7 @@ public:
ScAreaNameIterator( ScDocument* pDoc );
~ScAreaNameIterator() {}
+ bool Next( rtl::OUString& rName, ScRange& rRange );
bool Next( String& rName, ScRange& rRange );
bool WasDBName() const { return !bFirstPass; }
};
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx
index d7227b285614..5fd98df2d7e5 100644
--- a/sc/inc/tablink.hxx
+++ b/sc/inc/tablink.hxx
@@ -91,8 +91,8 @@ private:
public:
ScDocumentLoader( const String& rFileName,
- String& rFilterName, String& rOptions,
- sal_uInt32 nRekCnt = 0, sal_Bool bWithInteraction = false );
+ String& rFilterName, String& rOptions,
+ sal_uInt32 nRekCnt = 0, bool bWithInteraction = false );
~ScDocumentLoader();
ScDocument* GetDocument();
ScDocShell* GetDocShell() { return pDocShell; }