From bb5d1006bd97dca3311d2960aec11595feae3b09 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 27 Apr 2014 19:38:55 +1000 Subject: VCL: rename OutputDevice::ImplInitFillColor and make it private Change-Id: I01c0974d3a2f79cf3c6b9730ea306dcd49927a3c --- include/vcl/outdev.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index fb179639d880..335b8f7b5873 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -441,8 +441,6 @@ private: */ ///@{ public: - SAL_DLLPRIVATE void ImplInitFillColor(); - void EnableOutput( bool bEnable = true ); bool IsOutputEnabled() const { return mbOutput; } bool IsDeviceOutput() const { return mbDevOutput; } @@ -488,6 +486,9 @@ public: void SetFont( const Font& rNewFont ); const Font& GetFont() const { return maFont; } +private: + void InitFillColor(); + ///@} /** @name Clipping functions -- cgit