[Libreoffice-commits] core.git: sd/source sd/uiconfig
Laurent Balland-Poirier
laurent.balland-poirier at laposte.net
Tue May 2 09:02:39 UTC 2017
sd/source/ui/func/fucopy.cxx | 2 +-
sd/uiconfig/sdraw/ui/copydlg.ui | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 8b56a5ceed41a1bb0a82af71c90973f50f54e4b8
Author: Laurent Balland-Poirier <laurent.balland-poirier at laposte.net>
Date: Sat Apr 22 15:41:16 2017 +0200
tdf#77816 Duplicate dlg: enable fractionnal angle
In Duplicate dialog of Draw:
Count angle in 100th of degree
Change-Id: If1af9a42e7c35d39edbdc3fa624489d7e38b42e1
Reviewed-on: https://gerrit.libreoffice.org/36816
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/sd/source/ui/func/fucopy.cxx b/sd/source/ui/func/fucopy.cxx
index 45490d68f8b3..0edd047c0fed 100644
--- a/sd/source/ui/func/fucopy.cxx
+++ b/sd/source/ui/func/fucopy.cxx
@@ -242,7 +242,7 @@ void FuCopy::DoExecute( SfxRequest& rReq )
mpView->ResizeAllMarked( aRect.TopLeft(), aWidth, aHeight );
if( mpView->IsRotateAllowed() )
- mpView->RotateAllMarked( aRect.Center(), lAngle * 100 );
+ mpView->RotateAllMarked( aRect.Center(), lAngle );
if( mpView->IsMoveAllowed() )
mpView->MoveAllMarked( Size( lSizeX, lSizeY ) );
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui
index ddadc3fdcd77..07c1a506afda 100644
--- a/sd/uiconfig/sdraw/ui/copydlg.ui
+++ b/sd/uiconfig/sdraw/ui/copydlg.ui
@@ -273,6 +273,7 @@
<property name="hexpand">True</property>
<property name="invisible_char">●</property>
<property name="adjustment">adjustment2</property>
+ <property name="digits">2</property>
</object>
<packing>
<property name="left_attach">1</property>
More information about the Libreoffice-commits
mailing list