diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-30 12:56:04 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-30 12:56:04 +0100 |
commit | 419e42ede0639d5ed3098356a3613fc065d27c63 (patch) | |
tree | 120975bffa3a0a3b1c56635d1c1b4e4a34a00e17 /sfx2/source/doc/objcont.cxx | |
parent | 3aa7d26a8c5d6a09f2653b701d905c3ac7d260b8 (diff) |
[CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame
SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both
can effectively be treated as one class.
This change was done to make subsequent refactorings easier.
Diffstat (limited to 'sfx2/source/doc/objcont.cxx')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index e1890be33223..4faa96c3d9c9 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -76,7 +76,7 @@ #include "sfxhelp.hxx" #include <sfx2/dispatch.hxx> #include <sfx2/printer.hxx> -#include <sfx2/topfrm.hxx> +#include <sfx2/viewfrm.hxx> #include "basmgr.hxx" #include <sfx2/doctempl.hxx> #include "doc.hrc" |