diff options
Diffstat (limited to 'sc/source/ui/drawfunc/futext3.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/futext3.cxx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/ui/drawfunc/futext3.cxx b/sc/source/ui/drawfunc/futext3.cxx index 8b4052657eb7..3e0dff9d1cc7 100644 --- a/sc/source/ui/drawfunc/futext3.cxx +++ b/sc/source/ui/drawfunc/futext3.cxx @@ -28,20 +28,20 @@ #include <sfx2/objsh.hxx> #include <editeng/writingmodeitem.hxx> -#include "global.hxx" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "editutil.hxx" -#include "futext.hxx" -#include "docsh.hxx" -#include "postit.hxx" -#include "globstr.hrc" -#include "attrib.hxx" -#include "scitems.hxx" -#include "drawview.hxx" -#include "undocell.hxx" +#include <global.hxx> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <editutil.hxx> +#include <futext.hxx> +#include <docsh.hxx> +#include <postit.hxx> +#include <globstr.hrc> +#include <attrib.hxx> +#include <scitems.hxx> +#include <drawview.hxx> +#include <undocell.hxx> // Editing of Note-Key-Objects has to be stopped always via StopEditMode, // so that changes are taken over into the document! |