[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Sep 12 17:50:46 PDT 2014
vcl/inc/salvd.hxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit deeeb88f37170860366ef5ba25c96016917e1f30
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Sep 13 10:43:46 2014 +1000
vcl: tabify salvd.hxx
Change-Id: Ifb52f18f34f510b60292fc80e3e47b2ff45b841c
diff --git a/vcl/inc/salvd.hxx b/vcl/inc/salvd.hxx
index 0cac639..f5a63ee 100644
--- a/vcl/inc/salvd.hxx
+++ b/vcl/inc/salvd.hxx
@@ -37,13 +37,13 @@ public:
virtual void ReleaseGraphics( SalGraphics* pGraphics ) = 0;
// Set new size, without saving the old contents
- virtual bool SetSize( long nNewDX, long nNewDY ) = 0;
+ virtual bool SetSize( long nNewDX, long nNewDY ) = 0;
// Set new size using a buffer at the given address
- virtual bool SetSizeUsingBuffer( long nNewDX, long nNewDY,
- const basebmp::RawMemorySharedArray & /* pBuffer */,
- const bool /* bTopDown */
- )
+ virtual bool SetSizeUsingBuffer( long nNewDX, long nNewDY,
+ const basebmp::RawMemorySharedArray & /* pBuffer */,
+ const bool /* bTopDown */
+ )
{
// Only the headless virtual device has an implementation that uses
// pBuffer (and bTopDown).
More information about the Libreoffice-commits
mailing list