From 6802dc06de83c665f63b5086f354a961f326c081 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 Aug 2014 15:56:30 +0100 Subject: Dialogs no longer loaded from resource files Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07 --- include/vcl/dialog.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vcl/dialog.hxx') 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: -- cgit