diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-29 21:25:37 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-29 21:25:37 -0400 |
commit | c6d99ac2e37fac45aa0a33e00232d9f1572b766d (patch) | |
tree | a8b4ca071a603eebedfadcbf8c85770f0104abea /sc/inc/tablink.hxx | |
parent | 63e3fb44178f9e00c0e8d37c957fd55643fa9c4a (diff) |
String to rtl::OUString.
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r-- | sc/inc/tablink.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |