diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-23 14:43:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-23 14:43:29 +0200 |
commit | 0fbfa10ca9986236f1a906ea465135f4e367115e (patch) | |
tree | 47daeb8e0b502eba77d0871cb8a77826758eac14 /sw/source/ui/vba/vbaeventshelper.cxx | |
parent | 71e91ab288323c68c22290d12d88d890dd7991fa (diff) |
sw: kill last direct RTL_CONSTASCII_USTRINGPARAM usages
Change-Id: I7e19b6ff9e12d7aee57f24b1acce722e287accf0
Diffstat (limited to 'sw/source/ui/vba/vbaeventshelper.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaeventshelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaeventshelper.cxx b/sw/source/ui/vba/vbaeventshelper.cxx index 04c53a554cdf..c5c9e93add22 100644 --- a/sw/source/ui/vba/vbaeventshelper.cxx +++ b/sw/source/ui/vba/vbaeventshelper.cxx @@ -79,7 +79,7 @@ void SwVbaEventsHelper::implPostProcessEvent( EventQueue& /*rEventQueue*/, const uno::Sequence< uno::Any >& /*rArgs*/ ) const throw (lang::IllegalArgumentException) { // TODO: get actual codename from document - return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ThisDocument" ) ); + return ::rtl::OUString( "ThisDocument" ); } // ============================================================================ |