summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:40:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:40:01 +0000
commit73f199a3d9ab3fa80edd81f4fb0da5d73d1833df (patch)
tree973e1e320308048d09c2e4bc474550d5643ca270 /basctl
parent7eab1e8da27774ca51ecf76136397d9e9d432a2b (diff)
INTEGRATION: CWS uno2 (1.2.10); FILE MERGED
2003/04/16 16:30:01 kso 1.2.10.1: #100000# - Corrected wrong CutLines signature (to match actual implementation).
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/bastypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index d00455a8721c..cd502f41b9a1 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastypes.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-03-26 12:50:42 $
+ * last change: $Author: rt $ $Date: 2003-04-23 16:40:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -336,7 +336,7 @@ public:
-void CutLines( String& rStr, USHORT nStartLine, USHORT nLines, BOOL bEraseTrailingEmptyLines = FALSE );
+void CutLines( ::rtl::OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, BOOL bEraseTrailingEmptyLines = FALSE );
String CreateMgrAndLibStr( const String& rMgrName, const String& rLibName );
String GetMgrFromMgrAndLib( const String& rMgrAndLib );
String GetLibFromMgrAndLib( const String& rMgrAndLib );