diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-09-01 14:59:07 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-09-01 14:59:07 +0200 |
commit | 435d8e1cd1854ce4bd4fbbe778c487675f809ee1 (patch) | |
tree | e0b765e83bffd6a85ab813221d03bb51c14c3f84 /sw/source/ui/web | |
parent | 52e6f52504aa30bb92d2313ffe9382054e1d3481 (diff) |
dba33i: #i111146# migrated all SFX-based applications to use named views
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx index 9a55aaf94a28..1822ab2de4e8 100644 --- a/sw/source/ui/web/wview.cxx +++ b/sw/source/ui/web/wview.cxx @@ -93,7 +93,7 @@ #include <swslots.hxx> -SFX_IMPL_VIEWFACTORY(SwWebView, SW_RES(STR_NONAME)) +SFX_IMPL_NAMED_VIEWFACTORY(SwWebView, "Default") { SFX_VIEW_REGISTRATION(SwWebDocShell); } |