summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-18 06:37:27 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2014-12-18 06:45:41 +0100
commit30ccc435c33e678092971aaebf0973c1ee4e770c (patch)
tree8daa33b7f66c342f8bf26b80a81903d8f0070c57 /reportdesign
parent7d79aafc595f35752b4cd24c164cfa264bed2505 (diff)
fdo#76780 don't limit PositionY to available width
Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7
Diffstat (limited to 'reportdesign')
-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 60982c678f55..9f8fa304cc4f 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));