summaryrefslogtreecommitdiff
path: root/stoc/source/tdmanager/tdmgr_tdenumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/tdmanager/tdmgr_tdenumeration.hxx')
-rw-r--r--stoc/source/tdmanager/tdmgr_tdenumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/tdmanager/tdmgr_tdenumeration.hxx b/stoc/source/tdmanager/tdmgr_tdenumeration.hxx
index d8ad3ffffb7b..81672ce5c0f8 100644
--- a/stoc/source/tdmanager/tdmgr_tdenumeration.hxx
+++ b/stoc/source/tdmanager/tdmgr_tdenumeration.hxx
@@ -39,7 +39,7 @@ class TypeDescriptionEnumerationImpl
{
public:
TypeDescriptionEnumerationImpl(
- const rtl::OUString & rModuleName,
+ const OUString & rModuleName,
const com::sun::star::uno::Sequence<
com::sun::star::uno::TypeClass > & rTypes,
com::sun::star::reflection::TypeDescriptionSearchDepth eDepth,
@@ -67,7 +67,7 @@ private:
queryCurrentChildEnumeration();
osl::Mutex m_aMutex;
- rtl::OUString m_aModuleName;
+ OUString m_aModuleName;
com::sun::star::uno::Sequence< com::sun::star::uno::TypeClass > m_aTypes;
com::sun::star::reflection::TypeDescriptionSearchDepth m_eDepth;
TDEnumerationAccessStack m_aChildren;