diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 16:04:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 16:09:38 +0100 |
commit | 6c1dec39d95dcaaf30b96a5068762da3d522a63b (patch) | |
tree | 85b80f7067056a4cd3c75d9c0d40f27471fc0d6b /sw | |
parent | 9bc83f1b56385c832f15b93d35bb738d0c68ec56 (diff) |
WaE: enumeral and non-enumeral type in conditional expression
Change-Id: I0b35ce3559acae739e810780832f6e275b493382
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index 1421e2ff8fc1..dffe955d8fad 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -442,7 +442,7 @@ static void lcl_SelectSameStrings(SwWrtShell& rSh, sal_Bool bWordOnly, sal_Bool 0, 0, 0, (bCaseSensitive ? 0 - : TransliterationModules_IGNORE_CASE) ); + : static_cast<int>(TransliterationModules_IGNORE_CASE)) ); rSh.ClearMark(); sal_Bool bCancel; |