summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/frame.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-04 12:17:03 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-04 12:17:03 +0100
commit5619eeb870f49ff18427773f0886279120da1483 (patch)
tree757386433eab22143c4e60a5d66dec4b42956919 /sfx2/inc/sfx2/frame.hxx
parent96ae152785318670d845370c325843df105400bb (diff)
autorecovery: open the Basic IDE via SFX' document loader
Diffstat (limited to 'sfx2/inc/sfx2/frame.hxx')
-rw-r--r--sfx2/inc/sfx2/frame.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx
index b9fadc111f..eaf08c108d 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/sfx2/inc/sfx2/frame.hxx
@@ -140,6 +140,7 @@ public:
TYPEINFO();
static SfxFrame* Create( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame );
+ static SfxFrame* CreateBlank();
static SfxFrame* Create( SfxObjectShell& rDoc, const USHORT nViewId, const bool bHidden );
static SfxFrame* Create( SfxObjectShell& rDoc, Window& rWindow, USHORT nViewId, bool bHidden );