[Libreoffice-commits] core.git: Branch 'feature/RotateFlyFrame3' - sw/source

Armin Le Grand Armin.Le.Grand at cib.de
Tue Nov 14 18:01:58 UTC 2017


 sw/source/core/inc/frame.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 598098875b920f46e0c0e628a25850b89f5a766b
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date:   Tue Nov 14 18:07:32 2017 +0100

    RotateFlyFrame3: Made interactions work properly
    
    Have now created working interactive Rotation, Scale, Move
    and Crop. Using as much of the old code as possible since
    it does corrections based on BorderWidth/s stuff and similar.
    To do so, need to back-transform and execute in unrotated/
    untransformed state as much as possible. Had some problems
    with SwVirtFlyDrawObj::NbcMove usages and hacks there, had
    to restructure some of these.
    
    Change-Id: Ibedf6d834f96b2f8e9c1ace2a0c984aa26cedc74

diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index cb436581adf2..811bd390d82d 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -29,8 +29,8 @@
 #include <svl/SfxBroadcaster.hxx>
 #include <o3tl/typed_flags_set.hxx>
 #include <IDocumentDrawModelAccess.hxx>
-
 #include <com/sun/star/style/TabStop.hpp>
+#include <basegfx/matrix/b2dhommatrix.hxx>
 
 class SwLayoutFrame;
 class SwRootFrame;


More information about the Libreoffice-commits mailing list