Kaydet (Commit) 8a589145 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fdo#76780 don't limit PositionY to available width

Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7
üst e57b0ebe
...@@ -881,7 +881,6 @@ inspection::LineDescriptor SAL_CALL GeometryHandler::describePropertyLine(const ...@@ -881,7 +881,6 @@ inspection::LineDescriptor SAL_CALL GeometryHandler::describePropertyLine(const
switch(nId) switch(nId)
{ {
case PROPERTY_ID_POSITIONX: case PROPERTY_ID_POSITIONX:
case PROPERTY_ID_POSITIONY:
case PROPERTY_ID_WIDTH: case PROPERTY_ID_WIDTH:
if ( bSetMin ) if ( bSetMin )
xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0)); xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment