summaryrefslogtreecommitdiff
path: root/include/uno/environment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/environment.hxx')
-rw-r--r--include/uno/environment.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 5fd8633c6e9f..272a069d331f 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -55,7 +55,7 @@ public:
respectively to current C++ Environment.
@since UDK 3.2.7
*/
- inline static Environment getCurrent(rtl::OUString const & typeName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))) SAL_THROW(());
+ inline static Environment getCurrent(rtl::OUString const & typeName = rtl::OUString(CPPU_STRINGIFY(CPPU_ENV))) SAL_THROW(());
/// @cond INTERNAL
// these are here to force memory de/allocation to sal lib.