summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/componentresmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/componentresmodule.hxx')
-rw-r--r--unotools/inc/unotools/componentresmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/componentresmodule.hxx b/unotools/inc/unotools/componentresmodule.hxx
index 9437c156e8ea..0014794f3584 100644
--- a/unotools/inc/unotools/componentresmodule.hxx
+++ b/unotools/inc/unotools/componentresmodule.hxx
@@ -50,7 +50,7 @@ namespace utl
::std::auto_ptr< OComponentResModuleImpl > m_pImpl;
public:
- OComponentResourceModule( const ::rtl::OString& _rResFilePrefix );
+ OComponentResourceModule( const OString& _rResFilePrefix );
~OComponentResourceModule();
/// get the vcl res manager of the module
@@ -161,7 +161,7 @@ namespace utl
}; \
\
ModuleClass::ModuleClass() \
- :BaseClass( ::rtl::OString( resprefix ) ) \
+ :BaseClass( OString( resprefix ) ) \
{ \
} \
\