diff options
Diffstat (limited to 'sc/source/ui/namedlg/namepast.cxx')
-rw-r--r-- | sc/source/ui/namedlg/namepast.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/namedlg/namepast.cxx b/sc/source/ui/namedlg/namepast.cxx index f02b8441732c..720d581d7ce4 100644 --- a/sc/source/ui/namedlg/namepast.cxx +++ b/sc/source/ui/namedlg/namepast.cxx @@ -19,12 +19,12 @@ #undef SC_DLLIMPLEMENTATION -#include "namepast.hxx" -#include "scresid.hxx" -#include "docsh.hxx" -#include "strings.hrc" -#include "rangenam.hxx" -#include "viewdata.hxx" +#include <namepast.hxx> +#include <scresid.hxx> +#include <docsh.hxx> +#include <strings.hrc> +#include <rangenam.hxx> +#include <viewdata.hxx> #include <o3tl/make_unique.hxx> |