summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-23 12:02:53 +0100
committerDavid Tardon <dtardon@redhat.com>2015-12-23 13:33:06 +0100
commit77d940b709df3a8aeeb8393acdf9216b360bd8b7 (patch)
treee010898789453e1649c6f815ba39eefa2d8df677
parentd842696bafec23369ed40c1730258cc9c613016d (diff)
restore removed function
It is used by the tubes collaboration stuff. Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43
-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 bf228f79fa46..93c5b4c1540b 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 );