diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 16:36:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:39 +0200 |
commit | a9dba32effe98779df7d97433212d0e43eac6b77 (patch) | |
tree | fc0f9ffea1a82dbed8f726794630d7ff6787e652 /cui | |
parent | 8d73ead2bc559072d66ce81b119d55aafd7e8dce (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ib37eb4a2795840bff5b501ba468473f02100aaa2
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/colorpicker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/colorpicker.cxx b/cui/source/dialogs/colorpicker.cxx index d5322e599c45..c42dca5a3cab 100644 --- a/cui/source/dialogs/colorpicker.cxx +++ b/cui/source/dialogs/colorpicker.cxx @@ -55,7 +55,6 @@ namespace cui { const sal_uInt16 COLORMODE_RGB = 0x10; const sal_uInt16 COLORMODE_HSV = 0x20; -const sal_uInt16 COLORMODE_CMYK = 0x40; const sal_uInt16 COLORCOMP_RED = 0x10; const sal_uInt16 COLORCOMP_GREEN = 0x11; |