diff options
author | jan Iversen <jani@libreoffice.org> | 2017-04-03 14:18:46 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-04-03 16:40:48 +0200 |
commit | 605d3a2858ea585be35eb159a0fa4ce410d64ae9 (patch) | |
tree | 94a86ee0c544499eac49df0e7f4b0a777a7a606e /vcl/inc/ios | |
parent | e5b0183bd8a54edcfb68fa4f3d44740a833c70ab (diff) |
iOS update for Rectangle
Updated Rectangle to tools::Rectangle
Change-Id: I1577dffe8d51ac3a33bbc2e0771b338d5fdd0220
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 0ad543c71ac2..262ef1063076 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -39,7 +39,7 @@ public: virtual SalSystem* CreateSalSystem() override; - void GetWorkArea( Rectangle& rRect ); + void GetWorkArea( tools::Rectangle& rRect ); SalFrame* CreateFrame( SalFrame* pParent, SalFrameStyleFlags nStyle ) override; SalFrame* CreateChildFrame( SystemParentData* pParent, SalFrameStyleFlags nStyle ) override; }; |