summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 12:35:05 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 12:35:05 +0000
commit5eef2c8120179ffc1afce8937201242e5c22736a (patch)
tree1f453752e8b955834bb8fc9e421e70f062e37bf4 /svx/source/unodraw
parent2ad6cd7fff8d890615bdd558da6cf0c09390ad33 (diff)
INTEGRATION: CWS chart06 (1.67.18); FILE MERGED
2007/06/18 09:24:16 bm 1.67.18.1: #i75202# add new default colors for charts
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoprov.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index c4ca7328f0dc..8d62b1982b85 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoprov.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 19:26:10 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:35:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1299,7 +1299,8 @@ static USHORT __READONLY_DATA SvxUnoColorNameDefResId[] =
RID_SVXSTR_DKVIOLET_DEF,
RID_SVXSTR_SALMON_DEF,
RID_SVXSTR_SEABLUE_DEF,
- RID_SVXSTR_COLOR_SUN_DEF
+ RID_SVXSTR_COLOR_SUN_DEF,
+ RID_SVXSTR_COLOR_CHART_DEF
};
static USHORT __READONLY_DATA SvxUnoColorNameResId[] =
@@ -1329,7 +1330,8 @@ static USHORT __READONLY_DATA SvxUnoColorNameResId[] =
RID_SVXSTR_DKVIOLET,
RID_SVXSTR_SALMON,
RID_SVXSTR_SEABLUE,
- RID_SVXSTR_COLOR_SUN
+ RID_SVXSTR_COLOR_SUN,
+ RID_SVXSTR_COLOR_CHART
};
bool SvxUnoConvertResourceString( USHORT* pSourceResIds, USHORT* pDestResIds, int nCount, String& rString ) throw()