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 <dtar...@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 <dtar...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits