summaryrefslogtreecommitdiff
path: root/forms/source/inc/forms_module.hxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-04-01 14:29:27 +0200
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-04-01 22:12:20 +0200
commit0502d66d88e1ac65869c6fe6a9a6f2c1be6a4db6 (patch)
tree47eb28077c71c7d3d63b09b4ef66cdb63ab6aead /forms/source/inc/forms_module.hxx
parent1ed73984639390759d26a2fc0209083d9f984d52 (diff)
Remove RTL_CONSTASCII_(U)STRING in forms
Change-Id: I5086a8ba9073e8ef2dfde0ecae55ee6065cb0253
Diffstat (limited to 'forms/source/inc/forms_module.hxx')
-rw-r--r--forms/source/inc/forms_module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/forms_module.hxx b/forms/source/inc/forms_module.hxx
index f172f71ee1ff..2eaada90d15c 100644
--- a/forms/source/inc/forms_module.hxx
+++ b/forms/source/inc/forms_module.hxx
@@ -228,7 +228,7 @@ namespace FORMS_MODULE_NAMESPACE
} \
\
::rtl::OUString SAL_CALL classname::getImplementationName_Static() \
- { return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.forms."#classname ) ); } \
+ { return ::rtl::OUString( "com.sun.star.comp.forms."#classname ); } \
\
Reference< XInterface > SAL_CALL classname::Create( const Reference< XMultiServiceFactory >& _rxFactory ) \
{ return static_cast< XServiceInfo* >( new classname( _rxFactory ) ); } \