From dd1df645b4fe0d33c640a12d1596f75bd68eb928 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 26 Apr 2017 15:55:24 +0100 Subject: remove svx bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3795870484648e62dea483f9976af31cd1be167 Reviewed-on: https://gerrit.libreoffice.org/37006 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/dlgctrl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/dlgctrl.hxx') diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 2cb800216f39..fd96b1ce247a 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -75,7 +75,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxRectCtl : public Control private: SVX_DLLPRIVATE void InitSettings(vcl::RenderContext& rRenderContext); SVX_DLLPRIVATE void InitRectBitmap(); - SVX_DLLPRIVATE Bitmap& GetRectBitmap(); + SVX_DLLPRIVATE BitmapEx& GetRectBitmap(); SVX_DLLPRIVATE void Resize_Impl(); protected: @@ -88,7 +88,7 @@ protected: Point aPtLB, aPtMB, aPtRB; Point aPtNew; RectPoint eRP, eDefRP; - Bitmap* pBitmap; + BitmapEx* pBitmap; CTL_STATE m_nState; bool mbCompleteDisable : 1; -- cgit