diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 17:39:01 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 19:28:47 +0100 |
commit | ec5fa0164b9bae5c5bc6654f581e493206584301 (patch) | |
tree | 5e0af34a816942633f6f4432e2e8ac0a843f542a /connectivity | |
parent | b326c1d728e65afea4257d1142a02185ae6bc4d0 (diff) |
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx index aeec1a686fb8..2683b157c852 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy.hxx @@ -25,7 +25,7 @@ #include <MNSInclude.hxx> #include <cppuhelper/compbase1.hxx> #include <com/sun/star/mozilla/XCodeProxy.hpp> -#include "com/sun/star/mozilla/XProxyRunner.hdl" +#include "com/sun/star/mozilla/XProxyRunner.hpp" namespace connectivity { |