[Libreoffice-commits] core.git: vcl/inc
Thorsten Behrens
Thorsten.Behrens at CIB.de
Thu Oct 20 23:00:56 UTC 2016
vcl/inc/win/salvd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a796410ec8f440b4163b15b928347c499da7a8f
Author: Thorsten Behrens <Thorsten.Behrens at 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;
More information about the Libreoffice-commits
mailing list