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/update/ui/updatecheckui.cxx | |
parent | 38fc6283ebe27327fb058dae20644301d0602aaa (diff) |
loplugin:includeform: extensions
Change-Id: I2f9001ddae6cbcef51ba2c0415baa727f211261d
Diffstat (limited to 'extensions/source/update/ui/updatecheckui.cxx')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 498fc0e17304..cdd17d77433d 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -47,9 +47,9 @@ #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <sfx2/strings.hrc> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #define PROPERTY_TITLE "BubbleHeading" #define PROPERTY_TEXT "BubbleText" |