reportdesign/source/ui/inspection/GeometryHandler.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0d63a64ecaeb4517c710876b1170e28ae71a44a2 Author: Lionel Elie Mamane <[email protected]> Date: Thu Dec 18 06:37:27 2014 +0100 fdo#76780 don't limit PositionY to available width Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7 Reviewed-on: https://gerrit.libreoffice.org/13517 Reviewed-by: David Tardon <[email protected]> Tested-by: David Tardon <[email protected]> diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx index be85489..c2ea980 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<double>(sal_True,0.0)); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
