diff options
Diffstat (limited to 'digikam/libs/lprof/cmspcoll.cpp')
| -rw-r--r-- | digikam/libs/lprof/cmspcoll.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/digikam/libs/lprof/cmspcoll.cpp b/digikam/libs/lprof/cmspcoll.cpp index 0b03fd5a..2acd92ba 100644 --- a/digikam/libs/lprof/cmspcoll.cpp +++ b/digikam/libs/lprof/cmspcoll.cpp @@ -101,7 +101,7 @@ BOOL EqualsTo(const char* a, const char *b) } -/* Does return a bitwise mask holding the measurements contained in a Sheet */ +/* Does return a bitwise tqmask holding the measurements contained in a Sheet */ static DWORD MaskOfDataSet(LCMSHANDLE hSheet) @@ -243,7 +243,7 @@ BOOL cmsxPCollLoadFromSheet(LPMEASUREMENT m, LCMSHANDLE hSheet) } - /* Build mask according to data format */ + /* Build tqmask according to data format */ dwMask = MaskOfDataSet(hSheet); @@ -253,7 +253,7 @@ BOOL cmsxPCollLoadFromSheet(LPMEASUREMENT m, LCMSHANDLE hSheet) LPPATCH Patch = m -> Patches + i; - /* Fill in data according to mask */ + /* Fill in data according to tqmask */ if (dwMask & PATCH_HAS_Lab) { @@ -307,7 +307,7 @@ BOOL cmsxPCollSaveToSheet(LPMEASUREMENT m, LCMSHANDLE it8) DWORD dwMask = 0; int i; - /* Find mask of fields */ + /* Find tqmask of fields */ for (i=0; i < m ->nPatches; i++) { if (m ->Allowed[i]) { @@ -416,7 +416,7 @@ void FixLabOnly(LPMEASUREMENT m) /* Higher level function. Does merge reference and measurement sheet into */ /* a MEASUREMENT struct. Data to keep is described in dwNeededSamplesType */ -/* mask as follows: */ +/* tqmask as follows: */ /* */ /* PATCH_HAS_Lab 0x00000001 */ /* PATCH_HAS_XYZ 0x00000002 */ |
