diff options
author | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-07-17 15:56:00 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | b4601ff6d9261d185cd440ebdbca8d78f3b5d459 (patch) | |
tree | 354dce673737315f6007c40a8cf1c54f1a006841 /sd/source/ui/view | |
parent | a0f02b8856fce1ee0eb5f1748c7c7fc04bd568a6 (diff) |
Reinserts alternative impress document types in print dialog
Change-Id: I7d7082fffe6164dc751ede704b8707bd35b95aca
Reviewed-on: https://gerrit.libreoffice.org/57587
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 7879f084667b..81f447cf9e83 100644 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -387,13 +387,6 @@ namespace { uno::Sequence< OUString > aHelpIds, aWidgetIds; if( mbImpress ) { - vcl::PrinterOptionsHelper::UIControlOptions aPrintOpt; - aPrintOpt.maGroupHint = "JobPage" ; - AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("extraimpressprintoptions", - SdResId(STR_IMPRESS_PRINT_UI_PRINT_GROUP), - "", - aPrintOpt )); - aHelpIds.realloc( 1 ); aHelpIds[0] = ".HelpID:vcl:PrintDialog:PageContentType:ListBox" ; AddDialogControl( vcl::PrinterOptionsHelper::setChoiceListControlOpt( |