diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 13:51:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 15:57:06 +0000 |
commit | 2882fcdce707067b0900a05667338e2ffa9521d9 (patch) | |
tree | 8139ecc382ec4e77b28cb9d0bf47189267618aa0 /sc/source/ui/optdlg | |
parent | 373e9de424d7dd81ea8e3fdfe33a8575d61fa232 (diff) |
split sc.hrc into definitely resources and maybe slots
Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/tpformula.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpview.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index 4e5b34d7102d..5d5a7859716e 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -24,7 +24,7 @@ #include <svl/stritem.hxx> #include "tpformula.hxx" #include "formulaopt.hxx" -#include "sc.hrc" +#include "scres.hrc" #include "scresid.hxx" #include <formula/grammar.hxx> #include "calcoptionsdlg.hxx" diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx index 0257ff228bc6..84b6535f61e0 100644 --- a/sc/source/ui/optdlg/tpview.cxx +++ b/sc/source/ui/optdlg/tpview.cxx @@ -27,7 +27,7 @@ #include "uiitems.hxx" #include "scresid.hxx" #include "docsh.hxx" -#include "sc.hrc" +#include "scres.hrc" #include "globstr.hrc" #include <appoptio.hxx> #include <scmod.hxx> |