diff options
Diffstat (limited to 'sc/source/ui/app/drwtrans.cxx')
-rw-r--r-- | sc/source/ui/app/drwtrans.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/app/drwtrans.cxx b/sc/source/ui/app/drwtrans.cxx index 39b067f906e4..520a5996292d 100644 --- a/sc/source/ui/app/drwtrans.cxx +++ b/sc/source/ui/app/drwtrans.cxx @@ -48,19 +48,19 @@ #include <svl/urlbmk.hxx> #include <tools/urlobj.hxx> -#include "drwtrans.hxx" -#include "docsh.hxx" -#include "drwlayer.hxx" -#include "drawview.hxx" -#include "viewdata.hxx" -#include "scmod.hxx" -#include "chartlis.hxx" -#include "rangeutl.hxx" +#include <drwtrans.hxx> +#include <docsh.hxx> +#include <drwlayer.hxx> +#include <drawview.hxx> +#include <viewdata.hxx> +#include <scmod.hxx> +#include <chartlis.hxx> +#include <rangeutl.hxx> #include <formula/grammar.hxx> -#include "dragdata.hxx" -#include "clipdata.hxx" +#include <dragdata.hxx> +#include <clipdata.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> |