summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/documenteventnotifier.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/documenteventnotifier.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/dataaccess/documenteventnotifier.hxx b/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
index 4b4a68537ebf..cd365ed91d24 100644
--- a/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
+++ b/dbaccess/source/core/dataaccess/documenteventnotifier.hxx
@@ -72,7 +72,7 @@ namespace dbaccess
->onDocumentInitialized has been called
*/
void notifyDocumentEvent(
- const ::rtl::OUString& _EventName,
+ const OUString& _EventName,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _rxViewController = NULL,
const ::com::sun::star::uno::Any& _Supplement = ::com::sun::star::uno::Any()
);
@@ -85,7 +85,7 @@ namespace dbaccess
the mutex is locked
*/
void notifyDocumentEventAsync(
- const ::rtl::OUString& _EventName,
+ const OUString& _EventName,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _ViewController = NULL,
const ::com::sun::star::uno::Any& _Supplement = ::com::sun::star::uno::Any()
);
@@ -103,7 +103,7 @@ namespace dbaccess
const ::com::sun::star::uno::Any& _rSupplement = ::com::sun::star::uno::Any()
)
{
- notifyDocumentEvent( ::rtl::OUString::createFromAscii( _pAsciiEventName ), _rxViewController, _rSupplement );
+ notifyDocumentEvent( OUString::createFromAscii( _pAsciiEventName ), _rxViewController, _rSupplement );
}
/** notifies a document event to all registered listeners, asynchronously
@@ -119,7 +119,7 @@ namespace dbaccess
const ::com::sun::star::uno::Any& _rSupplement = ::com::sun::star::uno::Any()
)
{
- notifyDocumentEventAsync( ::rtl::OUString::createFromAscii( _pAsciiEventName ), _rxViewController, _rSupplement );
+ notifyDocumentEventAsync( OUString::createFromAscii( _pAsciiEventName ), _rxViewController, _rSupplement );
}
private: