diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-20 20:49:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:28 +0200 |
commit | 4eae49218f449b4057d15633c5be2b3b0f9b88f9 (patch) | |
tree | 32d2fbff6b7574906304b31be486b979ab340a5c /sw/source/uibase/docvw | |
parent | 725815366eb5543b4465af60a1072f1738db9147 (diff) |
uitest: add wrapper for writer's main edit window
Change-Id: Ibd6ffe85ca95cdc915f5c73b1b566de1d7413ee7
Diffstat (limited to 'sw/source/uibase/docvw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin3.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/edtwin3.cxx b/sw/source/uibase/docvw/edtwin3.cxx index 745bbd4ca864..52c56de46ecb 100644 --- a/sw/source/uibase/docvw/edtwin3.cxx +++ b/sw/source/uibase/docvw/edtwin3.cxx @@ -34,6 +34,7 @@ #include "pagedesc.hxx" #include <frmatr.hxx> #include <editeng/frmdiritem.hxx> +#include "uiobject.hxx" // Core-Notify void ScrollMDI( SwViewShell* pVwSh, const SwRect &rRect, @@ -165,4 +166,9 @@ void SwEditWin::DataChanged( const DataChangedEvent& rDCEvt ) pSh->UnlockPaint(); } +FactoryFunction SwEditWin::GetUITestFactory() const +{ + return SwEditWinUIObject::create; +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |