[Libreoffice-commits] core.git: 2 commits - sc/source

David Tardon dtardon at redhat.com
Wed Dec 23 04:33:05 PST 2015


 sc/source/ui/collab/sccollaboration.cxx |    1 +
 sc/source/ui/inc/docsh.hxx              |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 77d940b709df3a8aeeb8393acdf9216b360bd8b7
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Dec 23 12:02:53 2015 +0100

    restore removed function
    
    It is used by the tubes collaboration stuff.
    
    Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43

diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index bf228f7..93c5b4c 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -227,6 +227,7 @@ public:
 
     ScDocument&     GetDocument()   { return aDocument; }
     ScDocFunc&      GetDocFunc()    { return *pDocFunc; }
+    void            SetDocFunc( ScDocFunc *pDF ) { pDocFunc = pDF; }
 
     SfxPrinter*     GetPrinter( bool bCreateIfNotExist = true );
     sal_uInt16      SetPrinter( SfxPrinter* pNewPrinter, SfxPrinterChangeFlags nDiffFlags = SFX_PRINTER_ALL );
commit d842696bafec23369ed40c1730258cc9c613016d
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Dec 23 11:59:08 2015 +0100

    add missing include
    
    Change-Id: I62c75d4e4f08539038861b58cb213677ae930f7a

diff --git a/sc/source/ui/collab/sccollaboration.cxx b/sc/source/ui/collab/sccollaboration.cxx
index c275526..d19c047 100644
--- a/sc/source/ui/collab/sccollaboration.cxx
+++ b/sc/source/ui/collab/sccollaboration.cxx
@@ -12,6 +12,7 @@
 #include "docsh.hxx"
 #include "sendfunc.hxx"
 #include <com/sun/star/document/XDocumentRecovery.hpp>
+#include <osl/file.hxx>
 #include <unotools/mediadescriptor.hxx>
 #include <unotools/tempfile.hxx>
 


More information about the Libreoffice-commits mailing list