diff options
Diffstat (limited to 'sc/source/ui/vba/vbawindow.cxx')
-rw-r--r-- | sc/source/ui/vba/vbawindow.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx index 9564652e0f44..bcb4371d21a9 100644 --- a/sc/source/ui/vba/vbawindow.cxx +++ b/sc/source/ui/vba/vbawindow.cxx @@ -43,8 +43,8 @@ #include <sc.hrc> #include <sfx2/viewfrm.hxx> #include <vcl/wrkwin.hxx> -#include "unonames.hxx" -#include "markdata.hxx" +#include <unonames.hxx> +#include <markdata.hxx> #include <unordered_map> using namespace ::com::sun::star; |