summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/bluthsnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/bluthsnd.cxx')
-rw-r--r--sfx2/source/dialog/bluthsnd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/bluthsnd.cxx b/sfx2/source/dialog/bluthsnd.cxx
index fb538526ab38..b617e816f0c4 100644
--- a/sfx2/source/dialog/bluthsnd.cxx
+++ b/sfx2/source/dialog/bluthsnd.cxx
@@ -17,7 +17,7 @@
#include "bluthsndapi.hxx"
-SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
+SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const css::uno::Reference< css::frame::XFrame >& xFrame,
const OUString& rType )
{
SaveResult eSaveResult;
@@ -36,7 +36,7 @@ SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const ::com::s
return eResult;
}
-SfxBluetoothModel::SendMailResult SfxBluetoothModel::Send( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& /*xFrame*/ )
+SfxBluetoothModel::SendMailResult SfxBluetoothModel::Send( const css::uno::Reference< css::frame::XFrame >& /*xFrame*/ )
{
char bthsend[300];
SendMailResult eResult = SEND_MAIL_OK;