diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-23 11:58:14 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-23 11:58:14 +0100 |
commit | 4dc94306b9d6f9a283e72ecd8d0986134aec29d1 (patch) | |
tree | c02532a472dfbb72f80651966d155cfd42a942cd /dbaccess/source/ui/querydesign/querycontainerwindow.cxx | |
parent | 34a011d9368cde1900694e8583f99aeb8b53e491 (diff) | |
parent | 1529b9aa479c0dda9333d45519de253ae5d8f9b9 (diff) |
CWS-TOOLING: integrate CWS autorecoveryooo/DEV300_m76
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontainerwindow.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontainerwindow.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index d19fa761e..6daa54afb 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -123,6 +123,12 @@ namespace dbaui } // ----------------------------------------------------------------------------- + void OQueryContainerWindow::forceInitialView() + { + return m_pViewSwitch->forceInitialView(); + } + + // ----------------------------------------------------------------------------- void OQueryContainerWindow::resizeAll( const Rectangle& _rPlayground ) { Rectangle aPlayground( _rPlayground ); |