summaryrefslogtreecommitdiffstats
path: root/include/svx/SvxColorValueSet.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-10-28 14:29:46 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-10-28 22:42:45 +0200
commita48145a854f13baaa9cde17790ada26df365fed5 (patch)
tree88d6ff38d08c9ee4f186eb34949fa79960067813 /include/svx/SvxColorValueSet.hxx
parentWindows build fix. (diff)
downloadcore-a48145a854f13baaa9cde17790ada26df365fed5.tar.gz
core-a48145a854f13baaa9cde17790ada26df365fed5.zip
Rename loadColorVector to addEntriesForColorVector
So it will be similar to addEntriesForXColorList Change-Id: Ie352e0cf05fa6875ed76e69478131a57293b39a1
Diffstat (limited to 'include/svx/SvxColorValueSet.hxx')
-rw-r--r--include/svx/SvxColorValueSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/SvxColorValueSet.hxx b/include/svx/SvxColorValueSet.hxx
index 585b54ff7b0c..55a2ddbca98a 100644
--- a/include/svx/SvxColorValueSet.hxx
+++ b/include/svx/SvxColorValueSet.hxx
@@ -39,7 +39,7 @@ public:
sal_uInt32 getColumnCount() const;
void addEntriesForXColorList(const XColorList& rXColorList, sal_uInt32 nStartIndex = 1);
- void loadColorVector(const std::vector<Color>& rColorVector, const OUString& rNamePrefix, sal_uInt32 nStartIndex = 1);
+ void addEntriesForColorVector(const std::vector<Color>& rColorVector, const OUString& rNamePrefix, sal_uInt32 nStartIndex = 1);
Size layoutAllVisible(sal_uInt32 nEntryCount);
Size layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount);
};