diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-07 12:11:49 +0900 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-05-07 09:57:50 +0200 |
commit | 4c329456e1b70cfccfee905222d40f32ebcf562c (patch) | |
tree | 4ef149b3860439f3d91850b090c08315ca50eb0e /include | |
parent | 29b1e6718f6ebdb45d2a8c6a89a86bc0a6bbb3ae (diff) |
refactor ProgressBar to use RenderContext
Change-Id: Idf33332a207736f70809820853dee5ce1e0a3cb1
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/status.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index 3520b0ec8b22..270ef4eac89f 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -31,12 +31,10 @@ typedef ::std::vector< ImplStatusItem* > ImplStatusItemList; // - Progress-Ausgabe - - -void VCL_DLLPUBLIC DrawProgress( vcl::Window* pWindow, const Point& rPos, - long nOffset, long nPrgsWidth, long nPrgsHeight, - sal_uInt16 nPercent1, sal_uInt16 nPercent2, sal_uInt16 nPercentCount, - const Rectangle& rFramePosSize - ); +void VCL_DLLPUBLIC DrawProgress(vcl::Window* pWindow, vcl::RenderContext& rRenderContext, const Point& rPos, + long nOffset, long nPrgsWidth, long nPrgsHeight, + sal_uInt16 nPercent1, sal_uInt16 nPercent2, sal_uInt16 nPercentCount, + const Rectangle& rFramePosSize); // - StatusBarItemBits - |