diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 15:42:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 17:00:21 +0100 |
commit | ca68971f0af83f1db52e8e06981d30a509926541 (patch) | |
tree | bd78cd6112e9d52902243707286c3d1595ff7bc7 /include | |
parent | f1de58a6a63ae6d492ae5feb479d322f5b5b95f8 (diff) |
ModalDialogs no longer loaded from resource files
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 1 | ||||
-rw-r--r-- | include/vcl/dialog.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 04ae92466e92..aecaef4e59d0 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -54,7 +54,6 @@ #define RSC_FLOATINGWINDOW (RSC_NOTYPE + 0x39) #define RSC_DIALOG (RSC_NOTYPE + 0x3a) -#define RSC_MODALDIALOG (RSC_NOTYPE + 0x3c) #define RSC_CONTROL (RSC_NOTYPE + 0x44) #define RSC_BUTTON (RSC_NOTYPE + 0x45) #define RSC_PUSHBUTTON (RSC_NOTYPE + 0x46) diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 2b653f855d88..3e191da5d373 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -161,7 +161,6 @@ class VCL_DLLPUBLIC ModalDialog : public Dialog public: explicit ModalDialog( Window* pParent, WinBits nStyle = WB_STDMODAL ); explicit ModalDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ); - explicit ModalDialog( Window* pParent, const ResId& rResId ); protected: using Window::Show; |