sc/inc/compiler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6edc492efd6fe2de15c1ae306b400ca054772ad1
Author: Stephan Bergmann <[email protected]>
Date:   Mon Nov 16 15:26:50 2015 +0100

    -Werror,-Winconsistent-missing-override
    
    Change-Id: I3bb2764b625d44f6e0cecbdde3363440faef63b5

diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index ffdd65a..c563323 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -475,7 +475,7 @@ private:
     virtual void CreateStringFromIndex( OUStringBuffer& rBuffer, const 
formula::FormulaToken* pToken ) const override;
     virtual void LocalizeString( OUString& rName ) const override;   // modify 
rName - input: exact name
 
-    virtual bool IsForceArrayParameter( const formula::FormulaToken* pToken, 
sal_uInt16 nParam ) const;
+    virtual bool IsForceArrayParameter( const formula::FormulaToken* pToken, 
sal_uInt16 nParam ) const override;
 
     /// Access the CharTable flags
     inline sal_uLong GetCharTableFlags( sal_Unicode c, sal_Unicode cLast )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to