summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-12 21:14:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-13 20:10:50 +0100
commit455404320614f56c2e840ab0c9baf70596bde559 (patch)
tree8c744984fb1d7962ed3d4addaf17a634a11fdcf9 /include/sfx2/basedlgs.hxx
parentcoverity#706364 Uncaught exception (diff)
downloadcore-455404320614f56c2e840ab0c9baf70596bde559.tar.gz
core-455404320614f56c2e840ab0c9baf70596bde559.zip
SfxModelessDialog ResId ctor bites the dust
Change-Id: Ia1bc255de0f38c058a3ab622d87af8b346a2075f
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 67670bd50cf6..f718f2208498 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -100,11 +100,9 @@ class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
void Init(SfxBindings *pBindinx, SfxChildWindow *pCW);
protected:
- SfxModelessDialog( SfxBindings*, SfxChildWindow*,
- Window*, const ResId& );
- SfxModelessDialog( SfxBindings*, SfxChildWindow*,
- Window*, const OString& rID, const OUString& rUIXMLDescription );
- virtual ~SfxModelessDialog();
+ SfxModelessDialog( SfxBindings*, SfxChildWindow*,
+ Window*, const OString& rID, const OUString& rUIXMLDescription );
+ virtual ~SfxModelessDialog();
virtual bool Close() SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;
virtual void Move() SAL_OVERRIDE;