diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-10-29 02:05:58 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-10-29 02:05:58 +0000 |
commit | c2ab8744154267b181bdcc48f3a880354166b399 (patch) | |
tree | cdc7ff1c86787d9ce78c49ace50ee5594f20c564 /icc | |
parent | e1431bbb4eff94d7c2ca1e0660a13806cd6489f5 (diff) |
i118512 - Update timestamp for sRGB profile. Remove unused variable while here
Diffstat (limited to 'icc')
-rw-r--r-- | icc/source/create_sRGB_profile/create_sRGB_profile.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp index 9a46e8533941..58edb9c1ef25 100644 --- a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp +++ b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp @@ -93,11 +93,11 @@ const char* const copyright = "The Contents of this file are made available subj // the creation date is fixed, corresponds to the last time this file has been changed // NOTE: change this date values whenever the data inside the profile are changed. -const int data_last_changed_year = 2007; -const int data_last_changed_month = 12; -const int data_last_day = 12; +const int data_last_changed_year = 2011; +const int data_last_changed_month = 10; +const int data_last_day = 16; const int data_last_changed_hour = 18; -const int data_last_changed_minute = 32; +const int data_last_changed_minute = 55; // the following string array it's the standard OOo header format const char * const TheHeader1[] = @@ -200,7 +200,6 @@ void dumpTag(FILE *outfile, CIccProfile *pIcc, icTagSignature sig) void dumpProfile(FILE *outfile, const char * profileName) { CIccProfile *pIcc; - std::string sReport; icValidateStatus nStatus; pIcc = OpenIccProfile(profileName); |