summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crefl.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:56:06 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commite01f3e4559ba0011e32f0e0dda1df6173dd83295 (patch)
tree6ad06a3cdd32dddbfed16aa9528f6195656fb7a1 /stoc/source/corereflection/crefl.cxx
parentc38678e140500083f81e0e006ba9b69e6f351fb1 (diff)
stoc: fix includes
Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862
Diffstat (limited to 'stoc/source/corereflection/crefl.cxx')
-rw-r--r--stoc/source/corereflection/crefl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx
index 963330856f12..b1a35d5985d5 100644
--- a/stoc/source/corereflection/crefl.cxx
+++ b/stoc/source/corereflection/crefl.cxx
@@ -24,7 +24,7 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/reflection/XConstantTypeDescription.hpp>
#include <com/sun/star/reflection/XTypeDescription.hpp>
-#include "com/sun/star/uno/RuntimeException.hpp"
+#include <com/sun/star/uno/RuntimeException.hpp>
#include <uno/lbnames.h>
using namespace css;