diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-10 15:30:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-10 21:43:46 +0100 |
commit | 514be97f4aa94117ca2356843d1fc74e51c41504 (patch) | |
tree | bafa6fb4835e933fec50b470771216470710cb35 /cui/source | |
parent | d3cd305d5b83388a9e8567bc0ac736f344bc4188 (diff) |
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@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |