diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-27 21:16:24 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-27 21:16:24 +0100 |
commit | 93a7b558588be1f12e137329548b706daccc07df (patch) | |
tree | a7c27277d9b0fc85cdd402fc6b19cfa5ce62db2c /sfx2/inc/frmload.hxx | |
parent | 4bd5ed95561730fe157252396f5c2cbfc8b2348b (diff) |
[CWS autorecovery] merged SfxTopFrame into SfxFrame
SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both
can effectively be treated as one class.
Diffstat (limited to 'sfx2/inc/frmload.hxx')
-rw-r--r-- | sfx2/inc/frmload.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index dbd8eb1ef9fb..faace37d1388 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -59,7 +59,6 @@ class SfxFilter; class SfxFilterMatcher; -class SfxTopFrame; class SfxFrameWeak; @@ -125,7 +124,7 @@ private: sal_Bool impl_plugDocIntoFrame( const ::comphelper::NamedValueCollection& i_rDescriptor, - SfxTopFrame& i_rTargetFrame, + SfxFrame& i_rTargetFrame, SfxObjectShell& i_rDocument ) const; |