summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-01 10:27:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-01 10:27:12 +0200
commit2ec7457eec4535e81e4a32b48df5ab45d39476db (patch)
tree455f31bfbb3f1f3f12e6289a6f166977c5054d66 /include/i18nutil
parent2a176fddc5b952f4427f9700f6630ee3d84b1f72 (diff)
Blind fix for 64-bit Windows builds
Change-Id: Ica9e99fc363d8c7bfbc40dceb66ad350e5a02ce5
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/searchopt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nutil/searchopt.hxx b/include/i18nutil/searchopt.hxx
index 5fc8b1a9afdf..13a319539b7f 100644
--- a/include/i18nutil/searchopt.hxx
+++ b/include/i18nutil/searchopt.hxx
@@ -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;