diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:14 +0200 |
commit | 71f057a6f61ea15bbdc00f73bb72b04986d408f4 (patch) | |
tree | 11f5cfe9a085705f893cbecd753183f616e00f4e /UnoControls/source/controls/progressmonitor.cxx | |
parent | 1077bc9a53792eb0891071ff2e1fed19a596b989 (diff) |
loplugin:includeform: UnoControls
Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4
Diffstat (limited to 'UnoControls/source/controls/progressmonitor.cxx')
-rw-r--r-- | UnoControls/source/controls/progressmonitor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 4f04cab85b99..74e43d05dfb2 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "progressmonitor.hxx" +#include <progressmonitor.hxx> #include <com/sun/star/awt/GradientStyle.hpp> #include <com/sun/star/awt/RasterOperation.hpp> @@ -30,7 +30,7 @@ #include <tools/debug.hxx> #include <algorithm> -#include "progressbar.hxx" +#include <progressbar.hxx> using namespace ::cppu; using namespace ::osl; |