summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implbase.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 16:23:19 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 21:18:39 +0200
commit530899ba181cf7ae34c99ee061958b9e540082b6 (patch)
treec8ad79fcf19fe64376ca3c31fcd487b29f1ac6f4 /cppuhelper/source/implbase.cxx
parenta2db194ea0eee4deb6401f6352144e5be077c140 (diff)
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/source/implbase.cxx')
-rw-r--r--cppuhelper/source/implbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index 2e7d14ba6978..97d240aa5d78 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -24,7 +24,7 @@
#include <rtl/string.hxx>
#include <com/sun/star/lang/XComponent.hpp>
-#include "com/sun/star/uno/RuntimeException.hpp"
+#include <com/sun/star/uno/RuntimeException.hpp>
using namespace ::osl;
using namespace ::com::sun::star;