diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 11:31:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 11:31:06 +0200 |
commit | 42ea4312c0b81cfcd08e7689278c57411ae3c2ac (patch) | |
tree | 2092078ca126a4cc6f8b2ce8dfae207a55e01e9f /framework | |
parent | 08234bab5e3287724344cd127ea88090561d9fc0 (diff) |
Include cppumaker-generated .hpp, not .hdl
Change-Id: Ib0451f26edbfbcdfdca78caa97bd09bc65ec2782
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/statusbarmanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index 64ac4247fa2d..6fb88bf10a4b 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -40,7 +40,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/Command.hpp> -#include <com/sun/star/ui/XStatusbarItem.hdl> +#include <com/sun/star/ui/XStatusbarItem.hpp> #include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/statusbarcontroller.hxx> |