summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-10-21 00:59:29 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-10-21 00:59:29 +0200
commit8a796410ec8f440b4163b15b928347c499da7a8f (patch)
tree8c450acea4209289a220c925cd78907ce7b08951
parentff84b8a2429fb7bd2271b690f3b2d83bb918c23e (diff)
vcl: remove redundant public
Change-Id: I8c05e884719dd434ac7fd929186da2a0e9f44e6c
-rw-r--r--vcl/inc/win/salvd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salvd.h b/vcl/inc/win/salvd.h
index a695bc75f116..1e40ed706324 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;