summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-23 14:54:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 07:26:54 +0100
commit84d9785a04a1d4929505ef1d7958e0420eec43b6 (patch)
tree6c95e3f234e1efe21d762d2bf2ba5b9e26a3aea4 /include/vcl/fixed.hxx
parent761546e088dcccf3aa66c3f5c4853f110b93770f (diff)
remove unused DrawFlags enum values
Change-Id: I3f313dfa085612d805ea54352793a3fb0356b986 Reviewed-on: https://gerrit.libreoffice.org/63970 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 10a0263c5d40..7873c58de340 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -156,7 +156,7 @@ private:
SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
protected:
- SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, DrawFlags nDrawFlags,
+ SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev,
const Point& rPos, const Size& rSize );
public:
explicit FixedImage( vcl::Window* pParent, WinBits nStyle = 0 );