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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 10 20:44:57 UTC 2019


 cui/source/options/optgdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 514be97f4aa94117ca2356843d1fc74e51c41504
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Dec 10 15:30:32 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Dec 10 21:43:46 2019 +0100

    missing include (Windows --disable-pch; Translate::ExpandVariables)
    
    Change-Id: Iab20b7e8d7975615c128deb8d02940ede1e8ddd7
    Reviewed-on: https://gerrit.libreoffice.org/84862
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 7a53fb886760..5f5117e24971 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -23,6 +23,7 @@
 #include <svl/currencytable.hxx>
 #include <svtools/langhelp.hxx>
 #include <unotools/lingucfg.hxx>
+#include <unotools/resmgr.hxx>
 #include <sfx2/bindings.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <i18nlangtag/mslangid.hxx>


More information about the Libreoffice-commits mailing list