summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/veto.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/veto.hxx')
-rw-r--r--dbaccess/source/core/inc/veto.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/veto.hxx b/dbaccess/source/core/inc/veto.hxx
index 78c7bd137618..0f2a7a9bc5c0 100644
--- a/dbaccess/source/core/inc/veto.hxx
+++ b/dbaccess/source/core/inc/veto.hxx
@@ -37,13 +37,13 @@ namespace dbaccess
class Veto : public Veto_Base
{
private:
- const ::rtl::OUString m_sReason;
+ const OUString m_sReason;
const ::com::sun::star::uno::Any m_aDetails;
public:
- Veto( const ::rtl::OUString& _rReason, const ::com::sun::star::uno::Any& _rDetails );
+ Veto( const OUString& _rReason, const ::com::sun::star::uno::Any& _rDetails );
- virtual ::rtl::OUString SAL_CALL getReason() throw (::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getReason() throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any SAL_CALL getDetails() throw (::com::sun::star::uno::RuntimeException);
protected: