diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-12 21:14:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-13 20:10:50 +0100 |
commit | 455404320614f56c2e840ab0c9baf70596bde559 (patch) | |
tree | 8c744984fb1d7962ed3d4addaf17a634a11fdcf9 /include | |
parent | 55dac4ff40be49dd256e6d3e4b080613259d337b (diff) |
SfxModelessDialog ResId ctor bites the dust
Change-Id: Ia1bc255de0f38c058a3ab622d87af8b346a2075f
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 8 |
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; |