diff options
Diffstat (limited to 'sfx2/source/view/viewprn.cxx')
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 2347f69584c4..793ad0458e0b 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -411,6 +411,8 @@ void SfxPrinterController::jobFinished( css::view::PrintableState nState ) } } +namespace { + /** An instance of this class is created for the life span of the printer dialogue, to create in its click handler for the additions by the @@ -435,6 +437,8 @@ public: void DisableHelp() { _bHelpDisabled = true; } }; +} + SfxDialogExecutor_Impl::SfxDialogExecutor_Impl( SfxViewShell* pViewSh, PrinterSetupDialog& rParent ) : _pViewSh ( pViewSh ), |