summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/prltempl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-05-19 11:56:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-05-19 11:56:36 +0100
commitd7f89eef8bf46b67a730cffa38e954db3c9cda0a (patch)
treea3feec693b74935126dbb6b0a40b86d00823e163 /sd/source/ui/inc/prltempl.hxx
parent3d8400a8d938be7b116298d6a79bb49d7cc0cc99 (diff)
SdResId used just for its id
Change-Id: Ic9a762c23a356ea5cb67d03e679292d440311da8
Diffstat (limited to 'sd/source/ui/inc/prltempl.hxx')
-rw-r--r--sd/source/ui/inc/prltempl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 0694e86cd1ed..03b10d25e97f 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -77,7 +77,7 @@ private:
using SfxTabDialog::GetOutputItemSet;
public:
- SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
+ SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, sal_uInt16 nDlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
virtual ~SdPresLayoutTemplateDlg() override;
virtual void dispose() override;