From 8a5891450c38de50d7d48d78e9b398f07cf94d0a Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 18 Dec 2014 06:37:27 +0100 Subject: fdo#76780 don't limit PositionY to available width Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7 --- reportdesign/source/ui/inspection/GeometryHandler.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'reportdesign') diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx index decfeeb21fc8..c95f3c46552b 100644 --- a/reportdesign/source/ui/inspection/GeometryHandler.cxx +++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx @@ -881,7 +881,6 @@ inspection::LineDescriptor SAL_CALL GeometryHandler::describePropertyLine(const switch(nId) { case PROPERTY_ID_POSITIONX: - case PROPERTY_ID_POSITIONY: case PROPERTY_ID_WIDTH: if ( bSetMin ) xNumericControl->setMinValue(beans::Optional(sal_True,0.0)); -- cgit