[Libreoffice-commits] core.git: include/i18nutil

Noel Grandin noel.grandin at collabora.co.uk
Wed Mar 1 08:29:50 UTC 2017


 include/i18nutil/searchopt.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2ec7457eec4535e81e4a32b48df5ab45d39476db
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Wed Mar 1 10:27:12 2017 +0200

    Blind fix for 64-bit Windows builds
    
    Change-Id: Ica9e99fc363d8c7bfbc40dceb66ad350e5a02ce5

diff --git a/include/i18nutil/searchopt.hxx b/include/i18nutil/searchopt.hxx
index 5fc8b1a..13a3195 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;


More information about the Libreoffice-commits mailing list