summaryrefslogtreecommitdiff
path: root/dbaccess/inc/dbsubcomponentcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/inc/dbsubcomponentcontroller.hxx')
-rw-r--r--dbaccess/inc/dbsubcomponentcontroller.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/inc/dbsubcomponentcontroller.hxx b/dbaccess/inc/dbsubcomponentcontroller.hxx
index b709458d03da..17319cb84325 100644
--- a/dbaccess/inc/dbsubcomponentcontroller.hxx
+++ b/dbaccess/inc/dbsubcomponentcontroller.hxx
@@ -92,7 +92,7 @@ namespace dbaui
// ----------------------------------------------------------------
// access to the data source / document
- ::rtl::OUString getDataSourceName() const;
+ OUString getDataSourceName() const;
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&
getDataSource() const;
sal_Bool haveDataSource() const;
@@ -107,7 +107,7 @@ namespace dbaui
/** appends an error in the current environment.
*/
void appendError(
- const ::rtl::OUString& _rErrorMessage,
+ const OUString& _rErrorMessage,
const ::dbtools::StandardSQLState _eSQLState = ::dbtools::SQL_GENERAL_ERROR,
const sal_Int32 _nErrorCode = 1000
);
@@ -160,7 +160,7 @@ namespace dbaui
virtual void SAL_CALL removeModifyListener( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
// XTitle
- virtual ::rtl::OUString SAL_CALL getTitle( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getTitle( ) throw (::com::sun::star::uno::RuntimeException);
protected:
DBSubComponentController(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& _rxORB);