diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-23 12:02:53 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-10-25 16:11:39 +0200 |
commit | 0c3642e8e8c018bcc2ee57d4ccda0449df84364b (patch) | |
tree | a5e61812e22943afdce33fb73914499e1b4dce65 | |
parent | 093d7b1c6824c3512cd812c9ad5a661c4e0be892 (diff) |
restore removed function for umpteenth time
It is used by the tubes collaboration stuff.
Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index d5b2c9287ede..c41aaa44814f 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -226,6 +226,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 ); |