diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-11-29 21:42:47 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-02 08:34:51 +0100 |
commit | c22d5338fad383800b35efa458561bb89b604922 (patch) | |
tree | 2d73a2735803cd9df83d9a96b4c90504ff909d35 /vcl/inc/win | |
parent | 1c6843f426314637e542949e8c71542a1c33d3c9 (diff) |
vcl: remove SalVirtualDevice::GetWidth
It is presumed that #i59315# is fixed already, and that this is no
longer necessary.
Change-Id: Ifb2f6550fac2481c4fec269b38d6e806753cb53e
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salvd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/salvd.h b/vcl/inc/win/salvd.h index 2c59f47ab7e9..9abb46bf4ebc 100644 --- a/vcl/inc/win/salvd.h +++ b/vcl/inc/win/salvd.h @@ -50,7 +50,6 @@ public: virtual SalGraphics* AcquireGraphics(); virtual void ReleaseGraphics( SalGraphics* pGraphics ); virtual bool SetSize( long nNewDX, long nNewDY ); - virtual void GetSize( long& rWidth, long& rHeight ); static HBITMAP ImplCreateVirDevBitmap(HDC hDC, long nDX, long nDY, sal_uInt16 nBitCount, void **ppDummy); }; |