vcl/inc/salvd.hxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit deeeb88f37170860366ef5ba25c96016917e1f30
Author: Chris Sherlock <chris.sherloc...@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).
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to