diff options
author | Thomas Lange <tl@openoffice.org> | 2002-05-06 12:11:23 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-05-06 12:11:23 +0000 |
commit | 6a899f364689106404496c34ccdc9019df6134c8 (patch) | |
tree | d9429e5df072324a7a86dfd5eacb8f96185b15fb /sw/inc/unotbl.hxx | |
parent | 5713ed46fa18c274b926dad2a524b66a9538c564 (diff) |
#98958# static modifiers removed from newly added functions.
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index d852d4b84b26..492510e15c0e 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unotbl.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: tl $ $Date: 2002-04-30 06:58:50 $ + * last change: $Author: tl $ $Date: 2002-05-06 13:11:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,9 +128,9 @@ class SwXCell : public SwXCellBaseClass, public SwXText, public SwClient { - friend static void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt ); - friend static double lcl_getValue( SwXCell &rCell ); - friend static void lcl_setValue( SwXCell &rCell, double nVal ); + friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt ); + friend double lcl_getValue( SwXCell &rCell ); + friend void lcl_setValue( SwXCell &rCell, double nVal ); SfxItemPropertySet aPropSet; |