diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 12:38:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 13:03:19 +0200 |
commit | 4461330f3adff852d35d40887cc7cb314bec4519 (patch) | |
tree | 82c3973ba49bd0d21e1088106a596492b2147643 /sc | |
parent | a30fc66dd2b646af71d26e14ed3af40f0f1f8b94 (diff) |
remove missing sc.hrc
from optdlg.hrc removal
Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/optdlg/tpcompatibility.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpdefaults.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpformula.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx index fabda3c40d8e..cb12ccd59420 100644 --- a/sc/source/ui/optdlg/tpcompatibility.cxx +++ b/sc/source/ui/optdlg/tpcompatibility.cxx @@ -11,6 +11,7 @@ #include <scmod.hxx> #include "tpcompatibility.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "appoptio.hxx" diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx index f15531e0b9d3..44a1c34cb751 100644 --- a/sc/source/ui/optdlg/tpdefaults.cxx +++ b/sc/source/ui/optdlg/tpdefaults.cxx @@ -11,6 +11,7 @@ #undef SC_DLLIMPLEMENTATION #include "tpdefaults.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "scmod.hxx" #include "defaultsoptions.hxx" diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index ebac619fd024..ddb30b19a239 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -24,6 +24,7 @@ #include <svl/stritem.hxx> #include "tpformula.hxx" #include "formulaopt.hxx" +#include "sc.hrc" #include "scresid.hxx" #include "formula/grammar.hxx" #include "calcoptionsdlg.hxx" |