diff options
Diffstat (limited to 'sw/source/uibase/app/swmodul1.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodul1.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx index 7eaa20e1c422..148323373780 100644 --- a/sw/source/uibase/app/swmodul1.cxx +++ b/sw/source/uibase/app/swmodul1.cxx @@ -59,12 +59,12 @@ #include <cmdid.h> #include <app.hrc> #include <strings.hrc> -#include "helpids.h" +#include <helpids.h> #include <IDocumentLayoutAccess.hxx> #include <unomid.h> #include <tools/color.hxx> -#include "PostItMgr.hxx" +#include <PostItMgr.hxx> using namespace ::svx; using namespace ::com::sun::star; |