summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-21 17:39:01 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-21 19:28:47 +0100
commitec5fa0164b9bae5c5bc6654f581e493206584301 (patch)
tree5e0af34a816942633f6f4432e2e8ac0a843f542a /vcl
parentb326c1d728e65afea4257d1142a02185ae6bc4d0 (diff)
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/imgctrl.cxx2
-rw-r--r--vcl/win/source/window/salframe.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx
index 61088216495b..93477324add3 100644
--- a/vcl/source/control/imgctrl.cxx
+++ b/vcl/source/control/imgctrl.cxx
@@ -31,7 +31,7 @@
#include <vcl/imgctrl.hxx>
#include <tools/rcid.h>
-#include <com/sun/star/awt/ImageScaleMode.hdl>
+#include <com/sun/star/awt/ImageScaleMode.hpp>
namespace ImageScaleMode = ::com::sun::star::awt::ImageScaleMode;
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 99e4447b1207..2af53d3caf89 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -91,7 +91,7 @@
using ::std::max;
#endif
-#include <com/sun/star/uno/Exception.hdl>
+#include <com/sun/star/uno/Exception.hpp>
#include <time.h>