diff options
Diffstat (limited to 'sc/source/ui/unoobj/condformatuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/condformatuno.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/unoobj/condformatuno.cxx b/sc/source/ui/unoobj/condformatuno.cxx index 8b70376336af..78a2b17fa6d0 100644 --- a/sc/source/ui/unoobj/condformatuno.cxx +++ b/sc/source/ui/unoobj/condformatuno.cxx @@ -8,18 +8,18 @@ */ #include <memory> -#include "condformatuno.hxx" - -#include "document.hxx" -#include "conditio.hxx" -#include "colorscale.hxx" -#include "docsh.hxx" -#include "miscuno.hxx" -#include "compiler.hxx" -#include "tokenarray.hxx" - -#include "cellsuno.hxx" -#include "convuno.hxx" +#include <condformatuno.hxx> + +#include <document.hxx> +#include <conditio.hxx> +#include <colorscale.hxx> +#include <docsh.hxx> +#include <miscuno.hxx> +#include <compiler.hxx> +#include <tokenarray.hxx> + +#include <cellsuno.hxx> +#include <convuno.hxx> #include <vcl/svapp.hxx> #include <rtl/ustring.hxx> |