diff options
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.cxx')
-rw-r--r-- | sc/source/ui/vba/vbavalidation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx index 0e7ba5756331..2b5be82706e6 100644 --- a/sc/source/ui/vba/vbavalidation.cxx +++ b/sc/source/ui/vba/vbavalidation.cxx @@ -27,8 +27,8 @@ #include <ooo/vba/excel/XlFormatConditionOperator.hpp> #include <ooo/vba/excel/XlDVAlertStyle.hpp> -#include "unonames.hxx" -#include "rangelst.hxx" +#include <unonames.hxx> +#include <rangelst.hxx> #include "excelvbahelper.hxx" #include "vbarange.hxx" |