diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:41:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:08 +0200 |
commit | 3daadac6c93ca2a4e780bc542d7bd2b25e5dd310 (patch) | |
tree | 9706d01488514880e84f7048daa3431838a4ab9a /extensions/source/bibliography/general.cxx | |
parent | 38fc6283ebe27327fb058dae20644301d0602aaa (diff) |
loplugin:includeform: extensions
Change-Id: I2f9001ddae6cbcef51ba2c0415baa727f211261d
Diffstat (limited to 'extensions/source/bibliography/general.cxx')
-rw-r--r-- | extensions/source/bibliography/general.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index 3bfb47608803..2d5594c478e0 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx @@ -33,11 +33,11 @@ #include "datman.hxx" #include "bibconfig.hxx" #include "bibprop.hxx" -#include "strings.hrc" +#include <strings.hrc> #include "bibmod.hxx" #include "bibview.hxx" #include "bibtools.hxx" -#include "helpids.h" +#include <helpids.h> #include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> |