diff options
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/opredlin.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpcalc.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpusrlst.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpview.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx index 85d33f5a45c2..385cef932f46 100644 --- a/sc/source/ui/optdlg/opredlin.cxx +++ b/sc/source/ui/optdlg/opredlin.cxx @@ -38,7 +38,7 @@ #include "uiitems.hxx" #include "scresid.hxx" #include "docsh.hxx" -#include "sc.hrc" // -> Slot-IDs +#include "sc.hrc" #include "optdlg.hrc" #include "globstr.hrc" diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index f47650123adf..a51f2a26275d 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -31,7 +31,7 @@ #include "document.hxx" #include "docoptio.hxx" #include "scresid.hxx" -#include "sc.hrc" // -> Slot-IDs +#include "sc.hrc" #include "optdlg.hrc" #include "tpcalc.hxx" diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index 9235a0b344d1..c19e7bda9a15 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -32,7 +32,7 @@ #include "rangeutl.hxx" #include "crdlg.hxx" #include "scresid.hxx" -#include "sc.hrc" // -> Slot-IDs +#include "sc.hrc" #include "optdlg.hrc" #include "globstr.hrc" diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx index 1415868dde85..5a944ad51fe1 100644 --- a/sc/source/ui/optdlg/tpview.cxx +++ b/sc/source/ui/optdlg/tpview.cxx @@ -32,7 +32,7 @@ #include "uiitems.hxx" #include "scresid.hxx" #include "docsh.hxx" -#include "sc.hrc" // -> Slot-IDs +#include "sc.hrc" #include "optdlg.hrc" #include "globstr.hrc" #include <appoptio.hxx> |