diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-17 21:08:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-17 21:08:15 +0100 |
commit | 5ba99a8055faa6c2c4e5e69c5874d4d01abc5e8a (patch) | |
tree | 2e2652fb25c9b80fd877eee3705ca58b35c8237b /basctl/source/basicide/basicrenderable.cxx | |
parent | e049dd5f11dab0b29b85d8977a78cacef1ee22f9 (diff) |
drop IDE_RESSTR
Change-Id: Iee1479d472d224bdf19890bbac29d9eeb4e3d00d
Diffstat (limited to 'basctl/source/basicide/basicrenderable.cxx')
-rw-r--r-- | basctl/source/basicide/basicrenderable.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basicrenderable.cxx b/basctl/source/basicide/basicrenderable.cxx index 495176265bcb..f6f2b5a9649e 100644 --- a/basctl/source/basicide/basicrenderable.cxx +++ b/basctl/source/basicide/basicrenderable.cxx @@ -44,12 +44,12 @@ Renderable::Renderable (BaseWindow* pWin) aPrintRangeOpt.maGroupHint = "PrintRange" ; aPrintRangeOpt.mbInternalOnly = true; m_aUIProperties[0].Value = setSubgroupControlOpt("printrange", - IDE_RESSTR( RID_STR_PRINTDLG_RANGE ), OUString(), aPrintRangeOpt); + IDEResId( RID_STR_PRINTDLG_RANGE ), OUString(), aPrintRangeOpt); // create a choice for the range to print OUString aPrintContentName( "PrintContent" ); - const Sequence<OUString> aChoices{IDE_RESSTR(RID_STR_PRINTDLG_ALLPAGES), - IDE_RESSTR(RID_STR_PRINTDLG_PAGES)}; + const Sequence<OUString> aChoices{IDEResId(RID_STR_PRINTDLG_ALLPAGES), + IDEResId(RID_STR_PRINTDLG_PAGES)}; const Sequence<OUString> aHelpIds{".HelpID:vcl:PrintDialog:PrintContent:RadioButton:0", ".HelpID:vcl:PrintDialog:PrintContent:RadioButton:1"}; const Sequence<OUString> aWidgetIds{"printallpages", |