diff options
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r-- | include/vcl/dialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 9c0774712e31..afa8c2e33e81 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -96,6 +96,8 @@ public: virtual short Execute(); bool IsInExecute() const { return mbInExecute; } + virtual FactoryFunction GetUITestFactory() const; + // Dialog::Execute replacement API public: virtual void StartExecuteModal( const Link<Dialog&,void>& rEndDialogHdl ); |