diff options
Diffstat (limited to 'sc/source/ui/view/spelldialog.cxx')
-rw-r--r-- | sc/source/ui/view/spelldialog.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx index 8bb710834795..9b498b6b820c 100644 --- a/sc/source/ui/view/spelldialog.cxx +++ b/sc/source/ui/view/spelldialog.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "spelldialog.hxx" +#include <spelldialog.hxx> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> @@ -26,14 +26,14 @@ #include <editeng/editstat.hxx> #include <editeng/editview.hxx> #include <editeng/unolingu.hxx> -#include "selectionstate.hxx" - -#include "spelleng.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "editable.hxx" -#include "undoblk.hxx" +#include <selectionstate.hxx> + +#include <spelleng.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <editable.hxx> +#include <undoblk.hxx> #include <gridwin.hxx> #include <refupdatecontext.hxx> |