Kaydet (Commit) 2dc528d8 authored tarafından David Tardon's avatar David Tardon

make this cond. to avoid another removal

Change-Id: I33793a1c82d7a3a8679964470057f2c3011fb145
üst 0c3642e8
...@@ -226,7 +226,9 @@ public: ...@@ -226,7 +226,9 @@ public:
ScDocument& GetDocument() { return aDocument; } ScDocument& GetDocument() { return aDocument; }
ScDocFunc& GetDocFunc() { return *pDocFunc; } ScDocFunc& GetDocFunc() { return *pDocFunc; }
#if ENABLE_TELEPATHY
void SetDocFunc( ScDocFunc *pDF ) { pDocFunc = pDF; } void SetDocFunc( ScDocFunc *pDF ) { pDocFunc = pDF; }
#endif
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