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:39:30 +0100
commit8a5891450c38de50d7d48d78e9b398f07cf94d0a (patch)
treee8665ed0a908b4540cf43ca153be8a0dc27c115b /reportdesign
parente57b0ebeb7e75d36546f6abef3a26a8edc7dea7f (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 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<double>(sal_True,0.0));