[Libreoffice-commits] core.git: sw/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 8 11:33:46 UTC 2019


 sw/source/core/doc/docfld.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 63f7efe613f4f7436eddd90933c1916d2e689648
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Nov 8 10:23:35 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Nov 8 12:32:40 2019 +0100

    Missing include (Windows --disable-pch)
    
    > sw/source/core/doc/docfld.cxx(558,18): error: member access into incomplete type 'const ::utl::TransliterationWrapper'
    >         if( rSCmp.isEqual( rDBName, sName.getToken(0, ';') ) )
    >                  ^
    
    Change-Id: I041879acb350a2bc42133f55be5a1501ffe93c95
    Reviewed-on: https://gerrit.libreoffice.org/82272
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/core/doc/docfld.cxx b/sw/source/core/doc/docfld.cxx
index 6f2017177538..8b5f7d467328 100644
--- a/sw/source/core/doc/docfld.cxx
+++ b/sw/source/core/doc/docfld.cxx
@@ -23,6 +23,7 @@
 
 #include <comphelper/string.hxx>
 #include <unotools/charclass.hxx>
+#include <unotools/transliterationwrapper.hxx>
 #include <doc.hxx>
 #include <IDocumentFieldsAccess.hxx>
 #include <IDocumentState.hxx>


More information about the Libreoffice-commits mailing list