[Libreoffice-commits] core.git: sw/source

Valentin Kettner vakevk+libreoffice at gmail.com
Tue Jul 15 13:01:31 PDT 2014


 sw/source/core/inc/DocumentOutlineNodesManager.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b2110de48f2670f669bc45ed983a8b5418e9139
Author: Valentin Kettner <vakevk+libreoffice at gmail.com>
Date:   Tue Jul 15 21:55:55 2014 +0200

    Fixed another build failure caused by 2 refactorings.
    
    Change-Id: I71f678e60586706ba427485055c26059bb68caa6

diff --git a/sw/source/core/inc/DocumentOutlineNodesManager.hxx b/sw/source/core/inc/DocumentOutlineNodesManager.hxx
index 96a42b8..e53fb7e 100644
--- a/sw/source/core/inc/DocumentOutlineNodesManager.hxx
+++ b/sw/source/core/inc/DocumentOutlineNodesManager.hxx
@@ -47,7 +47,7 @@ public:
     SwTxtNode* getOutlineNode( const sal_Int32 nIdx ) const SAL_OVERRIDE;
     void getOutlineNodes( IDocumentOutlineNodes::tSortedOutlineNodeList& orOutlineNodeList ) const SAL_OVERRIDE;
 
-    ~DocumentOutlineNodesManager();
+    virtual ~DocumentOutlineNodesManager();
 
 private:
 


More information about the Libreoffice-commits mailing list