diff options
Diffstat (limited to 'sc/source/ui/attrdlg/attrdlg.cxx')
-rw-r--r-- | sc/source/ui/attrdlg/attrdlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/attrdlg/attrdlg.cxx b/sc/source/ui/attrdlg/attrdlg.cxx index bbe864d84daa..8eecdd341f08 100644 --- a/sc/source/ui/attrdlg/attrdlg.cxx +++ b/sc/source/ui/attrdlg/attrdlg.cxx @@ -19,15 +19,15 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/objsh.hxx> #include <sfx2/tabdlg.hxx> #include <svl/cjkoptions.hxx> -#include "tabpages.hxx" -#include "attrdlg.hxx" -#include "scresid.hxx" +#include <tabpages.hxx> +#include <attrdlg.hxx> +#include <scresid.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <svx/flagsdef.hxx> |