summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-06-19 16:04:00 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:30 +0200
commit118598c8d453ed2d5f204a016fc1bb9ef102b527 (patch)
tree0640d724f49fa1ceca4e6366f29717422c99afa6 /include
parentAdd navigation buttons to SvxColorWindow_Impl (diff)
downloadcore-118598c8d453ed2d5f204a016fc1bb9ef102b527.tar.gz
core-118598c8d453ed2d5f204a016fc1bb9ef102b527.zip
Add ability to switch between default and document colors
Change-Id: Ice8d58028a531b37d2c03fdc3e55eea850c53d44
Diffstat (limited to 'include')
-rw-r--r--include/svx/SvxColorValueSet.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/SvxColorValueSet.hxx b/include/svx/SvxColorValueSet.hxx
index 8690a480fb4b..7502d93f6104 100644
--- a/include/svx/SvxColorValueSet.hxx
+++ b/include/svx/SvxColorValueSet.hxx
@@ -39,6 +39,7 @@ public:
sal_uInt32 getColumnCount() const;
void addEntriesForXColorList(const XColorList& rXColorList, sal_uInt32 nStartIndex = 1);
+ void addEntriesForColorVector(const std::vector<Color>& rColorVector, sal_uInt32 nStartIndex = 1);
Size layoutAllVisible(sal_uInt32 nEntryCount);
Size layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount);
};