[Libreoffice-commits] .: sc/inc

Christina Rossmanith crossmanith at kemper.freedesktop.org
Fri Jan 28 14:59:39 PST 2011


 sc/inc/rangelst.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b32ed85498c6a3e8622dd22af02715cc4e35d21b
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date:   Fri Jan 28 23:58:15 2011 +0100

    Removed some whitespaces

diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 3d6d83a..d95c031 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -41,7 +41,7 @@ class SC_DLLPUBLIC ScRangeList : public SvRefBase
 public:
                     ScRangeList() {}
                     ScRangeList( const ScRangeList& rList );
-    virtual 		~ScRangeList();
+    virtual		~ScRangeList();
     ScRangeList&	operator=(const ScRangeList& rList);
     void			Append( const ScRange& rRange )
                     {
@@ -54,13 +54,13 @@ public:
                            formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
                            sal_Unicode cDelimiter = 0 );
 
-    void 			Format( String&, USHORT nFlags = 0, ScDocument* = NULL,
+    void			Format( String&, USHORT nFlags = 0, ScDocument* = NULL,
                             formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
                             sal_Unicode cDelimiter = 0 ) const;
 
     void			Join( const ScRange&, bool bIsInList = false );
 
-    bool 			UpdateReference( UpdateRefMode, ScDocument*,
+    bool			UpdateReference( UpdateRefMode, ScDocument*,
                                      const ScRange& rWhere,
                                      SCsCOL nDx,
                                      SCsROW nDy,


More information about the Libreoffice-commits mailing list