vcl/inc/win/salvd.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a796410ec8f440b4163b15b928347c499da7a8f
Author: Thorsten Behrens <thorsten.behr...@cib.de>
Date:   Fri Oct 21 00:59:29 2016 +0200

    vcl: remove redundant public
    
    Change-Id: I8c05e884719dd434ac7fd929186da2a0e9f44e6c

diff --git a/vcl/inc/win/salvd.h b/vcl/inc/win/salvd.h
index a695bc7..1e40ed7 100644
--- a/vcl/inc/win/salvd.h
+++ b/vcl/inc/win/salvd.h
@@ -38,13 +38,13 @@ private:
     bool                    mbForeignDC;            // uses a foreign DC 
instead of a bitmap
     long                    mnWidth;
     long                    mnHeight;
+
 public:
     HDC getHDC() const { return mhLocalDC; }
     WinSalGraphics* getGraphics() const { return mpGraphics; }
     void setGraphics(WinSalGraphics* pVirGraphics) { mpGraphics = 
pVirGraphics; }
     WinSalVirtualDevice* getNext() const { return mpNext; }
 
-public:
     WinSalVirtualDevice(HDC hDC = nullptr, HBITMAP hBMP = nullptr, sal_uInt16 
nBitCount = 0, bool bForeignDC = false, long nWidth = 0, long nHeight = 0);
     virtual ~WinSalVirtualDevice() override;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to