summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-03 12:37:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-03 12:48:21 +0100
commit491bb212fae98c93197401cbd10aff8e24dc541f (patch)
tree65eb3483327fcde068f4543140af1c648dd0d8db /include
parentc98e1b127be779cbe9b388afa043f8d3c8798183 (diff)
allow changing the fill color user for tab previews
Change-Id: Ie20e900fe9e1f9bfdcd5784b380aa4574d52c001
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ruler.hxx2
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 );