summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailmsg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailmsg.cxx')
-rw-r--r--shell/source/win32/simplemail/smplmailmsg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx
index 63b17216cf0f..7a622b3fe0db 100644
--- a/shell/source/win32/simplemail/smplmailmsg.cxx
+++ b/shell/source/win32/simplemail/smplmailmsg.cxx
@@ -31,12 +31,12 @@ CSmplMailMsg::CSmplMailMsg( )
{
}
-void SAL_CALL CSmplMailMsg::setBody( const ::rtl::OUString& aBody )
+void SAL_CALL CSmplMailMsg::setBody( const OUString& aBody )
{
m_aBody = aBody;
}
-::rtl::OUString SAL_CALL CSmplMailMsg::getBody( )
+OUString SAL_CALL CSmplMailMsg::getBody( )
{
return m_aBody;
}