summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-20 20:57:44 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:29 +0200
commitd9f8f73926ebbf030233731ed7f6bde06eb80d09 (patch)
treea64e1b40be6953a11627caba59921abe41e3cbd1
parentuitest: add initial writer demos (diff)
downloadcore-d9f8f73926ebbf030233731ed7f6bde06eb80d09.tar.gz
core-d9f8f73926ebbf030233731ed7f6bde06eb80d09.zip
uitest: forward unhandled actions to the base class
Change-Id: Iac08e77d9b0e80f2af93c8b229d083603f1d22d4
-rw-r--r--sw/source/uibase/uitest/uiobject.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/uitest/uiobject.cxx b/sw/source/uibase/uitest/uiobject.cxx
index 9d45be13910f..907e7b9aeb62 100644
--- a/sw/source/uibase/uitest/uiobject.cxx
+++ b/sw/source/uibase/uitest/uiobject.cxx
@@ -38,6 +38,8 @@ void SwEditWinUIObject::execute(const OUString& rAction,
mxEditWin->GetView().SetZoom(SvxZoomType::PERCENT, nVal);
}
}
+ else
+ WindowUIObject::execute(rAction, rParameters);
}
OUString SwEditWinUIObject::get_name() const