diff options
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r-- | include/vcl/dialog.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 1840635f151f..775714ec8658 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -133,9 +133,6 @@ public: void EndDialog( long nResult = RET_CANCEL ); static void EndAllDialogs( vcl::Window const * pParent ); - // returns the most recent of the currently executing modal dialogs - static VclPtr<Dialog> GetMostRecentExecutingDialog(); - void GetDrawWindowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const; |