diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-12-09 11:30:23 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-12-09 11:30:23 +0100 |
commit | 41137ed7095b7a46b071e50587f8bc081e361de1 (patch) | |
tree | 7e866a3ec3674496378868e92b15d65236275903 /sd/source/ui | |
parent | 9dba5eaadeba2789c6b9f563c9e148a7ac50c679 (diff) |
vcl117: more HelpID cleanup
Diffstat (limited to 'sd/source/ui')
-rwxr-xr-x | sd/source/ui/view/DocumentRenderer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 5b47bd699054..230469cfe6b4 100755 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -436,7 +436,7 @@ namespace { aOpt.GetModuleName( mbImpress ? SvtModuleOptions::E_SIMPRESS : SvtModuleOptions::E_SDRAW ) ); AddDialogControl( vcl::PrinterOptionsHelper::getGroupControlOpt( aAppGroupname, - rtl::OUString() + rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".HelpID:vcl:PrintDialog:TabPage:AppPage" ) ) ) ); uno::Sequence< rtl::OUString > aHelpIds; |