summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/getexpandeduri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/getexpandeduri.cxx')
-rw-r--r--comphelper/source/misc/getexpandeduri.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/getexpandeduri.cxx b/comphelper/source/misc/getexpandeduri.cxx
index 796400f1da9d..853e5dbd3c06 100644
--- a/comphelper/source/misc/getexpandeduri.cxx
+++ b/comphelper/source/misc/getexpandeduri.cxx
@@ -10,13 +10,13 @@
#include <sal/config.h>
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/XVndSunStarExpandUrlReference.hpp>
#include <com/sun/star/util/theMacroExpander.hpp>
#include <comphelper/getexpandeduri.hxx>
#include <rtl/ustring.hxx>
-#include <sal/types.h>
+
+namespace com::sun::star::uno { class XComponentContext; }
OUString comphelper::getExpandedUri(
css::uno::Reference<css::uno::XComponentContext> const & context,