diff options
Diffstat (limited to 'sw/source/uibase/uiview/viewdlg2.cxx')
-rw-r--r-- | sw/source/uibase/uiview/viewdlg2.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/uibase/uiview/viewdlg2.cxx b/sw/source/uibase/uiview/viewdlg2.cxx index 52c5aab20467..fb7d352fd503 100644 --- a/sw/source/uibase/uiview/viewdlg2.cxx +++ b/sw/source/uibase/uiview/viewdlg2.cxx @@ -24,20 +24,20 @@ #include <expfld.hxx> #include <modcfg.hxx> -#include "swmodule.hxx" -#include "view.hxx" -#include "wview.hxx" -#include "wrtsh.hxx" -#include "cmdid.h" -#include "caption.hxx" -#include "poolfmt.hxx" -#include "edtwin.hxx" +#include <swmodule.hxx> +#include <view.hxx> +#include <wview.hxx> +#include <wrtsh.hxx> +#include <cmdid.h> +#include <caption.hxx> +#include <poolfmt.hxx> +#include <edtwin.hxx> #include <SwStyleNameMapper.hxx> -#include "initui.hxx" -#include "swabstdlg.hxx" +#include <initui.hxx> +#include <swabstdlg.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <memory> |