summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-01-24 20:56:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-01-24 20:56:37 +0100
commit38fed70782ae6ac6b0282897c7abc6fa33a6de9e (patch)
tree6b5f31280ed307a2b2477cd76c2affd752cb0e38 /cui/source
parent5b76acefbaa3d01baa50337441cdef81bdadd145 (diff)
Replace "cymk" by "cmyk"
See http://en.wikipedia.org/wiki/CMYK_color_model Change-Id: Ie0264694f7daf6c5de1c7c056e16e10bda2b24ac
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/tabpages/tpcolor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 2942c836e74a..b904eaa8bb08 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -335,7 +335,7 @@ SvxColorTabPage::SvxColorTabPage(Window* pParent, const SfxItemSet& rInAttrs)
get(m_pR, "R");
get(m_pG, "G");
get(m_pB, "B");
- get(m_pCYMK, "cymk");
+ get(m_pCYMK, "cmyk");
get(m_pC, "C");
get(m_pY, "Y");
get(m_pM, "M");