diff options
19 files changed, 20 insertions, 20 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 9aac3c2c209a..3c4d4eb5828b 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -2703,7 +2703,7 @@ void SAL_CALL ChartView::update() //#i100778# migrate all imported or old documents to a plot area sizing exclusive axes (in case the save settings allow for this): //Although in general it is a bad idea to change the model from within the view this is exceptionally the best place to do this special conversion. //When a view update is requested (what happens for creating the metafile or displaying - //the chart in edit mode or printing) it is most likely that all necessary information are available - like the underlying spreadsheet data for example. + //the chart in edit mode or printing) it is most likely that all necessary information is available - like the underlying spreadsheet data for example. //Those data are important for the correct axis label sizes which are needed during conversion. if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( mrChartModel, true, false ) ) impl_updateView(); diff --git a/desktop/source/deployment/inc/dp_update.hxx b/desktop/source/deployment/inc/dp_update.hxx index 107857dbeb31..921f6680d255 100644 --- a/desktop/source/deployment/inc/dp_update.hxx +++ b/desktop/source/deployment/inc/dp_update.hxx @@ -103,8 +103,8 @@ typedef std::map< OUString, UpdateInfo > UpdateInfoMap; /* @param extensionList - List of extension for which online update information are to be obtained. If NULL, then - for update information are obtained for all installed extension. There may be only one extension + List of extension for which online update information is to be obtained. If NULL, then + for update information is obtained for all installed extension. There may be only one extension with a particular identifier contained in the list. If one extension is installed in several repositories, then the one with the highest version must be used, because it contains the more recent URLs for getting the update information (if at all). diff --git a/desktop/test/deployment/update/publisher/readme.txt b/desktop/test/deployment/update/publisher/readme.txt index 9bae3e067f2b..17d51dce307f 100644 --- a/desktop/test/deployment/update/publisher/readme.txt +++ b/desktop/test/deployment/update/publisher/readme.txt @@ -47,7 +47,7 @@ the update information from the repository as feed: http://updateext.services.openoffice.org/ProductUpdateService/check.Update -pub8.oxt provides <publisher> and <release-notes>. These information should be transferred +pub8.oxt provides <publisher> and <release-notes>. This information should be transferred in the update feed and not those entered in the repository. Test diff --git a/desktop/test/deployment/update/website_update/readme.txt b/desktop/test/deployment/update/website_update/readme.txt index dd54207ad981..b888bba70372 100644 --- a/desktop/test/deployment/update/website_update/readme.txt +++ b/desktop/test/deployment/update/website_update/readme.txt @@ -96,7 +96,7 @@ the update information from the repository as feed: http://updateext.services.openoffice.org/ProductUpdateService/check.Update The description.xml which will be uploaded contains URLs for release notes and publisher -names/ URLs. That is, these information are not generated from the information of the +names/ URLs. That is, this information is not generated from the information of the repository web site. Test diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm index 3b9bf1b2f552..b309ee740a49 100644 --- a/extensions/test/ole/callUnoToJava.htm +++ b/extensions/test/ole/callUnoToJava.htm @@ -139,7 +139,7 @@ function callOleTest( id) break; // Call a COM object that has not been passed as parameter to a UNO component and - // hence no type information are available in the COM wrapper + // hence no type information is available in the COM wrapper // case 300: // Attributes diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 055242cc5218..5ef2e052e563 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -1719,7 +1719,7 @@ void SAL_CALL OComponent::testInterface( const Reference< XCallback >& xCallbac // ############################################################################ // Call a COM object that has not been passed as parameter to a UNO component and - // hence no type information are available in the COM wrapper + // hence no type information is available in the COM wrapper // ############################################################################ case 300: { diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java index bf8314f9df93..d74105590144 100644 --- a/filter/qa/complex/filter/detection/typeDetection/Helper.java +++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java @@ -366,7 +366,7 @@ public class Helper { /** * Fills the Hashtable m_hFileURLs with all file names and their URL * and the Hashtable m_hFilesTypes with all file names and their file - * type name. This information are extracted from "files.csv" + * type name. This information is extracted from "files.csv" * This is for faster access to get fileURL and fileType of fileAlias */ private void createFilesList(){ diff --git a/fpicker/source/win32/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/VistaFilePickerEventHandler.hxx index ea990ac7758a..5cdb1bcc85b9 100644 --- a/fpicker/source/win32/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/VistaFilePickerEventHandler.hxx @@ -121,7 +121,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex /** start listening for file picker events on the given file open dialog COM object. * * The broadcaster will be cached internally so deregistration will be easy. - * Further all needed information are capsulated within this class (e.g. the listener handler). + * Further all needed information is capsulated within this class (e.g. the listener handler). * Nobody outside must know such information. * * Nothing will happen if an inconsistent state will be detected diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 69213d42eb6d..1138f68e74e3 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -467,7 +467,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt { try { - // but do it only, if all context information are OK + // but do it only, if all context information is OK css::uno::Sequence< css::uno::Any > lContext(1); lContext[0] <<= xOwner; xInit->initialize(lContext); diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index c9d7893a65f4..1c145bce2857 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -318,7 +318,7 @@ void Job::die() b) it's specific configuration data (Different for every job.) c) some environment values (e.g. the frame, for which this job was started) d) any other dynamic data (e.g. parameters of a dispatch() request) - We collect all these information and generate one list which include all others. + We collect all this information and generate one list which include all others. @param lDynamicArgs list of dynamic arguments (given by a corresponding dispatch() call) diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 3e8fbdde334b..ff19bdff0006 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -365,7 +365,7 @@ void LoadEnv::startLoading() // <- SAFE // detect its type/filter etc. - // These information will be available by the + // This information will be available by the // used descriptor member afterwards and is needed // for all following operations! // Note: An exception will be thrown, in case operation was not successfully ... diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 35d5f0a0d8ea..d7ce27df2637 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -113,7 +113,7 @@ namespace { @descr Because some operations are forced to be executed asynchronously (e.g. requested by our CreashSave/Recovery dialog) ... we must make sure - that these information won't be set as "normal" members of our AutoRecovery + that this information won't be set as "normal" members of our AutoRecovery instance. Otherwise they can disturb our normal AutoSave-timer handling. e.g. it can be unclear then, which progress has to be used for storing documents... */ diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 6b23a12b6e42..5bd178295bc3 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2989,7 +2989,7 @@ void XFrameImpl::implts_resizeComponentWindow() /*-**************************************************************************************************** @short helper to set icon on our container window (if it is a system window!) @descr We use our internal set controller (if it exist) to specify which factory he represented. - These information can be used to find right icon. But our controller can say it us directly + This information can be used to find right icon. But our controller can say it us directly too ... we should ask his optional property set first ... @seealso method Window::SetIcon() diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx index cea765314766..50026521ab69 100644 --- a/include/connectivity/parameters.hxx +++ b/include/connectivity/parameters.hxx @@ -152,7 +152,7 @@ namespace dbtools /// clears the instance data void clearAllParameterInformation(); - /// checks whether the parameter information are up-to-date + /// checks whether the parameter information is up-to-date bool isUpToDate() const { return m_bUpToDate; } /** updates all parameter information represented by the instance diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index 0ca36a29f83a..bb6c2da88576 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -138,7 +138,7 @@ service AccessibleChartElement <code>getLocation</code>, <code>getLocationOnScreen</code>, and <code>getSize</code> work on pixel coordinates. (To transform between the internal 100th of mm and pixels a chart element has to have access - to information that allows it to do so. These information are the + to information that allows it to do so. This information is the enclosing window's size in pixel, 100th of mm, and its own relative position in one or the other coordinate system).</p> diff --git a/offapi/com/sun/star/drawing/TextureKind.idl b/offapi/com/sun/star/drawing/TextureKind.idl index 9a66a3d99c8e..06452bace2ad 100644 --- a/offapi/com/sun/star/drawing/TextureKind.idl +++ b/offapi/com/sun/star/drawing/TextureKind.idl @@ -29,7 +29,7 @@ published enum TextureKind { /** With TextureKind LUMINANCE, the texture - and the lighting information are mixed to produce the image, so a + and the lighting information is mixed to produce the image, so a lit, textured object is achieved. */ LUMINANCE, diff --git a/offapi/com/sun/star/drawing/TextureKind2.idl b/offapi/com/sun/star/drawing/TextureKind2.idl index 6fa264250953..15b39e8589e2 100644 --- a/offapi/com/sun/star/drawing/TextureKind2.idl +++ b/offapi/com/sun/star/drawing/TextureKind2.idl @@ -30,7 +30,7 @@ published enum TextureKind2 { /** With TextureKind LUMINANCE, the texture - and the lighting information are mixed to produce the image, so a + and the lighting information is mixed to produce the image, so a lit, textured object is achieved. */ LUMINANCE, diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl index 406418255ac2..b89a62f2b928 100644 --- a/offapi/com/sun/star/frame/XDocumentTemplates.idl +++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module frame { /** provides a high level API to organize document templates <p> - Template information are saved as links to the original content + Template information is saved as links to the original content and organized in groups. This data should be persistent and can be updated by calling special method XDocumentTemplates::update(). A real implementation of this interface can do that on top of diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index e4c32683931c..a3881ffc06da 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -86,7 +86,7 @@ /*-************************************************************************************************************ @descr This struct hold information about one factory. We declare a complete array which can hold infos for all well known factories. Values of enum "EFactory" (see header!) are directly used as index! - So we can support a fast access on these information. + So we can support a fast access on this information. *//*-*************************************************************************************************************/ struct FactoryInfo { |