This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new b5f5bc7841 Fix more typos (#440)
b5f5bc7841 is described below
commit b5f5bc7841dd7b89deb8759b1b31b70bd2efeffc
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 16 09:49:26 2025 +1000
Fix more typos (#440)
* Fix more typos
* Regenerate ignored words list codespell.txt
(cherry picked from commit 152e651ef53ab2fae14bf93407606b2c7fcbd35b)
---
main/basegfx/inc/basegfx/color/bcolormodifier.hxx | 2 +-
main/basic/source/runtime/step0.cxx | 2 +-
main/chart2/source/model/main/DataPointProperties.hxx | 2 +-
main/connectivity/source/drivers/macab/MacabRecords.cxx | 2 +-
main/dbaccess/source/ui/browser/brwctrlr.cxx | 2 +-
main/dbaccess/source/ui/browser/sbagrid.cxx | 2 +-
main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx | 2 +-
main/embeddedobj/source/commonembedding/xfactory.cxx | 4 ++--
main/embeddedobj/source/msole/advisesink.cxx | 2 +-
main/embeddedobj/source/msole/xolefactory.cxx | 2 +-
main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl | 2 +-
main/forms/source/inc/property.hxx | 2 +-
main/fpicker/source/win32/filepicker/customcontrolcontainer.hxx | 2 +-
main/odk/examples/java/Storage/Test04.java | 2 +-
main/offapi/com/sun/star/deployment/LicenseException.idl | 2 +-
main/offapi/com/sun/star/embed/XStorageRawAccess.idl | 2 +-
main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl | 2 +-
main/officecfg/util/component-map.gen | 2 +-
main/package/qa/ofopxmlstorages/Test04.java | 2 +-
main/package/qa/storages/Test04.java | 2 +-
.../basic/ifc/beans/XMultiPropertySet/beans_XMultiPropertySet.xba | 6 +++---
.../tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba | 2 +-
main/qadevOOo/tests/java/ifc/frame/_XFrame.java | 4 ++--
main/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java | 2 +-
main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java | 8 ++++----
main/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java | 2 +-
main/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java | 2 +-
main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java | 2 +-
main/qadevOOo/tests/java/mod/_sw/SwXTextView.java | 2 +-
main/reportdesign/source/core/resource/strings.src | 2 +-
main/sal/inc/rtl/bootstrap.hxx | 2 +-
main/sd/source/ui/func/fudraw.cxx | 2 +-
main/sd/source/ui/func/fupoor.cxx | 2 +-
main/sd/source/ui/func/fusel.cxx | 2 +-
main/sd/source/ui/func/futext.cxx | 2 +-
main/sd/source/ui/inc/fudraw.hxx | 2 +-
main/sd/source/ui/inc/fupoor.hxx | 2 +-
main/sd/source/ui/inc/fusel.hxx | 2 +-
main/sd/source/ui/inc/fuslsel.hxx | 2 +-
main/sd/source/ui/inc/futext.hxx | 2 +-
main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx | 2 +-
main/sfx2/source/doc/objstor.cxx | 2 +-
main/slideshow/source/inc/shape.hxx | 2 +-
main/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx | 2 +-
main/svx/source/accessibility/AccessibleControlShape.cxx | 2 +-
main/sw/source/filter/ww8/dump/ww8scan.cxx | 2 +-
main/sw/source/filter/ww8/ww8scan.cxx | 2 +-
main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl | 2 +-
main/unotools/inc/unotools/confignode.hxx | 2 +-
main/vcl/source/window/tabpage.cxx | 2 +-
main/vcl/unx/generic/printergfx/common_gfx.cxx | 4 ++--
main/xmerge/source/palmtests/qa-wrapper/bin/qa_comparator.pl | 2 +-
main/xmerge/source/palmtests/qa-wrapper/bin/qa_test_driver.pl | 2 +-
main/xmerge/source/palmtests/qa/bin/test_driver.pl | 2 +-
main/xmerge/source/palmtests/qa/comparator/comparator.pl | 2 +-
55 files changed, 63 insertions(+), 63 deletions(-)
diff --git a/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
b/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
index ef25f97b49..5ca80e09bd 100644
--- a/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
+++ b/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
@@ -50,7 +50,7 @@ namespace basegfx
For the exact definitions of the color blending applied refer to the
implementation of the method getModifiedColor
- BColorModifier is not copyable (no copy constructor, no assigment
+ BColorModifier is not copyable (no copy constructor, no assignment
operator); local values cannot be changed after construction. The
instances are cheap and the idea is to create them on demand. To
be able to reuse these as much as possible, a define for a
diff --git a/main/basic/source/runtime/step0.cxx
b/main/basic/source/runtime/step0.cxx
index 3261aeebc1..ab8fb89e6d 100644
--- a/main/basic/source/runtime/step0.cxx
+++ b/main/basic/source/runtime/step0.cxx
@@ -677,7 +677,7 @@ void SbiRuntime::StepSET()
{
SbxVariableRef refVal = PopVar();
SbxVariableRef refVar = PopVar();
- StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assigment
+ StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really
assignment
}
void SbiRuntime::StepVBASET()
diff --git a/main/chart2/source/model/main/DataPointProperties.hxx
b/main/chart2/source/model/main/DataPointProperties.hxx
index f44acccfb0..c865481cf0 100644
--- a/main/chart2/source/model/main/DataPointProperties.hxx
+++ b/main/chart2/source/model/main/DataPointProperties.hxx
@@ -78,7 +78,7 @@ public:
PROP_DATAPOINT_SHOW_ERROR_BOX,
PROP_DATAPOINT_PERCENT_DIAGONAL
- // additionally some properites from ::chart::LineProperties
+ // additionally some properties from ::chart::LineProperties
};
static void AddPropertiesToVector(
diff --git a/main/connectivity/source/drivers/macab/MacabRecords.cxx
b/main/connectivity/source/drivers/macab/MacabRecords.cxx
index 3a4aea96e2..eab821a744 100644
--- a/main/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/main/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -339,7 +339,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const
CFArrayRef _records,
*
* Note: with the addition of required properties, I am not sure that
* this method still works for kABGroupRecordType (since the required
- * properites are all for kABPersonRecordType).
+ * properties are all for kABPersonRecordType).
*
* Note: required properties are constructed in the method
* bootstrap_requiredProperties() (above).
diff --git a/main/dbaccess/source/ui/browser/brwctrlr.cxx
b/main/dbaccess/source/ui/browser/brwctrlr.cxx
index f735e866bf..0462d81c84 100644
--- a/main/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/main/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -567,7 +567,7 @@ void SAL_CALL
SbaXDataBrowserController::FormControllerImpl::frameAction(const :
void SAL_CALL SbaXDataBrowserController::FormControllerImpl::disposing(const
::com::sun::star::lang::EventObject& /*Source*/) throw( RuntimeException )
{
// nothing to do
- // we don't add ourself as listener to any broadcasters, so we are not
resposible for removing us
+ // we don't add ourself as listener to any broadcasters, so we are not
responsible for removing us
}
//==================================================================
diff --git a/main/dbaccess/source/ui/browser/sbagrid.cxx
b/main/dbaccess/source/ui/browser/sbagrid.cxx
index 5a2044ddc3..4209602570 100644
--- a/main/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/main/dbaccess/source/ui/browser/sbagrid.cxx
@@ -1303,7 +1303,7 @@ void SbaGridControl::StartDrag( sal_Int8 _nAction, const
Point& _rPosPixel )
// 'the handle column' and 'no valid column' will both
result in a view position of -1 !
sal_Bool bCurrentRowVirtual = IsCurrentAppending() &&
IsModified();
- // the current row doesn't really exist : the user's appendign
a new one and already has entered some data,
+ // the current row doesn't really exist : the user's appending
a new one and already has entered some data,
// so the row contains data which has no counter part within
the data source
long nCorrectRowCount = GetRowCount();
diff --git a/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
b/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 6747b617c2..775dc94d6c 100644
--- a/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -450,7 +450,7 @@ xKey.clear();
}
}
} // if ( xColSup.is() )
- // NOTE : the caller is resposible for updating any other objects
referencing the old LineDatas (for instance a ConnLine)
+ // NOTE : the caller is responsible for updating any other objects
referencing the old LineDatas (for instance a ConnLine)
////////////////////////////////////////////////////////////
// Kardinalitaet bestimmen
diff --git a/main/embeddedobj/source/commonembedding/xfactory.cxx
b/main/embeddedobj/source/commonembedding/xfactory.cxx
index a5b27ec2e6..7ff51c8fd8 100644
--- a/main/embeddedobj/source/commonembedding/xfactory.cxx
+++ b/main/embeddedobj/source/commonembedding/xfactory.cxx
@@ -303,7 +303,7 @@ uno::Reference< uno::XInterface > SAL_CALL
OOoEmbeddedObjectFactory::createInsta
{
RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033)
OOoEmbeddedObjectFactory::createInstanceUserInit" );
- // the initialization is completelly controlled by user
+ // the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException(
::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject*
>(this) ),
@@ -421,7 +421,7 @@ uno::Reference< uno::XInterface > SAL_CALL
OOoEmbeddedObjectFactory::createInsta
uno::Reference< uno::XInterface > xResult;
- // the initialization is completelly controlled by user
+ // the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException(
::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject*
>(this) ),
diff --git a/main/embeddedobj/source/msole/advisesink.cxx
b/main/embeddedobj/source/msole/advisesink.cxx
index 01e8e7aba0..5ed2fb0614 100644
--- a/main/embeddedobj/source/msole/advisesink.cxx
+++ b/main/embeddedobj/source/msole/advisesink.cxx
@@ -108,7 +108,7 @@ STDMETHODIMP_(void)
OleWrapperAdviseSink::OnRename(LPMONIKER)
STDMETHODIMP_(void) OleWrapperAdviseSink::OnSave(void)
{
// TODO: ???
- // The object knows about document saving already since it contolls it
as ClienSite
+ // The object knows about document saving already since it controls it
as ClientSite
// other interested listeners must be registered for the object
}
diff --git a/main/embeddedobj/source/msole/xolefactory.cxx
b/main/embeddedobj/source/msole/xolefactory.cxx
index cad8b0f983..f546d57b64 100644
--- a/main/embeddedobj/source/msole/xolefactory.cxx
+++ b/main/embeddedobj/source/msole/xolefactory.cxx
@@ -278,7 +278,7 @@ uno::Reference< uno::XInterface > SAL_CALL
OleEmbeddedObjectFactory::createInsta
{
RTL_LOGFILE_CONTEXT( aLog, "embeddedobj (mv76033)
OleEmbeddedObjectFactory::createInstanceUserInit" );
- // the initialization is completelly controlled by user
+ // the initialization is completely controlled by user
if ( !xStorage.is() )
throw lang::IllegalArgumentException(
::rtl::OUString::createFromAscii( "No parent storage is provided!\n" ),
uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject*
>(this) ),
diff --git a/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
b/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index cbb19a7e7e..0cc1c869b9 100644
--- a/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -587,7 +587,7 @@
</xsl:template>
<!--
**Template vmlpath2enhancedpath**
- The template is resposible for converting the vml-path to enhanced-path,
because the svg:path
+ The template is responsible for converting the vml-path to enhanced-path,
because the svg:path
can't support command a now.(But heard that will be supported in OOo3.0)
And the 2nd reason of using an enhanced-path is that enhanced-path have a
perfect mapping to
vmlpath.(You will find out that often, we even don't need to change the
parameters).
diff --git a/main/forms/source/inc/property.hxx
b/main/forms/source/inc/property.hxx
index bff69a20f0..aec137486f 100644
--- a/main/forms/source/inc/property.hxx
+++ b/main/forms/source/inc/property.hxx
@@ -45,7 +45,7 @@ namespace frm
//.........................................................................
//==================================================================
-//= assigment property handle <-> property name
+//= assignment property handle <-> property name
//= used by the PropertySetAggregationHelper
//==================================================================
diff --git a/main/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
b/main/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
index ca7b7a29a2..849516fbe2 100644
--- a/main/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
+++ b/main/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
@@ -30,7 +30,7 @@
//-----------------------------------
// A container for custom controls
-// the container is resposible for
+// the container is responsible for
// the destruction of the custom
// controls
//-----------------------------------
diff --git a/main/odk/examples/java/Storage/Test04.java
b/main/odk/examples/java/Storage/Test04.java
index 97f180c8cb..14303e12ba 100644
--- a/main/odk/examples/java/Storage/Test04.java
+++ b/main/odk/examples/java/Storage/Test04.java
@@ -245,7 +245,7 @@ public class Test04 implements StorageTest {
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;
- // remove element and check that it was removed
completelly
+ // remove element and check that it was removed
completely
if ( !m_aTestHelper.removeElement( xResStorage,
"SubStorage2" ) )
return false;
diff --git a/main/offapi/com/sun/star/deployment/LicenseException.idl
b/main/offapi/com/sun/star/deployment/LicenseException.idl
index 0697cd6c06..73de65f027 100644
--- a/main/offapi/com/sun/star/deployment/LicenseException.idl
+++ b/main/offapi/com/sun/star/deployment/LicenseException.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module deployment {
-/** A LicenseException reflects the necessity of someone aggreeing to a
license.
+/** A LicenseException reflects the necessity of someone agreeing to a license.
@since OpenOffice 2.0.4
*/
diff --git a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
index 547f5ccbfe..9bdd2709af 100644
--- a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
+++ b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
@@ -126,7 +126,7 @@ published interface XStorageRawAccess
use this method outside of storage implementation since
different
storages implementation could have different encryption format.
If the
method is used outside of storage implementation the user code
is
- resposible to get sure that the raw format of source and target
+ responsible to get sure that the raw format of source and target
storages is the same.
</p>
diff --git a/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
b/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
index fc22a442b5..6f8bb06f43 100644
--- a/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
+++ b/main/offapi/com/sun/star/rendering/XIntegerBitmapColorSpace.idl
@@ -55,7 +55,7 @@ interface XIntegerBitmapColorSpace : XColorSpace
/** Query the number of bits used for each component.<p>
- This method returnes a sequence of integers, each denoting the
+ This method returns a sequence of integers, each denoting the
number of bits occupied by the respective component. The sum
of all component bits must be less or equal than the value
returned from <member>getBitsPerPixel()</member>. If the sum is
diff --git a/main/officecfg/util/component-map.gen
b/main/officecfg/util/component-map.gen
index e44e69cd74..3f796c7ffc 100644
--- a/main/officecfg/util/component-map.gen
+++ b/main/officecfg/util/component-map.gen
@@ -61,7 +61,7 @@ while(<INFILE>) {
}
close(INFILE);
-# create the properites file
+# create the properties file
print OUTFILE "# location of the component schema \n";
print OUTFILE "component-schema=schema\n\n";
diff --git a/main/package/qa/ofopxmlstorages/Test04.java
b/main/package/qa/ofopxmlstorages/Test04.java
index 00690f2503..8878b6a817 100644
--- a/main/package/qa/ofopxmlstorages/Test04.java
+++ b/main/package/qa/ofopxmlstorages/Test04.java
@@ -280,7 +280,7 @@ public class Test04 implements StorageTest {
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;
- // remove element and check that it was removed
completelly
+ // remove element and check that it was removed
completely
if ( !m_aTestHelper.removeElement( xResStorage,
"SubStorage2" ) )
return false;
diff --git a/main/package/qa/storages/Test04.java
b/main/package/qa/storages/Test04.java
index 39d94a3469..0aa10adda4 100644
--- a/main/package/qa/storages/Test04.java
+++ b/main/package/qa/storages/Test04.java
@@ -279,7 +279,7 @@ public class Test04 implements StorageTest {
if ( !m_aTestHelper.disposeStorage( xResSubStorage2 ) )
return false;
- // remove element and check that it was removed
completelly
+ // remove element and check that it was removed
completely
if ( !m_aTestHelper.removeElement( xResStorage,
"SubStorage2" ) )
return false;
diff --git
a/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertySet/beans_XMultiPropertySet.xba
b/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertySet/beans_XMultiPropertySet.xba
index 128fcc6c3c..a45daadf38 100644
---
a/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertySet/beans_XMultiPropertySet.xba
+++
b/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertySet/beans_XMultiPropertySet.xba
@@ -89,9 +89,9 @@ On Error Goto ErrHndl
End If
next n
- Out.Log("Amount of testable properites (without readonly and MAYBEVOID) is
" + m)
+ Out.Log("Amount of testable properties (without readonly and MAYBEVOID) is
" + m)
- 'now store the names in sProperites
+ 'now store the names in sProperties
Dim searchProperties(0 to m-1) As String
m = 0
for n = 0 to (nCount)
@@ -130,7 +130,7 @@ On Error Goto ErrHndl
While (NOT bFound) AND ((nCount >= nIndex))
'get the property-type
cType =
oObj.getPropertySetInfo.getPropertyByName(sProperties(nIndex)).Type.Name
- If cType = "boolean" Then ' it is a Boolean Proerty
+ If cType = "boolean" Then ' it is a Boolean Property
bFound = true
nMem = nIndex
else
diff --git
a/main/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
b/main/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
index fedc4fd44a..50ecd60c7b 100644
--- a/main/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
+++ b/main/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
@@ -81,7 +81,7 @@ On Error Goto ErrHndl
' if database driver supports ordered marks then
' compareBookmarks should return values CompareBookmark::LESS or
' CompareBookmark::GREATER in case when bookmarks are not equal
- ' otherwise this method returnes only CompareBookmark::NOT_EQUAL
+ ' otherwise this method returns only CompareBookmark::NOT_EQUAL
if (oObj.hasOrderedBookmarks()) then
bOK = bOK AND oObj.compareBookmarks(oBM1, oBM1) =
com.sun.star.sdbcx.CompareBookmark.EQUAL
diff --git a/main/qadevOOo/tests/java/ifc/frame/_XFrame.java
b/main/qadevOOo/tests/java/ifc/frame/_XFrame.java
index b156f352b5..44d74f36eb 100644
--- a/main/qadevOOo/tests/java/ifc/frame/_XFrame.java
+++ b/main/qadevOOo/tests/java/ifc/frame/_XFrame.java
@@ -178,7 +178,7 @@ public class _XFrame extends MultiMethodTest {
/**
* Test calls the method. Then frame status (activated/deactivated) is
* changed, and the listener is checked.<p>
- * Has <b> OK </b> status if isDesktop() method returnes true, or if the
+ * Has <b> OK </b> status if isDesktop() method returns true, or if the
* listener was called and frame was activated.
*/
public void _addFrameActionListener() {
@@ -407,7 +407,7 @@ public class _XFrame extends MultiMethodTest {
/**
* At first new listener is added, then test calls the method and result
* is checked. <p>
- * Has <b> OK </b> status if isDesktop() method returnes true or if the
+ * Has <b> OK </b> status if isDesktop() method returns true or if the
* listener was called and proper event past to listener.
*/
public void _contextChanged() {
diff --git a/main/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
b/main/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
index 6ced727ddb..459741acb4 100644
--- a/main/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
+++ b/main/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
@@ -88,7 +88,7 @@ public class _XObjectInspector extends MultiMethodTest {
}
/**
- * Inspects a new collection of one or more objects given by object
realtion
+ * Inspects a new collection of one or more objects given by object
relation
* <CODE>XObjectInspector.toInspect</CODE><br>
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
diff --git a/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
b/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index db73ec1f58..b7179dd80c 100644
--- a/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -160,7 +160,7 @@ public class _XSingleSelectQueryComposer extends
MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was set as parameter.
- * Relation <code>xQueryAna</code> was used to check if realtion
+ * Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. A
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -204,7 +204,7 @@ public class _XSingleSelectQueryComposer extends
MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was used as parameter.
- * Relation <code>xQueryAna</code> was used to check if realtion
+ * Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -308,7 +308,7 @@ public class _XSingleSelectQueryComposer extends
MultiMethodTest {
/**
* First object relation <code>xProp</code> was used as parameter. Relation
- * <code>xQueryAna</code> was used to check if realtion <code>colName</code>
+ * <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -340,7 +340,7 @@ public class _XSingleSelectQueryComposer extends
MultiMethodTest {
/**
* First object relation <code>xProp</code> was set as parameter. Relation
- * <code>xQueryAna</code> was used to check if realtion <code>colName</code>
+ * <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
diff --git a/main/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
b/main/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
index 09bb851f0e..ecf876066d 100644
--- a/main/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
+++ b/main/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
@@ -161,7 +161,7 @@ public class _XDocumentHandler extends MultiMethodTest {
if (targetDocSet != null){
}else{
- log.println("object realtion
'XDocumentHandler.TargetDocumentSetter' not used.");
+ log.println("object relation
'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("be sure that the test have a target to write
through");
}
}
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
b/main/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
index 1b6de95ccb..b67c1d99e7 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
@@ -227,7 +227,7 @@ public class ScTabViewObj extends TestCase {
String kindOfControl="CommandButton";
XShape aShape = null;
try{
- log.println("adding contol shape '" + kindOfControl + "'");
+ log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = (XComponent)
UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500,
15000, 10000, kindOfControl);
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
b/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
index 68876dee22..e330b6c00c 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
@@ -153,7 +153,7 @@ public class ScViewPaneObj extends TestCase {
String kindOfControl="CommandButton";
XShape aShape = null;
try{
- log.println("adding contol shape '" + kindOfControl + "'");
+ log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = (XComponent)
UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000,
10000, kindOfControl);
diff --git a/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java
b/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java
index fdcd5b2504..2d8cd13748 100644
--- a/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java
+++ b/main/qadevOOo/tests/java/mod/_sw/SwXTextView.java
@@ -233,7 +233,7 @@ public class SwXTextView extends TestCase {
String kindOfControl="CommandButton";
XShape aShape = null;
try{
- log.println("adding contol shape '" + kindOfControl + "'");
+ log.println("adding control shape '" + kindOfControl + "'");
aShape = FormTools.createControlShape(xTextDoc, 3000,
4500, 15000, 10000,
kindOfControl);
diff --git a/main/reportdesign/source/core/resource/strings.src
b/main/reportdesign/source/core/resource/strings.src
index 82889b460b..58711f8520 100644
--- a/main/reportdesign/source/core/resource/strings.src
+++ b/main/reportdesign/source/core/resource/strings.src
@@ -52,7 +52,7 @@ String RID_STR_REPORT_FOOTER
String RID_STR_PROPERTY_CHANGE_NOT_ALLOWED
{
- Text [ en-US ] = "The name '#1' already exists and can not be asssigned
again." ;
+ Text [ en-US ] = "The name '#1' already exists and can not be assigned
again." ;
};
String RID_STR_ERROR_WRONG_ARGUMENT
diff --git a/main/sal/inc/rtl/bootstrap.hxx b/main/sal/inc/rtl/bootstrap.hxx
index 5399e742d4..02d5ea6753 100644
--- a/main/sal/inc/rtl/bootstrap.hxx
+++ b/main/sal/inc/rtl/bootstrap.hxx
@@ -83,7 +83,7 @@ namespace rtl
*/
inline Bootstrap();
- /** Opens a bootstrap argment container
+ /** Opens a bootstrap argument container
@see rtl_bootstrap_args_open()
*/
inline Bootstrap(const OUString & iniName);
diff --git a/main/sd/source/ui/func/fudraw.cxx
b/main/sd/source/ui/func/fudraw.cxx
index 600c39b9ee..ad4c0bf787 100644
--- a/main/sd/source/ui/func/fudraw.cxx
+++ b/main/sd/source/ui/func/fudraw.cxx
@@ -1089,7 +1089,7 @@ sal_Bool FuDraw::SetHelpText(SdrObject* pObj, const
Point& rPosPixel, const SdrV
}
-/** is called when the currenct function should be aborted. <p>
+/** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/func/fupoor.cxx
b/main/sd/source/ui/func/fupoor.cxx
index 36ead3652b..71cd00d238 100644
--- a/main/sd/source/ui/func/fupoor.cxx
+++ b/main/sd/source/ui/func/fupoor.cxx
@@ -1222,7 +1222,7 @@ void FuPoor::SwitchLayer (sal_Int32 nOffset)
}
}
-/** is called when the currenct function should be aborted. <p>
+/** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/func/fusel.cxx b/main/sd/source/ui/func/fusel.cxx
index b6e5e4c6e4..ec261796cd 100644
--- a/main/sd/source/ui/func/fusel.cxx
+++ b/main/sd/source/ui/func/fusel.cxx
@@ -1556,7 +1556,7 @@ sal_Bool FuSelection::AnimateObj(SdrObject* pObj, const
Point& rPos)
-/** is called when the currenct function should be aborted. <p>
+/** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/func/futext.cxx
b/main/sd/source/ui/func/futext.cxx
index a28bc8b3ca..8d29454c2a 100644
--- a/main/sd/source/ui/func/futext.cxx
+++ b/main/sd/source/ui/func/futext.cxx
@@ -1489,7 +1489,7 @@ SdrObject* FuText::CreateDefaultObject(const sal_uInt16
nID, const Rectangle& rR
-/** is called when the currenct function should be aborted. <p>
+/** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/inc/fudraw.hxx b/main/sd/source/ui/inc/fudraw.hxx
index ec07d3b0fb..2473d8931a 100644
--- a/main/sd/source/ui/inc/fudraw.hxx
+++ b/main/sd/source/ui/inc/fudraw.hxx
@@ -67,7 +67,7 @@ public:
void SetPermanent(sal_Bool bSet) { bPermanent = bSet; }
- /** is called when the currenct function should be aborted. <p>
+ /** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/inc/fupoor.hxx b/main/sd/source/ui/inc/fupoor.hxx
index 55685e04e8..52aa233e73 100644
--- a/main/sd/source/ui/inc/fupoor.hxx
+++ b/main/sd/source/ui/inc/fupoor.hxx
@@ -109,7 +109,7 @@ public:
// #97016#
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const
Rectangle& rRectangle);
- /** is called when the currenct function should be aborted. <p>
+ /** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/inc/fusel.hxx b/main/sd/source/ui/inc/fusel.hxx
index 98394ac4bf..eb62ee22e7 100644
--- a/main/sd/source/ui/inc/fusel.hxx
+++ b/main/sd/source/ui/inc/fusel.hxx
@@ -60,7 +60,7 @@ public:
sal_Bool AnimateObj(SdrObject* pObj, const Point& rPos);
- /** is called when the currenct function should be aborted. <p>
+ /** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/inc/fuslsel.hxx
b/main/sd/source/ui/inc/fuslsel.hxx
index 0d46657f5c..05df58ab01 100644
--- a/main/sd/source/ui/inc/fuslsel.hxx
+++ b/main/sd/source/ui/inc/fuslsel.hxx
@@ -67,7 +67,7 @@ public:
sal_Bool IsShowingEffect() const { return
pIsShowingEffectInfo && pIsShowingEffectInfo->bIsShowingEffect; }
- /** is called when the currenct function should be aborted. <p>
+ /** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/inc/futext.hxx b/main/sd/source/ui/inc/futext.hxx
index 5095108690..132f0350a4 100644
--- a/main/sd/source/ui/inc/futext.hxx
+++ b/main/sd/source/ui/inc/futext.hxx
@@ -74,7 +74,7 @@ public:
// #97016#
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const
Rectangle& rRectangle);
- /** is called when the currenct function should be aborted. <p>
+ /** is called when the current function should be aborted. <p>
This is used when a function gets a KEY_ESCAPE but can also
be called directly.
diff --git a/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
b/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
index dbb99ece58..0a763b4873 100644
--- a/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
+++ b/main/sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
@@ -71,7 +71,7 @@ public:
/** Terminate the execution of the thread. When the thread is detached
it deletes itself. Otherwise the caller of this method may call
- delete after this method returnes.
+ delete after this method returns.
*/
void SAL_CALL Terminate (void);
diff --git a/main/sfx2/source/doc/objstor.cxx b/main/sfx2/source/doc/objstor.cxx
index 8774188a5f..6edfb970b6 100644
--- a/main/sfx2/source/doc/objstor.cxx
+++ b/main/sfx2/source/doc/objstor.cxx
@@ -2035,7 +2035,7 @@ sal_Bool SfxObjectShell::DoSaveObjectAs( SfxMedium&
rMedium, sal_Bool bCommit )
}
//-------------------------------------------------------------------------
-// TODO/LATER: may be the call must be removed completelly
+// TODO/LATER: may be the call must be removed completely
sal_Bool SfxObjectShell::DoSaveAs( SfxMedium& rMedium )
{
// hier kommen nur Root-Storages rein, die via Temp-File gespeichert werden
diff --git a/main/slideshow/source/inc/shape.hxx
b/main/slideshow/source/inc/shape.hxx
index b362d20f52..f60d243645 100644
--- a/main/slideshow/source/inc/shape.hxx
+++ b/main/slideshow/source/inc/shape.hxx
@@ -202,7 +202,7 @@ namespace slideshow
This method checks whether the Shape is
currently
detached from the slide background, i.e.
whether shape
updates affect the underlying slide background
or
- not. A shape that returnes true here must not
alter
+ not. A shape that returns true here must not
alter
slide content in any way when called render() or
update() (this is normally achieved by making
this
shape a sprite).
diff --git a/main/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx
b/main/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx
index 94b47e18e7..68ab8f19ec 100644
--- a/main/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx
+++ b/main/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx
@@ -351,7 +351,7 @@ bool TypeDescriptionEnumerationImpl::queryMore()
}
// Note: m_aCurrentModuleSubKeys is always empty AND m_aModuleKeys is
- // never empty when ariving here.
+ // never empty when arriving here.
// ==> select new module key, fill m_aCurrentModuleSubKeys
uno::Sequence< uno::Reference< registry::XRegistryKey > > aKeys;
diff --git a/main/svx/source/accessibility/AccessibleControlShape.cxx
b/main/svx/source/accessibility/AccessibleControlShape.cxx
index 3cfb210dce..0cda14b1ef 100644
--- a/main/svx/source/accessibility/AccessibleControlShape.cxx
+++ b/main/svx/source/accessibility/AccessibleControlShape.cxx
@@ -506,7 +506,7 @@ void SAL_CALL AccessibleControlShape::notifyEvent( const
AccessibleEventObject&
_rEvent.OldValue >>= nLostState;
_rEvent.NewValue >>= nGainedState;
- // don't multiplex states which the inner context is not
resposible for
+ // don't multiplex states which the inner context is not
responsible for
if ( isComposedState( nLostState ) )
AccessibleShape::ResetState( nLostState );
diff --git a/main/sw/source/filter/ww8/dump/ww8scan.cxx
b/main/sw/source/filter/ww8/dump/ww8scan.cxx
index c5c030b22b..ddd18d2ff9 100644
--- a/main/sw/source/filter/ww8/dump/ww8scan.cxx
+++ b/main/sw/source/filter/ww8/dump/ww8scan.cxx
@@ -2456,7 +2456,7 @@ WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(sal_uInt8 nFibVer,
SvStream* pSt, SvStream* pDat
maEntries.push_back(Entry(Get_Long(pStart)));
//#104773#, we expect them sorted, but it appears possible
- //for them to arive unsorted
+ //for them to arrive unsorted
std::sort(maEntries.begin(), maEntries.end());
nIdx = 0;
diff --git a/main/sw/source/filter/ww8/ww8scan.cxx
b/main/sw/source/filter/ww8/ww8scan.cxx
index e137ddd242..86016bcbe4 100644
--- a/main/sw/source/filter/ww8/ww8scan.cxx
+++ b/main/sw/source/filter/ww8/ww8scan.cxx
@@ -2772,7 +2772,7 @@ WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(ww::WordVersion eVersion,
SvStream* pSt,
maEntries.push_back(Entry(Get_Long(pStart)));
//#104773#, we expect them sorted, but it appears possible
- //for them to arive unsorted
+ //for them to arrive unsorted
std::sort(maEntries.begin(), maEntries.end());
mnIdx = 0;
diff --git a/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
b/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 1aff1f8077..4591107542 100644
--- a/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
+++ b/main/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
@@ -48,7 +48,7 @@ published interface XPropertiesChangeListener:
com::sun::star::lang::XEventListe
@param aEvent
contains a sequence of <type>PropertyChangeEvent</type>
objects
- which describe the event source and the properites
which have
+ which describe the event source and the properties
which have
changed.
*/
void propertiesChange( [in]
sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );
diff --git a/main/unotools/inc/unotools/confignode.hxx
b/main/unotools/inc/unotools/confignode.hxx
index 75a0642819..a82f2e526f 100644
--- a/main/unotools/inc/unotools/confignode.hxx
+++ b/main/unotools/inc/unotools/confignode.hxx
@@ -84,7 +84,7 @@ namespace utl
/// copy ctor
OConfigurationNode(const OConfigurationNode& _rSource);
- /// assigment
+ /// assignment
const OConfigurationNode& operator=(const OConfigurationNode&
_rSource);
/// dtor
diff --git a/main/vcl/source/window/tabpage.cxx
b/main/vcl/source/window/tabpage.cxx
index ae6ddc05d9..ba97ce8d2e 100644
--- a/main/vcl/source/window/tabpage.cxx
+++ b/main/vcl/source/window/tabpage.cxx
@@ -48,7 +48,7 @@ void TabPage::ImplInit( Window* pParent, WinBits nStyle )
ImplInitSettings();
- // if the tabpage is drawn (ie filled) by a native widget, make sure all
contols will have transparent background
+ // if the tabpage is drawn (ie filled) by a native widget, make sure all
controls will have transparent background
// otherwise they will paint with a wrong background
if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) &&
GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) )
EnableChildTransparentMode( sal_True );
diff --git a/main/vcl/unx/generic/printergfx/common_gfx.cxx
b/main/vcl/unx/generic/printergfx/common_gfx.cxx
index 3c61558086..c7bc333ac3 100644
--- a/main/vcl/unx/generic/printergfx/common_gfx.cxx
+++ b/main/vcl/unx/generic/printergfx/common_gfx.cxx
@@ -550,7 +550,7 @@ PrinterGfx::DrawPolyLineBezier (sal_uInt32 nPoints, const
Point* pPath, const sa
else //Otherwise we're drawing a spline
{
if (i+2 >= nPoints)
- return; //Error: wrong sequence of contol/normal points
somehow
+ return; //Error: wrong sequence of control/normal points
somehow
if ((pFlgAry[i] == POLY_CONTROL) && (pFlgAry[i+1] ==
POLY_CONTROL) &&
(pFlgAry[i+2] != POLY_CONTROL))
{
@@ -660,7 +660,7 @@ PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const
sal_uInt32 * pPoints,
else
{
if (j+2 >= nPoints)
- break; //Error: wrong sequence of contol/normal points
somehow
+ break; //Error: wrong sequence of control/normal points
somehow
if ((pFlgAry[i][j] == POLY_CONTROL) && (pFlgAry[i][j+1] ==
POLY_CONTROL) && (pFlgAry[i][j+2] != POLY_CONTROL))
{
snprintf(pString, nBezString, "%li %li %li %li %li %li
curveto\n",
diff --git a/main/xmerge/source/palmtests/qa-wrapper/bin/qa_comparator.pl
b/main/xmerge/source/palmtests/qa-wrapper/bin/qa_comparator.pl
index 1fbc424b50..a0ec79dd75 100755
--- a/main/xmerge/source/palmtests/qa-wrapper/bin/qa_comparator.pl
+++ b/main/xmerge/source/palmtests/qa-wrapper/bin/qa_comparator.pl
@@ -225,7 +225,7 @@ sub print_usage
print "Usage : compartor.pl - compare Office or pdb files\n";
print "\t-one=<file> :\t\t individual test case file to run\n";
print "\t-list=<file> :\t\t list of test case files\n";
- print "\t-env=<file> :\t\t Properites like file defining env\n";
+ print "\t-env=<file> :\t\t Properties like file defining env\n";
print "\t-pdb-orig=<path> :\t directory to hold original pdb files\n";
print "\t-pdb-new=<path> :\t directory to hold new pdb files\n";
print "\t-xml-orig=<path> :\t directory to hold original office
documents\n";
diff --git a/main/xmerge/source/palmtests/qa-wrapper/bin/qa_test_driver.pl
b/main/xmerge/source/palmtests/qa-wrapper/bin/qa_test_driver.pl
index 2ff6f34225..cf4ade3550 100755
--- a/main/xmerge/source/palmtests/qa-wrapper/bin/qa_test_driver.pl
+++ b/main/xmerge/source/palmtests/qa-wrapper/bin/qa_test_driver.pl
@@ -606,7 +606,7 @@ sub print_usage
print "Usage : test_driver.pl\n";
print "\t-test=<file> \t\t: individual test case file to run\n";
print "\t-list=<file> \t\t: list of test case files\n";
- print "\t-env=<file> \t\t: Properites like file defining env\n";
+ print "\t-env=<file> \t\t: Properties like file defining env\n";
print "\t-pose-exe=<fullpath> \t: path to pose executable\n";
print "\t-pose-prc=<path> \t: path to directory holding prc files\n";
print "\t-pdb-orig=<path> \t: directory to hold original pdb files\n";
diff --git a/main/xmerge/source/palmtests/qa/bin/test_driver.pl
b/main/xmerge/source/palmtests/qa/bin/test_driver.pl
index c04b5d3052..eb9f84eee7 100755
--- a/main/xmerge/source/palmtests/qa/bin/test_driver.pl
+++ b/main/xmerge/source/palmtests/qa/bin/test_driver.pl
@@ -528,7 +528,7 @@ sub print_usage
print "Usage : test_driver.pl\n";
print "\t-test=<file> \t\t: individual test case file to run\n";
print "\t-list=<file> \t\t: list of test case files\n";
- print "\t-env=<file> \t\t: Properites like file defining env\n";
+ print "\t-env=<file> \t\t: Properties like file defining env\n";
print "\t-pose-exe=<fullpath> \t: path to pose executable\n";
print "\t-pose-prc=<path> \t: path to directory holding prc files\n";
print "\t-pdb-orig=<path> \t: directory to hold original pdb files\n";
diff --git a/main/xmerge/source/palmtests/qa/comparator/comparator.pl
b/main/xmerge/source/palmtests/qa/comparator/comparator.pl
index 463773e15b..3ce14d5b89 100644
--- a/main/xmerge/source/palmtests/qa/comparator/comparator.pl
+++ b/main/xmerge/source/palmtests/qa/comparator/comparator.pl
@@ -217,7 +217,7 @@ sub print_usage
print "Usage : compartor.pl - compare Office or pdb files\n";
print "\t-one=<file> :\t\t individual test case file to run\n";
print "\t-list=<file> :\t\t list of test case files\n";
- print "\t-env=<file> :\t\t Properites like file defining env\n";
+ print "\t-env=<file> :\t\t Properties like file defining env\n";
print "\t-pdb-orig=<path> :\t directory to hold original pdb files\n";
print "\t-pdb-new=<path> :\t directory to hold new pdb files\n";
print "\t-xml-orig=<path> :\t directory to hold original office
documents\n";