summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-03 13:45:49 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-04 00:25:51 -0500
commit1e27efd970e2d2ec1bb5b5b99717c58b7653616e (patch)
treedfae6523c83aa8696344ff88401d1c847c11c867 /sc/source/ui/inc/docsh.hxx
parent0ec4b391d0ec0a823906f50c74bcb142675761fa (diff)
More on ScStrCollection/StrData elimination.
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index e52f2f1665d5..74e12f45b36c 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -148,8 +148,8 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener
SC_DLLPRIVATE sal_uLong DBaseImport( const String& rFullFileName, CharSet eCharSet,
ScColWidthParam aColWidthParam[MAXCOLCOUNT], ScFlatBoolRowSegments& rRowHeightsRecalc );
- SC_DLLPRIVATE sal_uLong DBaseExport( const String& rFullFileName, CharSet eCharSet,
- sal_Bool& bHasMemo );
+ SC_DLLPRIVATE sal_uLong DBaseExport(
+ const rtl::OUString& rFullFileName, CharSet eCharSet, bool& bHasMemo );
SC_DLLPRIVATE static bool MoveFile( const INetURLObject& rSource, const INetURLObject& rDest );
SC_DLLPRIVATE static bool KillFile( const INetURLObject& rURL );