Kaydet (Commit) 77d940b7 authored tarafından David Tardon's avatar David Tardon

restore removed function

It is used by the tubes collaboration stuff.

Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43
üst d842696b
...@@ -227,6 +227,7 @@ public: ...@@ -227,6 +227,7 @@ public:
ScDocument& GetDocument() { return aDocument; } ScDocument& GetDocument() { return aDocument; }
ScDocFunc& GetDocFunc() { return *pDocFunc; } ScDocFunc& GetDocFunc() { return *pDocFunc; }
void SetDocFunc( ScDocFunc *pDF ) { pDocFunc = pDF; }
SfxPrinter* GetPrinter( bool bCreateIfNotExist = true ); SfxPrinter* GetPrinter( bool bCreateIfNotExist = true );
sal_uInt16 SetPrinter( SfxPrinter* pNewPrinter, SfxPrinterChangeFlags nDiffFlags = SFX_PRINTER_ALL ); sal_uInt16 SetPrinter( SfxPrinter* pNewPrinter, SfxPrinterChangeFlags nDiffFlags = SFX_PRINTER_ALL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment