diff options
-rw-r--r-- | chart2/source/view/charttypes/NetChart.hxx | 2 | ||||
-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 | ||||
-rw-r--r-- | desktop/test/deployment/options/readme.txt | 2 | ||||
-rw-r--r-- | filter/source/config/cache/typedetection.hxx | 4 | ||||
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenvexception.hxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 | ||||
-rw-r--r-- | sw/source/core/docnode/ndtbl.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uno/unomailmerge.cxx | 2 |
12 files changed, 13 insertions, 13 deletions
diff --git a/chart2/source/view/charttypes/NetChart.hxx b/chart2/source/view/charttypes/NetChart.hxx index fd11c6dedd20..f44b5aa40b78 100644 --- a/chart2/source/view/charttypes/NetChart.hxx +++ b/chart2/source/view/charttypes/NetChart.hxx @@ -33,7 +33,7 @@ public: ::com::sun::star::chart2::XChartType >& xChartTypeModel , sal_Int32 nDimensionCount , bool bNoArea - , PlottingPositionHelper* pPlottingPositionHelper //takes owner ship + , PlottingPositionHelper* pPlottingPositionHelper //takes ownership ); virtual ~NetChart(); 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); diff --git a/desktop/test/deployment/options/readme.txt b/desktop/test/deployment/options/readme.txt index da339ada5b91..58274ece79be 100644 --- a/desktop/test/deployment/options/readme.txt +++ b/desktop/test/deployment/options/readme.txt @@ -134,7 +134,7 @@ modules1.oxt: Defines two Modules and three Nodes. The Nodes may not be displayed in OOo's options dialog because there is currently no application which uses this Module. However the Nodes are displayed in the options dialog of the Extension Manager. -There are three Nodes defined. The relation ship is this: +There are three Nodes defined. The relationship is this: -module1 -node 1 diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index 6c91529b94d9..1694e0caff7d 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -226,7 +226,7 @@ private: - /** @short validate the specified type and its relation ships + /** @short validate the specified type and its relationships and set all needed information related to this type in the specified descriptor. @@ -249,7 +249,7 @@ private: - /** @short validate the specified filter and its relation ships + /** @short validate the specified filter and its relationships and set all needed information related to this filter in the specified descriptor. diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index fd32da6a671f..90540f23612c 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -485,7 +485,7 @@ bool CloseDispatcher::implts_closeFrame() if ( ! xFrame.is() ) return true; - // dont deliver owner ship; our "UI user" will try it again if it failed. + // dont deliver ownership; our "UI user" will try it again if it failed. // OK - he will get an empty frame then. But normally an empty frame // should be closeable always :-) if (!fpf::closeIt(xFrame, false)) diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index e67a91f84dc0..c5e6d31c6e26 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -50,7 +50,7 @@ class LoadEnvException ID_NO_CONFIG_ACCESS, /** @short Some data obtained from the filter configuration seems to incorrect. - @descr Might a filter-type relation ship seem to be damaged. */ + @descr Might a filter-type relationship seem to be damaged. */ ID_INVALID_FILTER_CONFIG, /** @short indicates a corrupted media descriptor. diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 7e50b817cd7c..b5b69eaebbf4 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -3094,7 +3094,7 @@ void Frame::implts_checkSuicide() m_bSelfClose = false; aReadLock.clear(); /* } SAFE */ - // force close and deliver owner ship to source of possible throwed veto exception + // force close and deliver ownership to source of possible throwed veto exception // Attention: Because this method is not designed to throw such exception we must suppress // it for outside code! try diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 576fb5005bf5..9d9116c6398f 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -765,7 +765,7 @@ public class FunctionHelper com.sun.star.util.XCloseable.class, xFrame); if (xCloseable!=null) { - // We deliver the owner ship of this frame not to the (possible) + // We deliver the ownership of this frame not to the (possible) // source which throw a CloseVetoException. We whishto have it // under our own control. try diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx index 9636edff6933..dd83a472ee6a 100644 --- a/sw/source/core/docnode/ndtbl.cxx +++ b/sw/source/core/docnode/ndtbl.cxx @@ -1331,7 +1331,7 @@ SwTableNode* SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes, SwNodeIndex aInsertIndex( rTableNodes.rbegin()->rbegin()->aEnd ); ++aInsertIndex; - //!! owner ship will be transferred in c-tor to SwNodes array. + //!! ownership will be transferred in c-tor to SwNodes array. //!! Thus no real problem here... new SwEndNode( aInsertIndex, *pTblNd ); diff --git a/sw/source/uibase/uno/unomailmerge.cxx b/sw/source/uibase/uno/unomailmerge.cxx index 5d96097863b3..30adba6fc0f5 100644 --- a/sw/source/uibase/uno/unomailmerge.cxx +++ b/sw/source/uibase/uno/unomailmerge.cxx @@ -402,7 +402,7 @@ SwXMailMerge::~SwXMailMerge() //! because there is no automatism that will do that later. //! #120086# if ( eVetoed == CloseModelAndDocSh( xModel, xDocSh ) ) - OSL_FAIL("owner ship transferred to vetoing object!" ); + OSL_FAIL("ownership transferred to vetoing object!" ); xModel = 0; xDocSh = 0; // destroy doc shell |