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 | c2ac9c93bde6d0d555e97732fe8b20dde43aa1ed (patch) | |
tree | 80a0ef2516a7cc3c72f228d271989c446622ab4b | |
parent | 8cae6be5865018aba123cf325c231be7e278609c (diff) |
dba33i: #i111146# migrated all SFX-based applications to use named views
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 2f9303756e09..55dec2566205 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -155,7 +155,7 @@ public: TYPEINIT1( BasicIDEShell, SfxViewShell ); -SFX_IMPL_VIEWFACTORY( BasicIDEShell, IDEResId( SVX_INTERFACE_BASIDE_VIEWSH ) ) +SFX_IMPL_NAMED_VIEWFACTORY( BasicIDEShell, "Default" ) { SFX_VIEW_REGISTRATION( BasicDocShell ); } |