summaryrefslogtreecommitdiff
path: root/vcl/inc/salvd.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-18 12:26:53 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-18 12:27:22 +0200
commit0cd6947e1eabb73a31e9d8cdcab4609e7951051a (patch)
treee914063206d0e3aefaca897f0454c9914cd4a5c1 /vcl/inc/salvd.hxx
parent40f92a3cbe817db09d10eff856002962c0b5e906 (diff)
Improve indentation consistency
Change-Id: I27a692be8d1c3aa10bdf46883fd502491aff4674
Diffstat (limited to 'vcl/inc/salvd.hxx')
-rw-r--r--vcl/inc/salvd.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/inc/salvd.hxx b/vcl/inc/salvd.hxx
index 35084c746f4a..2afebbefb756 100644
--- a/vcl/inc/salvd.hxx
+++ b/vcl/inc/salvd.hxx
@@ -34,21 +34,21 @@ public: // public for Sal Implementation
// SalGraphics or NULL, but two Graphics for all SalVirtualDevices
// must be returned
- virtual SalGraphics* GetGraphics() = 0;
- virtual void ReleaseGraphics( SalGraphics* pGraphics ) = 0;
+ virtual SalGraphics* GetGraphics() = 0;
+ virtual void ReleaseGraphics( SalGraphics* pGraphics ) = 0;
// Set new size, without saving the old contents
- virtual sal_Bool SetSize( long nNewDX, long nNewDY ) = 0;
+ virtual sal_Bool SetSize( long nNewDX, long nNewDY ) = 0;
// Set new size using a buffer at the given address
- virtual sal_Bool SetSizeUsingBuffer( long nNewDX, long nNewDY, const basebmp::RawMemorySharedArray & /* pBuffer */ )
- {
- // Only the headless virtual device has an implementation that uses pBuffer.
- return SetSize( nNewDX, nNewDY );
- }
+ virtual sal_Bool SetSizeUsingBuffer( long nNewDX, long nNewDY, const basebmp::RawMemorySharedArray & /* pBuffer */ )
+ {
+ // Only the headless virtual device has an implementation that uses pBuffer.
+ return SetSize( nNewDX, nNewDY );
+ }
/// Get actual VDev size in pixel
- virtual void GetSize( long& rWidth, long& rHeight ) = 0;
+ virtual void GetSize( long& rWidth, long& rHeight ) = 0;
};
#endif // _SV_SALVD_HXX