diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:51 +0200 |
commit | 65c7343768a9a3e09f4be0047b456159d0870ec0 (patch) | |
tree | 31de04431301e61557c3ef05f2013015015ef840 /svl/source/items/itemset.cxx | |
parent | 92236b3eabb93b753adc21d72dc41f1b0330a8a4 (diff) |
loplugin:includeform: svl
Change-Id: I769b091515d1e6b7d16652d11ff2b94a75584ad0
Diffstat (limited to 'svl/source/items/itemset.cxx')
-rw-r--r-- | svl/source/items/itemset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx index fc1ac104a652..f520b26a7371 100644 --- a/svl/source/items/itemset.cxx +++ b/svl/source/items/itemset.cxx @@ -36,7 +36,7 @@ #include <tools/solar.h> #include <rtl/string.hxx> -#include "poolio.hxx" +#include <poolio.hxx> static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0' |