diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 13:32:40 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 13:32:40 +0200 |
commit | 4248051fa45c70e09ac45cb36e3887f32c8149fc (patch) | |
tree | 167410c78bfeff7707c75dc31677cbfd7455b163 /sw/source/ui/uiview/srcview.cxx | |
parent | 3d341c8efb7aa4784b3341ef752c16e07df5d951 (diff) | |
parent | ba96ab75ce4c1ca254b03e83f7afcf54708bddc3 (diff) |
DEV300: changesets OOO330 up to m8
Notes
Notes:
split repo tag: writer_ooo/DEV300_m88
Diffstat (limited to 'sw/source/ui/uiview/srcview.cxx')
-rw-r--r-- | sw/source/ui/uiview/srcview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx index 801ecba22c73..667beb8ab4ca 100644 --- a/sw/source/ui/uiview/srcview.cxx +++ b/sw/source/ui/uiview/srcview.cxx @@ -125,7 +125,7 @@ using ::com::sun::star::util::SearchOptions; -SFX_IMPL_VIEWFACTORY(SwSrcView, SW_RES(STR_NONAME)) +SFX_IMPL_NAMED_VIEWFACTORY(SwSrcView, "SourceView") { SFX_VIEW_REGISTRATION(SwWebDocShell); } |