summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_config.cxx')
-rw-r--r--canvas/source/directx/dx_config.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx
index 117d625f0ff0..7ecfe52b5c8e 100644
--- a/canvas/source/directx/dx_config.cxx
+++ b/canvas/source/directx/dx_config.cxx
@@ -81,7 +81,7 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- OSL_FAIL( rtl::OUStringToOString(
+ OSL_FAIL( OUStringToOString(
comphelper::anyToString( cppu::getCaughtException() ),
RTL_TEXTENCODING_UTF8 ).getStr() );
}
@@ -122,13 +122,13 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- OSL_FAIL( rtl::OUStringToOString(
+ OSL_FAIL( OUStringToOString(
comphelper::anyToString( cppu::getCaughtException() ),
RTL_TEXTENCODING_UTF8 ).getStr() );
}
}
- void DXCanvasItem::Notify( const com::sun::star::uno::Sequence<rtl::OUString>& ) {}
+ void DXCanvasItem::Notify( const com::sun::star::uno::Sequence<OUString>& ) {}
void DXCanvasItem::Commit() {}
bool DXCanvasItem::isDeviceUsable( const DeviceInfo& rDeviceInfo ) const