diff options
-rw-r--r-- | cui/source/dialogs/hltpbase.cxx | 4 | ||||
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 | ||||
-rw-r--r-- | filter/source/xslt/export/spreadsheetml/table.xsl | 2 | ||||
-rw-r--r-- | filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx | 2 | ||||
-rw-r--r-- | ridljar/com/sun/star/lib/util/DisposeNotifier.java | 2 | ||||
-rw-r--r-- | sc/source/ui/vba/vbavalidation.cxx | 2 | ||||
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/wsfrm.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxexport.cxx | 2 | ||||
-rw-r--r-- | test/source/screenshot_test.cxx | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XMultiPropertyStates.idl | 4 | ||||
-rw-r--r-- | vcl/unx/generic/print/psheader.ps | 4 |
14 files changed, 17 insertions, 17 deletions
diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx index 933f3c394512..27cdd55e75a2 100644 --- a/cui/source/dialogs/hltpbase.cxx +++ b/cui/source/dialogs/hltpbase.cxx @@ -280,7 +280,7 @@ void SvxHyperlinkTabPageBase::FillStandardDlgFields ( const SvxHyperlinkItem* pH // Any action to do after apply-button is pressed void SvxHyperlinkTabPageBase::DoApply () { - // default-implemtation : do nothing + // default-implementation : do nothing } // Ask page whether an insert is possible @@ -293,7 +293,7 @@ bool SvxHyperlinkTabPageBase::AskApply () // This method would be called from bookmark-window to set new mark-string void SvxHyperlinkTabPageBase::SetMarkStr ( const OUString& /*aStrMark*/ ) { - // default-implemtation : do nothing + // default-implementation : do nothing } // Set initial focus diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index e83c9e896abf..1633376d7653 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -526,7 +526,7 @@ void SAL_CALL ORowSet::disposing() xComponent->removeEventListener(xEvt); } - m_aActiveConnection = Any(); // the any conatains a reference too + m_aActiveConnection = Any(); // the any contains a reference too if(m_bOwnConnection) ::comphelper::disposeComponent(m_xActiveConnection); m_xActiveConnection = nullptr; diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl index a1dca71ec087..6a8c8bddb76e 100644 --- a/filter/source/xslt/export/spreadsheetml/table.xsl +++ b/filter/source/xslt/export/spreadsheetml/table.xsl @@ -834,7 +834,7 @@ <xsl:text>000</xsl:text> </xsl:when> <xsl:when test="@office:time-value"> - <!-- conatains date and time (time will be evaluated later --> + <!-- contains date and time (time will be evaluated later --> <xsl:value-of select="@office:date-value" /> <xsl:text>T</xsl:text> <xsl:choose> diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl index be331280ed72..f66c3d79fcf8 100644 --- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl +++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl @@ -630,7 +630,7 @@ </xsl:template> <!-- REASON FOR TEMPLATE: - The OpenOffice style properities gathered in the variable 'globalData' have to be mapped to the CSS style format + The OpenOffice style properties gathered in the variable 'globalData' have to be mapped to the CSS style format --> <xsl:template name="map-odf-properties"> <xsl:param name="globalData" /> diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx index c9323efb940f..8d9e75e0b848 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx @@ -113,7 +113,7 @@ OUString SAL_CALL FilterDetect::detect(Sequence< PropertyValue >& aArguments ) } // flatxml starts with an office:document element. this element - // conatains a class="..." attribute by which we can deduct the + // contains a class="..." attribute by which we can deduct the // type of document that is to be loaded // WARNING: diff --git a/ridljar/com/sun/star/lib/util/DisposeNotifier.java b/ridljar/com/sun/star/lib/util/DisposeNotifier.java index 3ef5c6024a1c..ebe0008d0727 100644 --- a/ridljar/com/sun/star/lib/util/DisposeNotifier.java +++ b/ridljar/com/sun/star/lib/util/DisposeNotifier.java @@ -34,7 +34,7 @@ public interface DisposeNotifier { * <p>It is unspecified exactly when the <code>notifyDispose</code> callback * is fired: immediately before the notifier is disposed, while it is in the * process of disposing, or some time after it got disposed. But even if - * adding a listener to an already disposed notifer, the listener must + * adding a listener to an already disposed notifier, the listener must * eventually receive a <code>notifyDispose</code> callback.</p> * * @param listener a dispose listener, to be notified when this object is diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx index 2b5be82706e6..1be125034e17 100644 --- a/sc/source/ui/vba/vbavalidation.cxx +++ b/sc/source/ui/vba/vbavalidation.cxx @@ -260,7 +260,7 @@ ScVbaValidation::Add( const uno::Any& Type, const uno::Any& AlertStyle, const un { case excel::XlDVAlertStyle::xlValidAlertStop: // yes I know it's already defaulted but safer to assume - // someone propbably could change the code above + // someone probably could change the code above eStyle = sheet::ValidationAlertStyle_STOP; break; case excel::XlDVAlertStyle::xlValidAlertWarning: diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 3263cc715a02..84eafc718c40 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -629,7 +629,7 @@ void SdDialogsTest::openAnyDialog() { // unknown dialog, should not happen in this basic loop. // You have probably forgotten to add a case and - // implementastion to createDialogByID, please do this + // implementation to createDialogByID, please do this } } diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 5d642c7a513f..51c16627e338 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -97,7 +97,7 @@ bool SvEmbedTransferHelper::GetData( const css::datatransfer::DataFlavor& rFlavo { try { - // TODO/LATER: Propbably the graphic should be copied here as well + // TODO/LATER: Probably the graphic should be copied here as well // currently it is handled by the applications utl::TempFile aTmp; aTmp.EnableKillingFile(); diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx index 4c3c029f5aa9..684e125de95b 100644 --- a/sw/source/core/layout/wsfrm.cxx +++ b/sw/source/core/layout/wsfrm.cxx @@ -3455,7 +3455,7 @@ static void InvaPercentFlys( SwFrame *pFrame, SwTwips nDiff ) pFly->GetAnchorFrame()->GetUpper(); // ... and we have already more than 90% height and we // not allow the text to go through... - // then a notifycation could cause an endless loop, e.g. + // then a notification could cause an endless loop, e.g. // 100% height and no text wrap inside a cell of a table. if( pFly->getFrameArea().Height()*10 > ( nDiff + pRel->getFramePrintArea().Height() )*9 && diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 7a851397d5d4..f65cc2fdec3b 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -1558,7 +1558,7 @@ DocxExport::DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument, SwPaM *pCur m_pSdrExport( nullptr ), m_bDocm(bDocm) { - // Write the document properies + // Write the document properties WriteProperties( ); // relations for the document diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx index 496f935fc0ba..44c7403fb836 100644 --- a/test/source/screenshot_test.cxx +++ b/test/source/screenshot_test.cxx @@ -218,7 +218,7 @@ void ScreenshotTest::processAllKnownDialogs() { // unknown dialog, should not happen in this basic loop. // You have probably forgotten to add a case and - // implementastion to createDialogByID, please do this + // implementation to createDialogByID, please do this } } } diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl index 30c4652c1fef..3dff94770422 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl @@ -81,7 +81,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface raises( com::sun::star::beans::UnknownPropertyException ); /** @returns - the default values of the propertes with the specified names. + the default values of the properties with the specified names. <p>If no default exists, is not known, or is void, then the return type at the corresponding position in the @@ -92,7 +92,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface This sequence must be alphabetically sorted. @throws UnknownPropertyException - if one of the propertes does not exist. + if one of the properties does not exist. @throws com::sun::star::lang::WrappedTargetException if the implementation has an internal reason for the exception. diff --git a/vcl/unx/generic/print/psheader.ps b/vcl/unx/generic/print/psheader.ps index bbbd96760300..7b667f446d7b 100644 --- a/vcl/unx/generic/print/psheader.ps +++ b/vcl/unx/generic/print/psheader.ps @@ -17,8 +17,8 @@ % % This is an "unobsfucated version of postscript header" in printerjob.cxx. It -% was propably kept separate for the comments, but it is not used in it self -% and propably was not kept in sync with the actual header. +% was probably kept separate for the comments, but it is not used in it self +% and probably was not kept in sync with the actual header. % % |