summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/veto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/veto.cxx')
-rw-r--r--dbaccess/source/core/misc/veto.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/misc/veto.cxx b/dbaccess/source/core/misc/veto.cxx
index a08e4116c0cf..732f924a2b7a 100644
--- a/dbaccess/source/core/misc/veto.cxx
+++ b/dbaccess/source/core/misc/veto.cxx
@@ -31,7 +31,7 @@ namespace dbaccess
//= Veto
//====================================================================
//--------------------------------------------------------------------
- Veto::Veto( const ::rtl::OUString& _rReason, const Any& _rDetails )
+ Veto::Veto( const OUString& _rReason, const Any& _rDetails )
:m_sReason( _rReason )
,m_aDetails( _rDetails )
{
@@ -43,7 +43,7 @@ namespace dbaccess
}
//--------------------------------------------------------------------
- ::rtl::OUString SAL_CALL Veto::getReason() throw (RuntimeException)
+ OUString SAL_CALL Veto::getReason() throw (RuntimeException)
{
return m_sReason;
}