diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-28 18:12:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-28 18:12:51 +0200 |
commit | 59077b43b099c68f08afa4ad220f93c5c98eeee7 (patch) | |
tree | 3d69b5704a30f096080f4c17d04b03fd9b03e564 /sd/source/ui/inc/Window.hxx | |
parent | 4de83e2c322509c0fb1b989f7e4898728fc4a408 (diff) |
sd: fix GCC-4.7 build
Change-Id: Ie86c66fe643b6a8cbf2436c3f5a05388ae6a6119
Diffstat (limited to 'sd/source/ui/inc/Window.hxx')
-rw-r--r-- | sd/source/ui/inc/Window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx index bd83e2146491..50014b2fd4fc 100644 --- a/sd/source/ui/inc/Window.hxx +++ b/sd/source/ui/inc/Window.hxx @@ -150,7 +150,7 @@ public: void DropScroll (const Point& rMousePos); virtual void KeyInput(const KeyEvent& rKEvt) SAL_OVERRIDE; protected: - VclPtr<::sd::Window> mpShareWin; + VclPtr< ::sd::Window> mpShareWin; Point maWinPos; Point maViewOrigin; Size maViewSize; |