diff options
author | Noel Power <noel.power@novell.com> | 2012-07-06 14:38:51 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-07-06 14:38:51 +0100 |
commit | 2bc2d09bba2e3f34e8ce13571de9ff7007e1c2b6 (patch) | |
tree | ca6052a168c3e2863fa7d0c0cab264bf44b57c5b /vcl/inc | |
parent | a1345cd93a57ec7d9352f2c71ec2664332ce5e76 (diff) |
additional fix for fdo#51336 for radiobuttons
Change-Id: Ib35d27962b2c63221e1967886236547b3b1047d6
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/button.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/vcl/button.hxx b/vcl/inc/vcl/button.hxx index 64f7581248e2..9eb60888b6e3 100644 --- a/vcl/inc/vcl/button.hxx +++ b/vcl/inc/vcl/button.hxx @@ -313,6 +313,10 @@ private: protected: using Control::ImplInitSettings; using Window::ImplInit; + // allows the behaviour of horizontal placement of the checbox image to be + // overridden. + virtual void ImplHandleHoriAlign( const Point& rPos, const Size& rSize, + const Size& rImageSize, Rectangle& rStateRect ); SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); |