diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ctrl.hxx | 1 | ||||
-rw-r--r-- | include/vcl/window.hxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index 6bfe7a8274c0..bdf95204db44 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -120,7 +120,6 @@ public: public: explicit Control( vcl::Window* pParent, WinBits nWinStyle = 0 ); - explicit Control( vcl::Window* pParent, const ResId& ); virtual ~Control() override; virtual void dispose() override; diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 33394139f30c..35e098792f3d 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -634,10 +634,6 @@ protected: SAL_DLLPRIVATE bool ImplSetClipFlagChildren( bool bSysObjOnlySmaller ); SAL_DLLPRIVATE bool ImplSetClipFlagOverlapWindows( bool bSysObjOnlySmaller = false ); - SAL_DLLPRIVATE WinBits ImplInitRes( const ResId& rResId ); - SAL_DLLPRIVATE WindowResHeader ImplLoadResHeader(); - SAL_DLLPRIVATE void ImplLoadRes(); - SAL_DLLPRIVATE void PushPaintHelper(PaintHelper* pHelper, vcl::RenderContext& rRenderContext); SAL_DLLPRIVATE void PopPaintHelper(PaintHelper* pHelper); |