From 58fae0f715433a72d814584d97a1368f8a1b62d2 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 11 Mar 2014 15:43:48 -0500 Subject: remove osolete ifdef now that the ScaleDPI is forced to 1 on mac there is no need for these ifdef Change-Id: I0ca3bc301b63f5f4c7d1eb36f27bc9b6ab41af29 --- svx/source/stbctrls/zoomsliderctrl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/stbctrls/zoomsliderctrl.cxx') diff --git a/svx/source/stbctrls/zoomsliderctrl.cxx b/svx/source/stbctrls/zoomsliderctrl.cxx index 95aeda10f316..7497bfa6bad3 100644 --- a/svx/source/stbctrls/zoomsliderctrl.cxx +++ b/svx/source/stbctrls/zoomsliderctrl.cxx @@ -171,7 +171,7 @@ SvxZoomSliderControl::SvxZoomSliderControl( sal_uInt16 _nSlotId, sal_uInt16 _nI mpImpl->maIncreaseButton = Image( SVX_RES( RID_SVXBMP_SLIDERINCREASE ) ); mpImpl->maDecreaseButton = Image( SVX_RES( RID_SVXBMP_SLIDERDECREASE ) ); -#ifndef MACOSX +//#ifndef MACOSX if ( _rStb.GetDPIScaleFactor() > 1) { Image arr[3] = {mpImpl->maSliderButton, mpImpl->maIncreaseButton, mpImpl->maDecreaseButton}; @@ -187,7 +187,7 @@ SvxZoomSliderControl::SvxZoomSliderControl( sal_uInt16 _nSlotId, sal_uInt16 _nI mpImpl->maIncreaseButton = arr[1]; mpImpl->maDecreaseButton = arr[2]; } -#endif +//#endif } -- cgit