[Libreoffice-commits] core.git: vcl/inc

Miklos Vajna vmiklos at collabora.co.uk
Fri Mar 31 10:11:16 UTC 2017


 vcl/inc/android/androidinst.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5c27f34e8d764545dd1576922b4bcabfebc9e9d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Mar 31 12:07:14 2017 +0200

    vcl android: more adaptions to tools::Rectangle
    
    Change-Id: Id85ee2a943047c22f77a758238e51e580b7d079b

diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index 8a0e1b96efc1..30673ac8bd72 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -32,7 +32,7 @@ public:
     virtual SalSystem* CreateSalSystem();
 
     // frame management
-    void GetWorkArea( Rectangle& rRect );
+    void GetWorkArea( tools::Rectangle& rRect );
     SalFrame* CreateFrame( SalFrame* pParent, SalFrameStyleFlags nStyle );
     SalFrame* CreateChildFrame( SystemParentData* pParent, SalFrameStyleFlags nStyle );
 


More information about the Libreoffice-commits mailing list