diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 15:56:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 17:00:21 +0100 |
commit | 6802dc06de83c665f63b5086f354a961f326c081 (patch) | |
tree | 34b996b4f24fbba1d22946037cc94d06d2006b59 /include/vcl/dialog.hxx | |
parent | ca68971f0af83f1db52e8e06981d30a509926541 (diff) |
Dialogs no longer loaded from resource files
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r-- | include/vcl/dialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 3e191da5d373..361c860ff0b0 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -70,8 +70,6 @@ private: protected: using Window::ImplInit; SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); - SAL_DLLPRIVATE void ImplDialogRes( const ResId& rResId ); - SAL_DLLPRIVATE WinBits init(Window *pParent, const ResId& rResId); SAL_DLLPRIVATE void setPosSizeOnContainee(Size aSize, VclContainer &rBox); public: |