summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/fileobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/fileobj.cxx')
-rw-r--r--sfx2/source/appl/fileobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx
index e3ff4da09153..1c41d4235dc4 100644
--- a/sfx2/source/appl/fileobj.cxx
+++ b/sfx2/source/appl/fileobj.cxx
@@ -75,7 +75,7 @@ SvFileObject::~SvFileObject()
Application::RemoveUserEvent(nPostUserEventId);
}
-bool SvFileObject::GetData( ::com::sun::star::uno::Any & rData,
+bool SvFileObject::GetData( css::uno::Any & rData,
const OUString & rMimeType,
bool bGetSynchron )
{
@@ -345,7 +345,7 @@ OUString impl_getFilter( const OUString& _rURL )
try
{
- css::uno::Reference< ::com::sun::star::document::XTypeDetection > xTypeDetection(
+ css::uno::Reference< css::document::XTypeDetection > xTypeDetection(
::comphelper::getProcessServiceFactory()->createInstance(
OUString("com.sun.star.document.TypeDetection") ),
css::uno::UNO_QUERY );