diff options
Diffstat (limited to 'sc/source/ui/undo/undotab.cxx')
-rw-r--r-- | sc/source/ui/undo/undotab.cxx | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 0b41b3d460e0..db0c34d0568c 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -22,31 +22,31 @@ #include <sfx2/dispatch.hxx> #include <svl/hint.hxx> -#include "undotab.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "undoolk.hxx" -#include "target.hxx" -#include "uiitems.hxx" -#include "prnsave.hxx" -#include "printfun.hxx" -#include "chgtrack.hxx" -#include "tabprotection.hxx" -#include "viewdata.hxx" -#include "progress.hxx" -#include "markdata.hxx" +#include <undotab.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <undoolk.hxx> +#include <target.hxx> +#include <uiitems.hxx> +#include <prnsave.hxx> +#include <printfun.hxx> +#include <chgtrack.hxx> +#include <tabprotection.hxx> +#include <viewdata.hxx> +#include <progress.hxx> +#include <markdata.hxx> // for ScUndoRenameObject - might me moved to another file later #include <svx/svditer.hxx> #include <svx/svdoole2.hxx> #include <svx/svdpage.hxx> -#include "drwlayer.hxx" -#include "scresid.hxx" +#include <drwlayer.hxx> +#include <scresid.hxx> #include <memory> #include <utility> |