diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-03 12:37:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-03 12:48:21 +0100 |
commit | 491bb212fae98c93197401cbd10aff8e24dc541f (patch) | |
tree | 65eb3483327fcde068f4543140af1c648dd0d8db /include | |
parent | c98e1b127be779cbe9b388afa043f8d3c8798183 (diff) |
allow changing the fill color user for tab previews
Change-Id: Ie20e900fe9e1f9bfdcd5784b380aa4574d52c001
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ruler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx index 5a457103cea0..bee6f05d91b5 100644 --- a/include/svtools/ruler.hxx +++ b/include/svtools/ruler.hxx @@ -767,7 +767,7 @@ public: sal_uInt16 GetTabCount() const; const RulerTab* GetTabs() const; - static void DrawTab( OutputDevice* pDevice, + static void DrawTab( OutputDevice* pDevice, const Color &rFillColor, const Point& rPos, sal_uInt16 nStyle ); void SetStyle( WinBits nStyle ); |