Modified: openoffice/branches/AOO42X/main/sw/source/core/doc/htmltbl.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/sw/source/core/doc/htmltbl.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/sw/source/core/doc/htmltbl.cxx (original) +++ openoffice/branches/AOO42X/main/sw/source/core/doc/htmltbl.cxx Tue Jun 11 12:06:28 2019 @@ -1273,7 +1273,7 @@ void SwHTMLTableLayout::AutoLayoutPass2( nAbsTabWidth = IsTopTable() ? MAX_TABWIDTH : nAbsAvail; nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); - // First of all, we check wether we can fit the layout constrains, + // First of all, we check whether we can fit the layout constrains, // that are: Every cell's width excluding the borders must be at least // MINLAY:
Modified: openoffice/branches/AOO42X/main/sw/source/core/text/pormulti.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/sw/source/core/text/pormulti.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/sw/source/core/text/pormulti.hxx (original) +++ openoffice/branches/AOO42X/main/sw/source/core/text/pormulti.hxx Tue Jun 11 12:06:28 2019 @@ -63,7 +63,7 @@ struct SwMultiCreator struct SwBracket { - xub_StrLen nStart; // Start of text attribute determins the font + xub_StrLen nStart; // Start of text attribute determines the font KSHORT nAscent; // Ascent of the brackets KSHORT nHeight; // Height of them KSHORT nPreWidth; // Width of the opening bracket Modified: openoffice/branches/AOO42X/main/sw/source/ui/inc/swuiidxmrk.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/sw/source/ui/inc/swuiidxmrk.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/sw/source/ui/inc/swuiidxmrk.hxx (original) +++ openoffice/branches/AOO42X/main/sw/source/ui/inc/swuiidxmrk.hxx Tue Jun 11 12:06:28 2019 @@ -116,7 +116,7 @@ class SwIndexMarkDlg : public Window sal_Bool bPhoneticED1_ChangedByUser; sal_Bool bPhoneticED2_ChangedByUser; LanguageType nLangForPhoneticReading; //Language of current text used for phonetic reading proposal - sal_Bool bIsPhoneticReadingEnabled; //this value states wether phopentic reading is enabled in principle dependend of global cjk settings and language of current entry + sal_Bool bIsPhoneticReadingEnabled; //this value states whether phopentic reading is enabled in principle dependend of global cjk settings and language of current entry com::sun::star::uno::Reference< com::sun::star::i18n::XExtendedIndexEntrySupplier > xExtendedIndexEntrySupplier; Modified: openoffice/branches/AOO42X/main/sw/source/ui/index/swuiidxmrk.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/sw/source/ui/index/swuiidxmrk.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/sw/source/ui/index/swuiidxmrk.cxx (original) +++ openoffice/branches/AOO42X/main/sw/source/ui/index/swuiidxmrk.cxx Tue Jun 11 12:06:28 2019 @@ -989,7 +989,7 @@ void SwIndexMarkDlg::UpdateDialog() } /*-------------------------------------------------------------------- - Remind wether the edit boxes for Phonetic reading are changed manually + Remind whether the edit boxes for Phonetic reading are changed manually --------------------------------------------------------------------*/ IMPL_LINK( SwIndexMarkDlg, PhoneticEDModifyHdl, Edit *, pEdit ) Modified: openoffice/branches/AOO42X/main/tools/inc/tools/debug.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/tools/inc/tools/debug.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/tools/inc/tools/debug.hxx (original) +++ openoffice/branches/AOO42X/main/tools/inc/tools/debug.hxx Tue Jun 11 12:06:28 2019 @@ -248,7 +248,7 @@ inline sal_uIntPtr DbgIsErrorOut() return sal_False; } -inline sal_uIntPtr DbgGetErrorOut() // Testtool: test wether to collect OSL_ASSERTions as well +inline sal_uIntPtr DbgGetErrorOut() // Testtool: test whether to collect OSL_ASSERTions as well { DbgData* pData = DbgGetData(); if ( pData ) Modified: openoffice/branches/AOO42X/main/ucb/source/cacher/cachedcontentresultsetstub.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/ucb/source/cacher/cachedcontentresultsetstub.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/ucb/source/cacher/cachedcontentresultsetstub.cxx (original) +++ openoffice/branches/AOO42X/main/ucb/source/cacher/cachedcontentresultsetstub.cxx Tue Jun 11 12:06:28 2019 @@ -446,7 +446,7 @@ void SAL_CALL CachedContentResultSetStub if(!bFirstPropagationDone) { - //check wether the properties 'FetchSize' and 'FetchDirection' do exist + //check whether the properties 'FetchSize' and 'FetchDirection' do exist Reference< XPropertySetInfo > xPropertySetInfo = getPropertySetInfo(); sal_Bool bHasSize = xPropertySetInfo->hasPropertyByName( m_aPropertyNameForFetchSize ); Modified: openoffice/branches/AOO42X/main/unotools/source/ucbhelper/ucblockbytes.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/unotools/source/ucbhelper/ucblockbytes.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/unotools/source/ucbhelper/ucblockbytes.cxx (original) +++ openoffice/branches/AOO42X/main/unotools/source/ucbhelper/ucblockbytes.cxx Tue Jun 11 12:06:28 2019 @@ -953,7 +953,7 @@ static sal_Bool UCBOpenContentSync( if(xContId.is()) aScheme = xContId->getContentProviderScheme(); - // now determine wether we use a timeout or not; + // now determine whether we use a timeout or not; if( ! aScheme.equalsIgnoreAsciiCaseAscii("http") && ! aScheme.equalsIgnoreAsciiCaseAscii("https") && ! aScheme.equalsIgnoreAsciiCaseAscii("vnd.sun.star.webdav") && Modified: openoffice/branches/AOO42X/main/vcl/inc/vcl/fontmanager.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/vcl/fontmanager.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/vcl/fontmanager.hxx (original) +++ openoffice/branches/AOO42X/main/vcl/inc/vcl/fontmanager.hxx Tue Jun 11 12:06:28 2019 @@ -670,13 +670,13 @@ public: virtual bool isCanceled() = 0; }; - // checks wether font import would fail due to no writeable directory + // checks whether font import would fail due to no writeable directory bool checkImportPossible() const; // expects system paths not UNC paths // returns the number of fonts successfully imported int importFonts( const std::list< rtl::OString >& rFiles, bool bLinkOnly = false, ImportFontCallback* pCallback = NULL ); - // check wether changeFontProperties would fail due to not writable fonts.dir + // check whether changeFontProperties would fail due to not writable fonts.dir bool checkChangeFontPropertiesPossible( fontID nFont ) const; // change fonts.dir entry for font bool changeFontProperties( fontID nFont, const rtl::OUString& rXLFD ); Modified: openoffice/branches/AOO42X/main/vcl/inc/vcl/outdev.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/vcl/outdev.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/vcl/outdev.hxx (original) +++ openoffice/branches/AOO42X/main/vcl/inc/vcl/outdev.hxx Tue Jun 11 12:06:28 2019 @@ -907,7 +907,7 @@ public: the OutDevViewType should be set to 'OUTDEV_VIEWTYPE_PRINTPREVIEW'. A View than can make painting decisions dependent on this OutDevViewType. - E.g. text colors need to be handled different, dependent on wether it's a PrintPreview or not. (see #106611# for more) + E.g. text colors need to be handled different, dependent on whether it's a PrintPreview or not. (see #106611# for more) */ void SetOutDevViewType( OutDevViewType eOutDevViewType ) { meOutDevViewType=eOutDevViewType; } OutDevViewType GetOutDevViewType() const { return meOutDevViewType; } Modified: openoffice/branches/AOO42X/main/vcl/source/window/window.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/source/window/window.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/source/window/window.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/source/window/window.cxx Tue Jun 11 12:06:28 2019 @@ -362,7 +362,7 @@ void Window::ImplInitAppFontData( Window // platforms if( pSVData->maNWFData.mbNoFocusRects ) { - // try to find out wether there is a large correction + // try to find out whether there is a large correction // of control sizes, if yes, make app font scalings larger // so dialog positioning is not completely off ImplControlValue aControlValue; Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldata.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldata.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldata.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldata.cxx Tue Jun 11 12:06:28 2019 @@ -581,7 +581,7 @@ struct YieldEntry YieldEntry* next; // pointer to next entry int fd; // file descriptor for reading void* data; // data for predicate and callback - YieldFunc pending; // predicate (determins pending events) + YieldFunc pending; // predicate (determines pending events) YieldFunc queued; // read and queue up events YieldFunc handle; // handle pending events Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldisp.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldisp.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldisp.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/app/saldisp.cxx Tue Jun 11 12:06:28 2019 @@ -231,7 +231,7 @@ static sal_Bool sal_GetVisualInfo( Displ // --------------------------------------------------------------------------- -// check wether displaystring is in format N.M or N. or just N +// check whether displaystring is in format N.M or N. or just N // with N and M beeing natural numbers static sal_Bool sal_IsDisplayNumber( const char *pDisplayString ) Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/dtrans/X11_selection.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/dtrans/X11_selection.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/dtrans/X11_selection.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/dtrans/X11_selection.cxx Tue Jun 11 12:06:28 2019 @@ -3013,7 +3013,7 @@ int SelectionManager::getXdndVersion( XL pBytes = NULL; if( rProxy != None ) { - // now check proxy wether it points to itself + // now check proxy whether it points to itself XGetWindowProperty( m_pDisplay, rProxy, m_nXdndProxy, 0, 1, False, XA_WINDOW, &nType, &nFormat, &nItems, &nBytes, &pBytes ); if( pBytes ) Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/fontmanager/fontmanager.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/fontmanager/fontmanager.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/fontmanager/fontmanager.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/fontmanager/fontmanager.cxx Tue Jun 11 12:06:28 2019 @@ -835,7 +835,7 @@ bool PrintFontManager::PrintFont::readAf else if( m_aEncoding == RTL_TEXTENCODING_DONTKNOW ) m_aEncoding = RTL_TEXTENCODING_ADOBE_STANDARD; - // try to parse the font name and decide wether it might be a + // try to parse the font name and decide whether it might be a // japanese font. Who invented this PITA ? OUString aPSNameLastToken( aPSName.copy( aPSName.lastIndexOf( '-' )+1 ) ); if( ! aPSNameLastToken.compareToAscii( "H" ) || Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/gdi/salprnpsp.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/gdi/salprnpsp.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/gdi/salprnpsp.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/gdi/salprnpsp.cxx Tue Jun 11 12:06:28 2019 @@ -977,7 +977,7 @@ sal_Bool PspSalPrinter::StartJob( m_aJobData.setCollate( bCollate ); } - // check wether this printer is configured as fax + // check whether this printer is configured as fax int nMode = 0; const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); sal_Int32 nIndex = 0; Modified: openoffice/branches/AOO42X/main/vcl/unx/generic/printergfx/psheader.ps URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/generic/printergfx/psheader.ps?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/generic/printergfx/psheader.ps (original) +++ openoffice/branches/AOO42X/main/vcl/unx/generic/printergfx/psheader.ps Tue Jun 11 12:06:28 2019 @@ -53,7 +53,7 @@ begin currentfile 1 string readstring % s bool pop % s 0 get % s[0] - % --- check wether s[0] is CR, LF ... + % --- check whether s[0] is CR, LF ... dup 32 gt % s > ' ' ? then read on { exit } { pop } Modified: openoffice/branches/AOO42X/main/vcl/unx/headless/svpprn.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/unx/headless/svpprn.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/unx/headless/svpprn.cxx (original) +++ openoffice/branches/AOO42X/main/vcl/unx/headless/svpprn.cxx Tue Jun 11 12:06:28 2019 @@ -865,7 +865,7 @@ sal_Bool PspSalPrinter::StartJob( m_aJobData.setCollate( bCollate ); } - // check wether this printer is configured as fax + // check whether this printer is configured as fax int nMode = 0; const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); sal_Int32 nIndex = 0; Modified: openoffice/branches/AOO42X/main/wizards/com/sun/star/wizards/ui/SortingComponent.java URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/wizards/com/sun/star/wizards/ui/SortingComponent.java?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/wizards/com/sun/star/wizards/ui/SortingComponent.java (original) +++ openoffice/branches/AOO42X/main/wizards/com/sun/star/wizards/ui/SortingComponent.java Tue Jun 11 12:06:28 2019 @@ -262,7 +262,7 @@ public class SortingComponent SortFieldNames.add(new String[]{CurFieldName,iCurState == 1 ? PropertyNames.ASC :"DESC" }); } } - // When searching for a duplicate entry we can neglect wether the entries are to be sorted ascending or descending + // When searching for a duplicate entry we can neglect whether the entries are to be sorted ascending or descending // TODO for the future we should deliver a messagebox when two different sorting modes have been applied to one field int iduplicate = JavaTools.getDuplicateFieldIndex(SortDescriptions.toArray(new String[SortDescriptions.size()])); if (iduplicate != -1) Modified: openoffice/branches/AOO42X/main/wizards/source/tools/Misc.xba URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/wizards/source/tools/Misc.xba?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/wizards/source/tools/Misc.xba (original) +++ openoffice/branches/AOO42X/main/wizards/source/tools/Misc.xba Tue Jun 11 12:06:28 2019 @@ -137,8 +137,8 @@ Dim sProdName as String End Function -' Opens a Document, checks beforehand, wether it has to be loaded -' or wether it is already on the desktop. +' Opens a Document, checks beforehand, whether it has to be loaded +' or whether it is already on the desktop. ' If the parameter bDisposable is set to False then then returned document ' should not be disposed afterwards, because it is already opened. Function OpenDocument(DocPath as String, Args(), Optional bDisposable as Boolean) Modified: openoffice/branches/AOO42X/main/xmerge/source/inc/antbuild.properties URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/xmerge/source/inc/antbuild.properties?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/xmerge/source/inc/antbuild.properties (original) +++ openoffice/branches/AOO42X/main/xmerge/source/inc/antbuild.properties Tue Jun 11 12:06:28 2019 @@ -23,7 +23,7 @@ # x-no-translate build.sysclasspath=ignore -# set wether we want to compile with or without deprecation +# set whether we want to compile with or without deprecation deprecation=on src.dir=${basedir}/java Modified: openoffice/branches/AOO42X/main/xmerge/workben/build.xml URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/xmerge/workben/build.xml?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/xmerge/workben/build.xml (original) +++ openoffice/branches/AOO42X/main/xmerge/workben/build.xml Tue Jun 11 12:06:28 2019 @@ -56,7 +56,7 @@ <pathelement location="${env.XERCES_JAR}"/> </path> - <!-- set wether we want to compile with or without deprecation --> + <!-- set whether we want to compile with or without deprecation --> <property name="deprecation" value="on"/> <!-- ================================================================= --> Modified: openoffice/branches/AOO42X/main/xmloff/source/chart/SchXMLChartContext.hxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/xmloff/source/chart/SchXMLChartContext.hxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/xmloff/source/chart/SchXMLChartContext.hxx (original) +++ openoffice/branches/AOO42X/main/xmloff/source/chart/SchXMLChartContext.hxx Tue Jun 11 12:06:28 2019 @@ -133,7 +133,7 @@ private: /** @descr This method bundles some settings to the chart model and executes them with a locked controller. This includes setting the chart type. @param aServiceName The name of the service the diagram is initialized with. - @param bSetWitchData Indicates wether the data set takes it's data series from + @param bSetWitchData Indicates whether the data set takes it's data series from rows or from columns. */ void InitChart (const ::rtl::OUString & rChartTypeServiceName, Modified: openoffice/branches/AOO42X/main/xmloff/source/meta/xmlversion.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/xmloff/source/meta/xmlversion.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/xmloff/source/meta/xmlversion.cxx (original) +++ openoffice/branches/AOO42X/main/xmloff/source/meta/xmlversion.cxx Tue Jun 11 12:06:28 2019 @@ -367,7 +367,7 @@ void SAL_CALL XMLVersionListPersistence: OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer")))); DBG_ASSERT( xWriter.is(), "com.sun.star.xml.sax.Writer service missing" ); - // check wether there's already a sub storage with the version info + // check whether there's already a sub storage with the version info // and delete it OUString sVerName( RTL_CONSTASCII_USTRINGPARAM( XMLN_VERSIONSLIST ) ); Modified: openoffice/branches/AOO42X/main/xmloff/source/style/styleexp.cxx URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/xmloff/source/style/styleexp.cxx?rev=1861030&r1=1861029&r2=1861030&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/xmloff/source/style/styleexp.cxx (original) +++ openoffice/branches/AOO42X/main/xmloff/source/style/styleexp.cxx Tue Jun 11 12:06:28 2019 @@ -477,7 +477,7 @@ void XMLStyleExport::exportStyleFamily( xStyles,pPrefix ); if( bUsed && bFirstStyle && bExported ) { - // If this is the first style, find out wether next styles + // If this is the first style, find out whether next styles // are supported. Reference< XPropertySet > xPropSet( xStyle, UNO_QUERY ); Reference< XPropertySetInfo > xPropSetInfo =
