diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
commit | d2ac4c3e68cf21c3ac9ba4f1dc55761298a12696 (patch) | |
tree | 5278e4548d0342a5127ef43eb0b28fbb82e7ec00 /dbaccess | |
parent | b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc (diff) |
'Ownership' is one word, as is 'relationship'
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppControllerDnD.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/dsbrowserDnD.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontainerwindow.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index b32f45b6490f..6e0dd754ca2a 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -564,7 +564,7 @@ TransferableHelper* OApplicationController::copyObject() break; } - // the owner ship goes to ODataClipboards + // the ownership goes to ODataClipboards return pData; } catch(const SQLException&) diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx index 0403fba293bb..b89d3370ed73 100644 --- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx +++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx @@ -78,7 +78,7 @@ namespace dbaui else pData = new ODataClipboard(aDSName, _nCommandType, aName, getNumberFormatter(), getORB()); - // the owner ship goes to ODataClipboards + // the ownership goes to ODataClipboards return pData; } catch(const SQLException& ) diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index 26e8323be0bd..7372ec724d2a 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -68,7 +68,7 @@ namespace dbaui Reference< ::com::sun::star::util::XCloseable > xCloseable(m_xBeamer,UNO_QUERY); m_xBeamer = NULL; if(xCloseable.is()) - xCloseable->close(sal_False); // false - holds the owner ship of this frame + xCloseable->close(sal_False); // false - holds the ownership of this frame } boost::scoped_ptr<vcl::Window> aTemp(m_pSplitter); |