diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 08:56:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 12:50:47 +0200 |
commit | e01f3e4559ba0011e32f0e0dda1df6173dd83295 (patch) | |
tree | 6ad06a3cdd32dddbfed16aa9528f6195656fb7a1 /stoc/source/invocation_adapterfactory | |
parent | c38678e140500083f81e0e006ba9b69e6f351fb1 (diff) |
stoc: fix includes
Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862
Diffstat (limited to 'stoc/source/invocation_adapterfactory')
-rw-r--r-- | stoc/source/invocation_adapterfactory/iafactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 4a84db0f245d..f6378f005a81 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -46,7 +46,7 @@ #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/reflection/InvocationTargetException.hpp> -#include "com/sun/star/uno/RuntimeException.hpp" +#include <com/sun/star/uno/RuntimeException.hpp> #define SERVICENAME "com.sun.star.script.InvocationAdapterFactory" #define IMPLNAME "com.sun.star.comp.stoc.InvocationAdapterFactory" |