Kaydet (Commit) 2ec7457e authored tarafından Noel Grandin's avatar Noel Grandin

Blind fix for 64-bit Windows builds

Change-Id: Ica9e99fc363d8c7bfbc40dceb66ad350e5a02ce5
üst 2a176fdd
......@@ -33,7 +33,7 @@ namespace i18nutil
* This is a wrapper around com::sun::star::util::SearchOptions
* but using the more type-safe TransliterationFlags enum.
*/
struct I18NUTIL_DLLPUBLIC SAL_WARN_UNUSED SearchOptions {
struct SAL_WARN_UNUSED SearchOptions {
css::util::SearchAlgorithms algorithmType;
sal_Int32 searchFlag;
OUString searchString;
......@@ -93,7 +93,7 @@ struct I18NUTIL_DLLPUBLIC SAL_WARN_UNUSED SearchOptions {
* This is a wrapper around com::sun::star::util::SearchOptions and SearchOptions2,
* but using the more type-safe TransliterationFlags enum.
*/
struct I18NUTIL_DLLPUBLIC SAL_WARN_UNUSED SearchOptions2 : public SearchOptions {
struct SAL_WARN_UNUSED SearchOptions2 : public SearchOptions {
sal_Int16 AlgorithmType2;
sal_Int32 WildcardEscapeCharacter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment