[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - reportdesign/source

Lionel Elie Mamane lionel at mamane.lu
Tue Jan 6 08:04:03 PST 2015


 reportdesign/source/ui/inspection/GeometryHandler.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0d63a64ecaeb4517c710876b1170e28ae71a44a2
Author: Lionel Elie Mamane <lionel at mamane.lu>
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 <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

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));


More information about the Libreoffice-commits mailing list