summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-09-07 18:37:38 +0000
committerEike Rathke <er@openoffice.org>2001-09-07 18:37:38 +0000
commit5234dba199bcb1de2f9f92f51208c1a30c71aa14 (patch)
treefce097d51e524b40d559e80ed682a3e66957b82d /sc/source/ui/inc/impex.hxx
parentbb22a5cbebea7236b6de9b9bc8883a810879c141 (diff)
#90962# paste OUString instead of String from clipboard (not limited to 64k)
Diffstat (limited to 'sc/source/ui/inc/impex.hxx')
-rw-r--r--sc/source/ui/inc/impex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index dcb0f92a72db..d0928f3f4d0a 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impex.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-07-20 18:36:24 $
+ * last change: $Author: er $ $Date: 2001-09-07 19:36:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,7 +150,7 @@ public:
void SetStreamPath( const String& rPath ) { aStreamPath = rPath; }
const String& GetStreamPath() const { return aStreamPath; }
- BOOL ImportString( const String&, ULONG=FORMAT_STRING );
+ BOOL ImportString( const ::rtl::OUString&, ULONG=FORMAT_STRING );
BOOL ExportString( String&, ULONG=FORMAT_STRING );
BOOL ExportByteString( ByteString&, rtl_TextEncoding, ULONG=FORMAT_STRING );