summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-07-03 21:18:15 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-07-03 21:20:58 -0300
commitc6c99966cd4515b574e9cd21e89954dabf56009a (patch)
treef700771b96649bd421329b127fc25ed85fe1c86f /svl/inc
parentc675575ce507320b6f866d02fd7eee68462f7823 (diff)
Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/
Change-Id: I64f3f966011bf07a2ee0c7327feb4a46df595210
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/style.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index 0fb3e8e8f8b3..34edeb572715 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -276,7 +276,7 @@ public:
protected:
SfxStyleSheet() // do not use! needed by MSVC at compile time to satisfy ImplInheritanceHelper2
- : SfxStyleSheetBase(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("dummy")),
+ : SfxStyleSheetBase(rtl::OUString("dummy"),
NULL, SFX_STYLE_FAMILY_ALL, 0)
{
assert(false);