diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 46d4429b4af9..2622e2419087 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -500,7 +500,7 @@ void SAL_CALL SbaXDataBrowserController::FormControllerImpl::frameAction(const c void SAL_CALL SbaXDataBrowserController::FormControllerImpl::disposing(const css::lang::EventObject& /*Source*/) { // nothing to do - // we don't add ourself as listener to any broadcasters, so we are not resposible for removing us + // we don't add ourself as listener to any broadcasters, so we are not responsible for removing us } // SbaXDataBrowserController diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index ade9d757dee0..0282541fcf5a 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -1369,7 +1369,7 @@ void SAL_CALL SbaTableQueryBrowser::disposing( const css::lang::EventObject& _rS // maybe update the UI implCheckExternalSlot(nSlot); - // continue, the same XDispatch may be resposible for more than one URL + // continue, the same XDispatch may be responsible for more than one URL } } } |