diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-03 16:45:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-06 11:27:49 +0200 |
commit | e4f37435a0fdd66b2d58633c991c6df720790f39 (patch) | |
tree | 0fac864b1c2e6b4e609bd95492098c67541db31c /udkapi | |
parent | 2ac38d1eac981a411f89b666c6f72aef88fa1f73 (diff) |
fdo#46808, Use service constructor for uri::ExternalUriReferenceTranslator
Change-Id: I723b1baf50b75f6aaea86a4784ee10a3d2196e83
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl b/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl index 30b4d81a27ec..baf7cdb3b5b8 100644 --- a/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl +++ b/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl @@ -20,9 +20,9 @@ #ifndef __com_sun_star_uri_ExternalUriReferenceTranslator_idl__ #define __com_sun_star_uri_ExternalUriReferenceTranslator_idl__ -module com { module sun { module star { module uri { +#include <com/sun/star/uri/XExternalUriReferenceTranslator.idl> -published interface XExternalUriReferenceTranslator; +module com { module sun { module star { module uri { /** translates between external and internal URI references. |