diff options
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx')
-rw-r--r-- | sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx index 66d6517d08fa..7c4ca722568e 100644 --- a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx @@ -13,18 +13,18 @@ #include <svl/undo.hxx> #include <rtl/math.hxx> -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "strings.hrc" +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <strings.hrc> #include <random> -#include "RandomNumberGeneratorDialog.hxx" +#include <RandomNumberGeneratorDialog.hxx> namespace { |