summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx5
1 files changed, 3 insertions, 2 deletions
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