From eae9bf0d25f34e0ff9d54191ea8732a8bfecb969 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 23:42:28 +0100 Subject: Fix typos Change-Id: Id3d1a07922d4ca05e3bbf61d4b5797a30fc5b23a Reviewed-on: https://gerrit.libreoffice.org/47872 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/ui/dlg/DriverSettings.hxx | 2 +- drawinglayer/source/primitive2d/groupprimitive2d.cxx | 2 +- drawinglayer/source/primitive3d/groupprimitive3d.cxx | 2 +- filter/qa/complex/filter/detection/typeDetection/TypeDetection.java | 2 +- include/vcl/pdfextoutdevdata.hxx | 2 +- include/vcl/pdfwriter.hxx | 2 +- offapi/com/sun/star/ucb/Content.idl | 4 ++-- sc/source/ui/view/editsh.cxx | 2 +- sw/source/core/fields/fldbas.cxx | 2 +- sw/source/ui/frmdlg/frmpage.cxx | 4 ++-- ucb/source/core/ucb.cxx | 4 ++-- ucb/source/ucp/webdav/ContentProperties.hxx | 4 ++-- writerfilter/source/dmapper/FieldTypes.hxx | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dbaccess/source/ui/dlg/DriverSettings.hxx b/dbaccess/source/ui/dlg/DriverSettings.hxx index 20aac533816c..1259f3a987f9 100644 --- a/dbaccess/source/ui/dlg/DriverSettings.hxx +++ b/dbaccess/source/ui/dlg/DriverSettings.hxx @@ -33,7 +33,7 @@ namespace dbaui { public: - /** filles the IDs of the settings which are reflected in indirect data source properties + /** fills the IDs of the settings which are reflected in indirect data source properties (aka properties in the css.sdb.DataSource.Info sequence) @param _eType diff --git a/drawinglayer/source/primitive2d/groupprimitive2d.cxx b/drawinglayer/source/primitive2d/groupprimitive2d.cxx index 5a646ec3ce39..7d7d43d8fe93 100644 --- a/drawinglayer/source/primitive2d/groupprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/groupprimitive2d.cxx @@ -35,7 +35,7 @@ namespace drawinglayer } /** The compare opertator uses the Sequence::==operator, so only checking if - the rererences are equal. All non-equal references are interpreted as + the references are equal. All non-equal references are interpreted as non-equal. */ bool GroupPrimitive2D::operator==( const BasePrimitive2D& rPrimitive ) const diff --git a/drawinglayer/source/primitive3d/groupprimitive3d.cxx b/drawinglayer/source/primitive3d/groupprimitive3d.cxx index 710b79c412cd..3339a6b412da 100644 --- a/drawinglayer/source/primitive3d/groupprimitive3d.cxx +++ b/drawinglayer/source/primitive3d/groupprimitive3d.cxx @@ -35,7 +35,7 @@ namespace drawinglayer } /** The compare opertator uses the Sequence::==operator, so only checking if - the rererences are equal. All non-equal references are interpreted as + the references are equal. All non-equal references are interpreted as non-equal. */ bool GroupPrimitive3D::operator==( const BasePrimitive3D& rPrimitive ) const diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java index 44a5d2de9ad0..b3e6c914b8af 100644 --- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java +++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java @@ -299,7 +299,7 @@ public class TypeDetection extends ComplexTestCase { "'\n\texpected type: '" + fileType + "'",fileTypeOK ,ContinueWithTest.YES); } - /** Filles a MediaDescriptor with a XInputStream of the test + /** Fills a MediaDescriptor with a XInputStream of the test * file given by URL. * Then the MediaDescriptor was used as parameter for TypeDetection. * The TypeDetection must return expected type diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index 6dc5165d99a5..dad86845a0c8 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -374,7 +374,7 @@ public: For different purposes it may be useful to paint a structure element's content discontinously. In that case an already existing structure element can be appended to by using SetCurrentStructureElement. The - refenrenced structure element becomes the current structure element with + referenced structure element becomes the current structure element with all consequences: all following structure elements are appended as children of the current element.

diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 29e14fb0ff20..9ff7e4e46ae3 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -1097,7 +1097,7 @@ The following structure describes the permissions used in PDF security For different purposes it may be useful to paint a structure element's content discontinously. In that case an already existing structure element can be appended to by using SetCurrentStructureElement. The - refenrenced structure element becomes the current structure element with + referenced structure element becomes the current structure element with all consequences: all following structure elements are appended as children of the current element. diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 7fc5b01b020d..8e2baa0c90fd 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -387,7 +387,7 @@ published service Content because it is not directly supported by the IMAP protocol. On the other hand, moving a message from one folder to another folder on the same IMAP server should work, because it can - be implemeted efficiently.
+ be implemented efficiently.
If an implementation is not able to handle a given source URL, it should indicate this by issuing a InteractiveBadTransferURLException interaction request.
@@ -419,7 +419,7 @@ published service Content void void - This command obtains an exlusive write lock for the resource. The + This command obtains an exclusive write lock for the resource. The lock is active until command "unlock" is executed, or the OOo session that obtained the lock ends, or until the lock is released by a third party (e.g. a system administrator).
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index 0544f5bd08dd..1876f088d2b3 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -544,7 +544,7 @@ void ScEditShell::Execute( SfxRequest& rReq ) pTopView->SetSelection( aNewSel ); } - // refenence is being selected -> do not overwrite when typing + // reference is being selected -> do not overwrite when typing bSetSelIsRef = true; } } diff --git a/sw/source/core/fields/fldbas.cxx b/sw/source/core/fields/fldbas.cxx index 7726467f7336..cb602c7567a3 100644 --- a/sw/source/core/fields/fldbas.cxx +++ b/sw/source/core/fields/fldbas.cxx @@ -135,7 +135,7 @@ OUString SwFieldType::GetTypeStr(sal_uInt16 nTypeId) return OUString(); } -// each field refences a field type that is unique for each document +// each field references a field type that is unique for each document SwFieldType::SwFieldType( SwFieldIds nWhichId ) : SwModify(nullptr) , m_nWhich(nWhichId) diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index e243af0417b9..b99ad60a164c 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -980,7 +980,7 @@ void SwFramePage::Reset( const SfxItemSet *rSet ) m_pRelWidthRelationLB->InsertEntry(SvxSwFramePosString::GetString(SwFPos::REL_PG_FRAME)); if (rFrameSize.GetWidthPercent() != SwFormatFrameSize::SYNCED && rFrameSize.GetWidthPercent() != 0) { - //calculate the rerference value from the with and relative width values + //calculate the reference value from the with and relative width values sal_Int32 nSpace = rFrameSize.GetWidth() * 100 / rFrameSize.GetWidthPercent(); m_aWidthED.SetRefValue( nSpace ); @@ -993,7 +993,7 @@ void SwFramePage::Reset( const SfxItemSet *rSet ) m_pRelHeightRelationLB->InsertEntry(SvxSwFramePosString::GetString(SwFPos::REL_PG_FRAME)); if (rFrameSize.GetHeightPercent() != SwFormatFrameSize::SYNCED && rFrameSize.GetHeightPercent() != 0) { - //calculate the rerference value from the with and relative width values + //calculate the reference value from the with and relative width values sal_Int32 nSpace = rFrameSize.GetHeight() * 100 / rFrameSize.GetHeightPercent(); m_aHeightED.SetRefValue( nSpace ); diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx index 4e199f14c3df..45bcea03d7bb 100644 --- a/ucb/source/core/ucb.cxx +++ b/ucb/source/core/ucb.cxx @@ -697,14 +697,14 @@ Any SAL_CALL UniversalContentBroker::execute( // virtual void SAL_CALL UniversalContentBroker::releaseCommandIdentifier(sal_Int32 /*aCommandId*/) { - // @@@ Not implemeted ( yet). + // @@@ Not implemented ( yet). } // virtual void SAL_CALL UniversalContentBroker::abort( sal_Int32 ) { - // @@@ Not implemeted ( yet). + // @@@ Not implemented ( yet). } diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx index cd0f769b9c55..1f98a49d6d48 100644 --- a/ucb/source/ucp/webdav/ContentProperties.hxx +++ b/ucb/source/ucp/webdav/ContentProperties.hxx @@ -82,7 +82,7 @@ public: // Maps the UCB property names contained in rProps with their DAV property // counterparts, if possible. All unmappable properties will be included // unchanged in resulting vector unless bIncludeUnmatched is set to false. - // The vector filles by this method can directly be handed over to + // The vector filled by this method can directly be handed over to // DAVResourceAccess::PROPFIND. The result from PROPFIND // (vector< DAVResource >) can be used to create a ContentProperties // instance which can map DAV properties back to UCB properties. @@ -93,7 +93,7 @@ public: // Maps the UCB property names contained in rProps with their HTTP header // counterparts, if possible. All unmappable properties will be included // unchanged in resulting vector unless bIncludeUnmatched is set to false. - // The vector filles by this method can directly be handed over to + // The vector filled by this method can directly be handed over to // DAVResourceAccess::HEAD. The result from HEAD (vector< DAVResource >) // can be used to create a ContentProperties instance which can map header // names back to UCB properties. diff --git a/writerfilter/source/dmapper/FieldTypes.hxx b/writerfilter/source/dmapper/FieldTypes.hxx index cf075cfc56d7..af390fe20e88 100644 --- a/writerfilter/source/dmapper/FieldTypes.hxx +++ b/writerfilter/source/dmapper/FieldTypes.hxx @@ -167,7 +167,7 @@ enum FieldId imports a ShowVariable (bookmarkname)? \h hyperlink to paragraph \p relative to para above/below - \f refenence number + \f reference number \d separator number separator \n paragraph number \r paragraph number in relative context -- cgit