diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-23 12:02:53 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-15 08:53:42 +0100 |
commit | 18d357807496603a53300bfcdfaf4f5a3f1a6f0c (patch) | |
tree | 60c5822eecf57ed5a1c265f3df4340148836a601 /sc/source | |
parent | d41c44f9048e1877c129704842a0c59e90dce3d8 (diff) |
restore removed function
It is used by the tubes collaboration stuff.
Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43
Diffstat (limited to 'sc/source')
-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 d0f93d4e71ad..23755ba2ae28 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 ); |