summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-18 06:37:27 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-06 16:03:12 +0000
commit0d63a64ecaeb4517c710876b1170e28ae71a44a2 (patch)
tree8a0ba44d189025d37ebb73d2b5f3b9be18e1c780
parentb29b9c4861e1008171b59aa4caed9cfdf3d0094e (diff)
fdo#76780 don't limit PositionY to available width
Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7 Reviewed-on: https://gerrit.libreoffice.org/13517 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index be85489bf41e..c2ea98061b91 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));