summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 15:03:04 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 15:03:04 +0000
commit2b83fe6a823356cb3e910d82e0bfa8499b9fbf84 (patch)
treea85221b73f080f26b3559fdf2c7934acff3df029 /sw/inc/unotbl.hxx
parent956fa5976195e5688811891436cf5cb5bcfff9b2 (diff)
INTEGRATION: CWS os30 (1.14.462); FILE MERGED
2004/03/10 15:24:58 tl 1.14.462.1: #115877# lcl_setString fixed
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 093ab255c65d..97e9f0805190 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotbl.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:28:06 $
+ * last change: $Author: rt $ $Date: 2004-06-17 16:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,8 @@ class SwXCell : public SwXCellBaseClass,
public SwXText,
public SwClient
{
- friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt );
+ friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt,
+ BOOL bKeepNumberFmt = FALSE );
friend double lcl_getValue( SwXCell &rCell );
friend void lcl_setValue( SwXCell &rCell, double nVal );