[Libreoffice-commits] .: dbaccess/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Aug 4 18:30:29 PDT 2011
dbaccess/source/core/inc/ContentHelper.hxx | 2 +-
dbaccess/source/ui/inc/sbamultiplex.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f50b025b6c5e36487b9ced441223903f6db34446
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Thu Aug 4 21:30:46 2011 -0400
Use rtl::OUStringHash.
diff --git a/dbaccess/source/core/inc/ContentHelper.hxx b/dbaccess/source/core/inc/ContentHelper.hxx
index c2115a9..927980a 100644
--- a/dbaccess/source/core/inc/ContentHelper.hxx
+++ b/dbaccess/source/core/inc/ContentHelper.hxx
@@ -86,7 +86,7 @@ namespace dbaccess
typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString,
- ::comphelper::UStringHash,
+ ::rtl::OUStringHash,
::comphelper::UStringEqual
> PropertyChangeListenerContainer;
typedef ::comphelper::OBaseMutex OContentHelper_MBASE;
diff --git a/dbaccess/source/ui/inc/sbamultiplex.hxx b/dbaccess/source/ui/inc/sbamultiplex.hxx
index 23d5035..a673057 100644
--- a/dbaccess/source/ui/inc/sbamultiplex.hxx
+++ b/dbaccess/source/ui/inc/sbamultiplex.hxx
@@ -211,7 +211,7 @@ namespace dbaui
,public listenerclass \
{ \
typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< \
- ::rtl::OUString, ::comphelper::UStringHash, ::comphelper::UStringEqual > ListenerContainerMap; \
+ ::rtl::OUString, ::rtl::OUStringHash, ::comphelper::UStringEqual > ListenerContainerMap; \
ListenerContainerMap m_aListeners; \
\
public: \
More information about the Libreoffice-commits
mailing list