summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-23 12:02:53 +0100
committerDavid Tardon <dtardon@redhat.com>2016-10-25 16:11:39 +0200
commit0c3642e8e8c018bcc2ee57d4ccda0449df84364b (patch)
treea5e61812e22943afdce33fb73914499e1b4dce65 /sc
parentrename dir to follow suit (diff)
downloadcore-0c3642e8e8c018bcc2ee57d4ccda0449df84364b.tar.gz
core-0c3642e8e8c018bcc2ee57d4ccda0449df84364b.zip
restore removed function for umpteenth time
It is used by the tubes collaboration stuff. Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/docsh.hxx1
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 );