From dc3ef6db8865919c8c76599cc2abf0c1ecbacf24 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Nov 2013 13:07:25 +0000 Subject: restore GetChild, etc. we will need them again Change-Id: Ic6da34e58975d85c84ded96fa90873558589f54a --- include/svx/dlgctrl.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svx/dlgctrl.hxx') diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 6cca020c3e19..829400f5d30d 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -198,6 +198,7 @@ public: Color GetPixelColor() const { return aPixelColor; } Color GetBackgroundColor() const { return aBackgroundColor; } + sal_uInt16 GetBitmapPixel( const sal_uInt16 nPixelNumber ); sal_uInt16* GetBitmapPixelPtr() { return pPixel; } void SetPaintable( sal_Bool bTmp ) { bPaintable = bTmp; } -- cgit