summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chart2/source/controller/main/ChartController_Window.cxx2
-rw-r--r--chart2/source/controller/main/SelectionHelper.cxx2
-rw-r--r--comphelper/source/property/propagg.cxx2
-rw-r--r--cui/source/tabpages/numfmt.cxx4
-rw-r--r--dbaccess/source/ui/app/AppController.hxx2
-rw-r--r--dbaccess/source/ui/inc/UITools.hxx2
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescriptions.cxx2
-rw-r--r--desktop/source/app/cmdlineargs.cxx2
-rw-r--r--filter/source/msfilter/msvbahelper.cxx4
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx2
-rw-r--r--fpicker/source/office/iodlg.cxx2
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx4
-rw-r--r--framework/source/services/desktop.cxx4
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--include/comphelper/accessiblewrapper.hxx4
-rw-r--r--include/osl/security.h4
-rw-r--r--include/svtools/acceleratorexecute.hxx4
-rw-r--r--include/xmloff/shapeimport.hxx2
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java4
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx2
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.cxx2
-rw-r--r--lotuswordpro/source/filter/lwppagelayout.cxx4
-rw-r--r--lotuswordpro/source/filter/lwpprtinfo.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfcellstyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx2
-rw-r--r--qadevOOo/runner/lib/TestEnvironment.java4
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx2
-rw-r--r--sc/source/filter/inc/xiescher.hxx2
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx2
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx2
-rw-r--r--sd/source/ui/view/drviews1.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontactofgraphic.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx2
-rw-r--r--svx/source/unodraw/unoshape.cxx2
-rw-r--r--sw/source/core/docnode/ndtbl1.cxx2
-rw-r--r--sw/source/core/inc/anchoredobjectposition.hxx4
-rw-r--r--sw/source/filter/xml/xmltexti.cxx4
-rw-r--r--toolkit/source/awt/vclxwindow.cxx2
-rw-r--r--toolkit/source/controls/unocontrolmodel.cxx2
-rw-r--r--vcl/source/control/ilstbox.cxx2
-rw-r--r--winaccessibility/source/service/AccObjectWinManager.cxx4
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py4
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialog.py2
-rw-r--r--xmloff/source/core/xmlexp.cxx2
-rw-r--r--xmloff/source/draw/ximp3dscene.cxx2
48 files changed, 62 insertions, 62 deletions
diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx
index 57addb83d0f8..7c44d85975da 100644
--- a/chart2/source/controller/main/ChartController_Window.cxx
+++ b/chart2/source/controller/main/ChartController_Window.cxx
@@ -858,7 +858,7 @@ void ChartController::execute_MouseButtonUp( const MouseEvent& rMEvt )
bool bClickedTwiceOnDragableObject = SelectionHelper::isDragableObjectHitTwice( aMPos, m_aSelection.getSelectedCID(), *pDrawViewWrapper );
bool bIsRotateable = m_aSelection.isRotateableObjectSelected( getModel() );
- //toggel between move and rotate
+ //toggle between move and rotate
if( bIsRotateable && bClickedTwiceOnDragableObject && SDRDRAG_MOVE==m_eDragMode )
m_eDragMode=SDRDRAG_ROTATE;
else
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx
index c6da54051ce9..dd9090d4fc06 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -162,7 +162,7 @@ void Selection::adaptSelectionToNewPos( const Point& rMousePos, DrawViewWrapper*
{
if( pDrawViewWrapper )
{
- //do not toggel multiclick selection if right clicked on the selected object or waiting for double click
+ //do not toggle multiclick selection if right clicked on the selected object or waiting for double click
bool bAllowMultiClickSelectionChange = !bIsRightMouse && !bWaitingForDoubleClick;
ObjectIdentifier aLastSelectedObject( m_aSelectedOID );
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx
index 815a095185a7..04342edc94bf 100644
--- a/comphelper/source/property/propagg.cxx
+++ b/comphelper/source/property/propagg.cxx
@@ -106,7 +106,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
// determine the handle for the property which we will expose to the outside world
sal_Int32 nHandle = -1;
- // ask the infor service first
+ // ask the info service first
if ( _pInfoService )
nHandle = _pInfoService->getPreferredPropertyId( pMergedProps->Name );
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index e2f83551a9cc..718b2f6d48d6 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -1018,7 +1018,7 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool bCheckCatChange /*= sal_Fa
#*------------------------------------------------------------------------
#*
#* Class: SvxNumberFormatTabPage
-#* Function: Updates the format lisbox and additionally the
+#* Function: Updates the format listbox and additionally the
#* string in the editbox is changed depending on
#* the bUpdateEdit flag.
#* Input: Flags for category and editbox.
@@ -1147,7 +1147,7 @@ void SvxNumberFormatTabPage::UpdateThousandEngineeringText()
#*------------------------------------------------------------------------
#*
#* Class: SvxNumberFormatTabPage
-#* Function: On a double click in the format lisbox the
+#* Function: On a double click in the format listbox the
#* value is adopted and the OK button pushed.
#* Input: Pointer on the Listbox
#* Output: ---
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 05e9397a8d8c..b808254fe26d 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -139,7 +139,7 @@ namespace dbaui
/** returns the stripped database name.
@return
- The stripped database name either the registered naem or if it is a file url the last segment.
+ The stripped database name either the registered name or if it is a file url the last segment.
*/
OUString getStrippedDatabaseName() const;
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx
index 81808470d6fb..089a56427ba7 100644
--- a/dbaccess/source/ui/inc/UITools.hxx
+++ b/dbaccess/source/ui/inc/UITools.hxx
@@ -357,7 +357,7 @@ namespace dbaui
@param _rsDatabaseName
Will be filled with the original data source if it is empty.
@return
- The stripped database name either the registered naem or if it is a file url the last segment.
+ The stripped database name either the registered name or if it is a file url the last segment.
*/
OUString getStrippedDatabaseName(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDataSource
,OUString& _rsDatabaseName);
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
index 159f0fbb646f..8d173d862732 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
@@ -97,7 +97,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC
,m_bIsCurrency(false)
,m_bHidden(false)
{
- OSL_ENSURE(xAffectedCol.is(),"PropetySet can notbe null!");
+ OSL_ENSURE(xAffectedCol.is(),"PropetySet can not be null!");
if ( xAffectedCol.is() )
{
if ( _bUseAsDest )
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index 7fed61a256fc..a9526c4c8cc1 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -567,7 +567,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
}
else if ( bDisplaySpec )
{
- bDisplaySpec = false; // only one display, not a lsit
+ bDisplaySpec = false; // only one display, not a list
bOpenEvent = true; // set back to standard
}
else if ( bConversionEvent || bBatchPrintEvent )
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 8216047efc8d..ebf458be2b92 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -459,7 +459,7 @@ MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const OUString& Macro
#endif
}
-// Treat the args as possible inouts ( conversion at bottom of method )
+// Treat the args as possible inputs (conversion at bottom of method)
bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequence< uno::Any >& aArgs, uno::Any& aRet, const uno::Any& /*aCaller*/)
{
#if !HAVE_FEATURE_SCRIPTING
@@ -485,7 +485,7 @@ bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequ
nErr = pShell->CallXScript( sUrl,
aArgs, aRet, aOutArgsIndex, aOutArgs, false );
sal_Int32 nLen = aOutArgs.getLength();
- // convert any out params to seem like they were inouts
+ // convert any out params to seem like they were inputs
if ( nLen )
{
for ( sal_Int32 index=0; index < nLen; ++index )
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 82d1d7dc9d4a..85ebe5585f1a 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -284,7 +284,7 @@ namespace XSLT
OUString udStyleSheet = rel2abs(msUserData[4]);
// get information from media descriptor
- // the imput stream that represents the imported file
+ // the input stream that represents the imported file
// is most important here since we need to supply it to
// the sax parser that drives the supplied document handler
sal_Int32 nLength = aSourceData.getLength();
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index a73c1c205212..387477a2e4a7 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1770,7 +1770,7 @@ void SvtFileDialog::onAsyncOperationFinished()
m_pCurrentAsyncAction = NULL;
if ( !m_bInExecuteAsync )
_pImp->_pEdFileName->GrabFocus();
- // (if m_bInExecuteAsync is true, then the operation was finished within the minium wait time,
+ // (if m_bInExecuteAsync is true, then the operation was finished within the minimum wait time,
// and to the user, the operation appears to be synchronous)
}
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index c8db190b0425..11bd97df1c12 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -236,7 +236,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
document inside the frame. May the document shows a dialog and
the user ignore it. Then the state of the office can be changed
during we try to close frame and document.
- - check the environment (menas count open frames - exlcuding our
+ - check the environment (means count open frames - excluding our
current one)
- decide then, if we must close this frame only, establish the backing mode
or shutdown the whole application.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 15f00d4cf489..bfdbcda14176 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -936,7 +936,7 @@ private:
*/
static OUString implst_getJobDescription(sal_Int32 eJob);
- /** @short mape the given URL to an internal int representation.
+ /** @short map the given URL to an internal int representation.
@param aURL
the url, which describe the next starting or may be already running
@@ -1343,7 +1343,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL&
::comphelper::SequenceAsHashMap lArgs(lArguments);
// check if somewhere wish to disable recovery temp. for this office session
- // This can be done immediately ... must not been done asynchronous.
+ // This can be done immediately... must not been done asynchronous.
if ((eNewJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY)
{
// it's important to set a flag internally, so AutoRecovery will be suppressed - even if it's requested.
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 8b0d3dc4c895..32add3feb417 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -890,8 +890,8 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const OUS
// 0) Ignore wrong parameter!
// We don't support search for following special targets.
- // If we reject this requests - we mustnt check for such names
- // in following code again and again. If we do not so -wrong
+ // If we reject these requests, we must not check for such names
+ // in following code again and again. If we do not, so wrong
// search results can occur!
if (
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 92c4ff3d562e..afcccfc4725e 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -997,7 +997,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr
// 0) Ignore wrong parameter!
// We don't support search for following special targets.
- // If we reject this requests - we mustnt check for such names
+ // If we reject this requests - we must not check for such names
// in following code again and again. If we do not so -wrong
// search results can occur!
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index 5e0888adbf5d..16513a0da1b1 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -171,7 +171,7 @@ namespace comphelper
@param _rxOwningAccessible
The XAccessible which created this object. This is necessary because children
- of our wrapped context meed to be wrapped, too, and if they're asked for a parent,
+ of our wrapped context need to be wrapped, too, and if they're asked for a parent,
they of course should return the proper parent<br/>
The object will be held with a hard reference
@@ -258,7 +258,7 @@ namespace comphelper
@param _rxOwningAccessible
The XAccessible which created this object. This is necessary because children
- of our wrapped context meed to be wrapped, too, and if they're asked for a parent,
+ of our wrapped context need to be wrapped, too, and if they're asked for a parent,
they of course should return the proper parent<br/>
The object will be held with a hard reference
diff --git a/include/osl/security.h b/include/osl/security.h
index ca1da8cb9fa6..2199f3abc6de 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -55,7 +55,7 @@ SAL_DLLPUBLIC oslSecurity SAL_CALL osl_getCurrentSecurity(void);
/** Deprecated API
Create a security handle for the denoted user.
Try to log in the user on the local system.
- @param[in] strUserName denotes the name of the user to logg in.
+ @param[in] strUserName denotes the name of the user to log in.
@param[in] strPasswd the password for this user.
@param[out] pSecurity returns the security handle if user could be logged in.
@return osl_Security_E_None if user could be logged in, otherwise an error-code.
@@ -72,7 +72,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser(
/** Create a security handle for the denoted user.
Try to log in the user on the denoted file server. On success the homedir will be
the mapped drive on this server.
- @param[in] strUserName denotes the name of the user to logg in.
+ @param[in] strUserName denotes the name of the user to log in.
@param[in] strPasswd the password for this user.
@param[in] strFileServer denotes the file server on which the user is logged in.
@param[out] pSecurity returns the security handle if user could be logged in.
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index 20e1b36e4812..1f2bfc26c6ff 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -62,12 +62,12 @@ struct TMutexInit
Because execution of an accelerator command can be dangerous
(in case it force an office shutdown for key "ALT+F4"!)
all internal dispatches are done asynchronous.
- Menas that the trigger call doesn't wait till the dispatch
+ Means that the trigger call doesn't wait till the dispatch
is finished. You can call very often. All requests will be
queued internal and dispatched ASAP.
Of course this queue will be stopped if the environment
- will be destructed ...
+ will be destructed...
*/
class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
{
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index 4b28de245193..b1869adc6240 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -232,7 +232,7 @@ public:
SdXML3DSceneAttributesHelper( SvXMLImport& rImporter );
~SdXML3DSceneAttributesHelper();
- /** creates a 3d ligth context and adds it to the internal list for later processing */
+ /** creates a 3d light context and adds it to the internal list for later processing */
SvXMLImportContext * create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList);
/** this should be called for each scene attribute */
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
index 9d964761b187..f6ff1741bb98 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
@@ -55,8 +55,8 @@ public class JobQueue {
protected Object _doDispose = null;
protected Throwable _throwable;
- protected JobQueue _async_jobQueue; // chaining job qeueus for asyncs
- protected JobQueue _sync_jobQueue; // chaining job qeueus for syncs
+ protected JobQueue _async_jobQueue; // chaining job queues for asyncs
+ protected JobQueue _sync_jobQueue; // chaining job queues for syncs
protected boolean _active = false;
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index f70e976cebb2..5328c70845d9 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -574,7 +574,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
#if defined(WNT)
// workaround for Windows specific problem that the
- // path length in calls to 'fopen' is limted to somewhat
+ // path length in calls to 'fopen' is limited to somewhat
// about 120+ characters which will usually be exceed when
// using dictionaries as extensions.
sTmp = Win_GetShortPathName( dictpath );
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index acb0a99ae3f1..2fd0f581b8e3 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -302,7 +302,7 @@ sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rL
osl::FileBase::getSystemPathFromFileURL(affpath,aff);
#if defined(WNT)
// workaround for Windows specific problem that the
- // path length in calls to 'fopen' is limted to somewhat
+ // path length in calls to 'fopen' is limited to somewhat
// about 120+ characters which will usually be exceed when
// using dictionaries as extensions. (Hunspell waits UTF-8 encoded
// path with \\?\ long path prefix.)
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx
index 82c095d27651..21edb921404d 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -755,7 +755,7 @@ void LwpHeaderLayout::RegisterStyle(XFPageMaster* pm1)
XFHeaderStyle* pHeaderStyle = new XFHeaderStyle();
//Modify page top margin
- //page top maring: from top of header to the top edge
+ //page top marging: from top of header to the top edge
double top = GetMarginsValue(MARGIN_TOP);
pm1->SetMargins(-1, -1, top, -1);
@@ -920,7 +920,7 @@ void LwpFooterLayout::RegisterStyle(XFPageMaster* pm1)
XFFooterStyle* pFooterStyle = new XFFooterStyle();
//Modify page bottom margin
- //page bottom maring: from bottom of footer to the bottom edge
+ //page bottom margin: from bottom of footer to the bottom edge
double bottom = GetMarginsValue(MARGIN_BOTTOM);
pm1->SetMargins(-1, -1, -1, bottom);
diff --git a/lotuswordpro/source/filter/lwpprtinfo.cxx b/lotuswordpro/source/filter/lwpprtinfo.cxx
index 31d95a09555e..ee6a6a07d015 100644
--- a/lotuswordpro/source/filter/lwpprtinfo.cxx
+++ b/lotuswordpro/source/filter/lwpprtinfo.cxx
@@ -78,7 +78,7 @@ void LwpPrinterInfo::Skip(LwpObjectStream *pStrm)
sal_uInt32 size = pStrm->QuickReaduInt32();
pStrm->SeekRel(static_cast<sal_uInt16>(size));
- //Skip others printer infor
+ //Skip other printer info
pStrm->SeekRel(6*sizeof(sal_uInt16)+sizeof(sal_uInt32)+sizeof(sal_uInt16));
//Skip the next five LwpAtomHolder
diff --git a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
index 2f6057859d1f..efabda90465a 100644
--- a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
@@ -93,7 +93,7 @@ public:
void SetDataStyle(const OUString& style);
/**
- * @descr: Set the pading of the paragraph.This is the distance
+ * @descr: Set the padding of the paragraph.This is the distance
between the border and the top of the text.
* @param: indent value of the padding.
*/
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index e90f94195187..2d248ddce818 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -129,7 +129,7 @@ public:
void SetIndent(double indent );
/**
- * @descr Set the pading of the paragraph.This is the distance
+ * @descr Set the padding of the paragraph.This is the distance
between the border and the top of the text.
* @param indent value of the padding.
*/
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
index bc84cc43c9d5..a79d9c184d3e 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
@@ -161,7 +161,7 @@ Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUS
Reference< XResultSet > xRS = NULL;
// create a resultset as result of executing the sql statement
// you have to here something :-)
- m_xResultSet = xRS; // we nedd a reference to it for later use
+ m_xResultSet = xRS; // we need a reference to it for later use
return xRS;
}
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
index 6c7e6d7c34a8..0dc302a5eb80 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
@@ -132,7 +132,7 @@ sal_Bool XFlatXml::importer(
throw (RuntimeException)
{
// get information from media descriptor
- // the imput stream that represents the imported file
+ // the input stream that represents the imported file
// is most important here since we need to supply it to
// the sax parser that drives the supplied document handler
sal_Int32 nLength = aSourceData.getLength();
diff --git a/qadevOOo/runner/lib/TestEnvironment.java b/qadevOOo/runner/lib/TestEnvironment.java
index ba00770846a3..bba50c18fc25 100644
--- a/qadevOOo/runner/lib/TestEnvironment.java
+++ b/qadevOOo/runner/lib/TestEnvironment.java
@@ -42,7 +42,7 @@ public final class TestEnvironment {
private final XInterface testObject;
/**
- * Indicates that the testObject is in invalid state and should notbe
+ * Indicates that the testObject is in invalid state and should not be
* used for testing anymore.
*/
private boolean disposed = false;
@@ -129,4 +129,4 @@ public final class TestEnvironment {
public boolean isDisposed() {
return disposed;
}
-} \ No newline at end of file
+}
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index b87c2c1e4b3c..cb6803039c36 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -4164,7 +4164,7 @@ void OReportController::impl_zoom_nothrow()
bool OReportController::isFormatCommandEnabled(sal_uInt16 _nCommand,const uno::Reference< report::XReportControlFormat>& _xReportControlFormat)
{
bool bRet = false;
- if ( _xReportControlFormat.is() && !uno::Reference< report::XFixedLine>(_xReportControlFormat,uno::UNO_QUERY).is() ) // this command is really often called so we nedd a short cut here
+ if ( _xReportControlFormat.is() && !uno::Reference< report::XFixedLine>(_xReportControlFormat,uno::UNO_QUERY).is() ) // this command is really often called so we need a short cut here
{
try
{
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index ebf7792a248b..e034c2b5dce5 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -435,7 +435,7 @@ private:
bool mbOwnTab; /// true = own sheet; false = embedded object.
};
-/** A note object, which is a specialized text box objext. */
+/** A note object, which is a specialized text box object. */
class XclImpNoteObj : public XclImpTextObj
{
public:
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index e83929f67cbe..07f7f3c8c0df 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1402,7 +1402,7 @@ void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects)
pBindings->Invalidate( SID_NAVIGATOR_PAGENAME );
}
}
- // send out page change event and notity to update all acc info for current page
+ // send out page change event and notify to update all acc info for current page
if (mpViewShell)
{
sal_Int32 currentPageIndex = getCurrentSlideIndex();
diff --git a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
index d4b781736392..6507bb957a33 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
@@ -58,7 +58,7 @@ private:
with a different map mode or by a call to Invalidate().
*/
SharedFontPointer maFont;
- /** The mape mode for which maFont was created.
+ /** The map mode for which maFont was created.
*/
MapMode maMapMode;
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 28fd92c80565..f1ec203f12ca 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -296,7 +296,7 @@ void DrawViewShell::SetZoomRect( const Rectangle& rZoomRect )
/**
* PrepareClose, as appropriate end text input, so other viewshells
- * discover an refreshed text objext.
+ * discover a refreshed text object.
*/
bool DrawViewShell::PrepareClose( bool bUI )
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx
index 10bd3e0122d9..4f07fea76ec5 100644
--- a/svx/source/sdr/contact/viewcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx
@@ -366,7 +366,7 @@ namespace sdr
fShearX, fRotate,
aObjectRange.getMinX(), aObjectRange.getMinY()));
- // get the current, unchenged graphic obect from SdrGrafObj
+ // get the current, unchanged graphic object from SdrGrafObj
const GraphicObject& rGraphicObject = GetGrafObject().GetGraphicObject(false);
if(visualisationUsesPresObj())
diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
index 3d5e1c43fe81..4e119601f823 100644
--- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
@@ -150,7 +150,7 @@ namespace sdr
if(nXDist || nYDist)
{
- // #119750# create obect and shadow outline, clip shadow outline
+ // #119750# create object and shadow outline, clip shadow outline
// on object outline. If there is a rest, create shadow. Do this to
// emulate that shadow is *not* visible behind the object for
// transparent object fill for comments in excel
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 94ceb4350359..85e0b784c0c4 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -4213,7 +4213,7 @@ uno::Any SvxItemPropertySet_getPropertyValue( const SfxItemPropertySimpleEntry*
if(!pMap || !pMap->nWID)
return uno::Any();
- // Check is for items that store either metric values if thei are positiv or percentage if thei are negativ.
+ // Check is for items that store either metric values if they are positive or percentage if they are negative.
bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLBMP_SIZEY );
return SvxItemPropertySet::getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertNegativeValues );
}
diff --git a/sw/source/core/docnode/ndtbl1.cxx b/sw/source/core/docnode/ndtbl1.cxx
index 6913c1fbf417..578cd50ecee4 100644
--- a/sw/source/core/docnode/ndtbl1.cxx
+++ b/sw/source/core/docnode/ndtbl1.cxx
@@ -1283,7 +1283,7 @@ static sal_uInt16 lcl_CalcCellFit( const SwLayoutFrm *pCell )
*
* That means that the Line has been "split" by other Cells due to the
* two-dimensional representation used. Thus, we have to distribute the cell's
- * default or minium value amongst the Cell it has been split by.
+ * default or minimum value amongst the Cell it has been split by.
*
* First, we collect the Columns (not the Column separators) which overlap
* with the Cell. We then distribute the desired value according to the
diff --git a/sw/source/core/inc/anchoredobjectposition.hxx b/sw/source/core/inc/anchoredobjectposition.hxx
index ec9617aa769a..21f55e28e886 100644
--- a/sw/source/core/inc/anchoredobjectposition.hxx
+++ b/sw/source/core/inc/anchoredobjectposition.hxx
@@ -355,7 +355,7 @@ namespace objectpositioning
input parameter - horizontal position of object
@param _eRelOrient
- inpt parameter - alignment of object
+ input parameter - alignment of object
@param _rLRSpacing
input parameter - left and right spacing of the object to the text
@@ -401,7 +401,7 @@ namespace objectpositioning
input parameter - horizontal position of object
@param _eRelOrient
- inpt parameter - alignment of object
+ input parameter - alignment of object
@return boolean indicating, if object has to be drawn aside
given fly frame.
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index 1b3f08d787c0..deaf437e6ca9 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -556,7 +556,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertOOoLink(
&aTwipSize.Height(), &aTwipSize.Width() );
// We'll need a (valid) URL. If we don't have do not insert the link and return early.
- // Copy URL into URL oject on the way.
+ // Copy URL into URL object on the way.
INetURLObject aURLObj;
bool bValidURL = !rHRef.isEmpty() &&
aURLObj.SetURL( URIHelper::SmartRel2Abs(
@@ -689,7 +689,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertPlugin(
lcl_putHeightAndWidth( aItemSet, nHeight, nWidth);
// We'll need a (valid) URL, or we need a MIME type. If we don't have
- // either, do not insert plugin and return early. Copy URL into URL oject
+ // either, do not insert plugin and return early. Copy URL into URL object
// on the way.
INetURLObject aURLObj;
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index 3aeb93602602..2022f0fd1ad7 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -1315,7 +1315,7 @@ void VCLXWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds, bool bWithDe
{
// some properties are not included in the FontDescriptor, but every time
// when we have a FontDescriptor we want to have these properties too.
- // => Easier to register the here, istead everywhere where I register the FontDescriptor...
+ // => Easier to register the here, instead everywhere where I register the FontDescriptor...
rIds.push_back( BASEPROPERTY_TEXTCOLOR );
rIds.push_back( BASEPROPERTY_TEXTLINECOLOR );
diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx
index 371751a1d886..c33e862e2f37 100644
--- a/toolkit/source/controls/unocontrolmodel.cxx
+++ b/toolkit/source/controls/unocontrolmodel.cxx
@@ -391,7 +391,7 @@ void UnoControlModel::ImplRegisterProperty( sal_uInt16 nPropId )
{
// some properties are not included in the FontDescriptor, but every time
// when we have a FontDescriptor we want to have these properties too.
- // => Easier to register the here, istead everywhere where I register the FontDescriptor...
+ // => Easier to register the here, instead everywhere where I register the FontDescriptor...
ImplRegisterProperty( BASEPROPERTY_TEXTCOLOR );
ImplRegisterProperty( BASEPROPERTY_TEXTLINECOLOR );
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index fde4faa19bca..78145cf8e8dc 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -923,7 +923,7 @@ void ImplListBoxWindow::MouseMove( const MouseEvent& rMEvt )
ImplCallSelect();
mbTravelSelect = false;
}
- // When list box selection change by mouse move, notity
+ // When list box selection change by mouse move, notify
// VCLEVENT_LISTBOX_SELECT vcl event.
else
{
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx
index 746dae311a7f..fe1d49a70822 100644
--- a/winaccessibility/source/service/AccObjectWinManager.cxx
+++ b/winaccessibility/source/service/AccObjectWinManager.cxx
@@ -358,7 +358,7 @@ short AccObjectWinManager::GetParentRole( XAccessible* pXAcc )
}
/**
- * Update focus objcet by new focused XAccessible interface.
+ * Update focus object by new focused XAccessible interface.
* @param newFocus New XAccessible interface that gets focus.
* @return
*/
@@ -377,7 +377,7 @@ void AccObjectWinManager::UpdateAccFocus(XAccessible* newFocus)
}
/**
- * Update selected objcet by new focused XAccessible interface.
+ * Update selected object by new focused XAccessible interface.
* @param pXAcc XAccessible interface that has selected child changed.
* @return Selected children count.
*/
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 23c9a60de067..b72eede12512 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -824,10 +824,10 @@ class Topics(object):
Note this method does only reducing - if
the number of topics given is greater than the
number of actual topics it does *not* add
- rows !
+ rows!
Note also that the first topic will never be removed.
If the table contains no topics, the whole section will
- be removed uppon finishing.
+ be removed upon finishing.
The reason for that is a "table-design" one: the first topic is
maintained in order to be able to add rows with a design of this topic,
and not of the header row.
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py
index 5f45ae6fe172..765685c21f84 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -215,7 +215,7 @@ class FTPDialog(UnoDialog2, UIConsts):
# updates the hostname, username, password and
# directory text fields.
- # is called uppon initialization.
+ # It's called upon initialization.
def updateUI(self):
DataAware.updateUIs(self.dataAware)
self.setDir(self.folder)
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 471a307a6886..a1fdce63dc5c 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2378,7 +2378,7 @@ void SvXMLExport::SetError(
if ( ( nId & XMLERROR_FLAG_SEVERE ) != 0 )
mnErrorFlags |= SvXMLErrorFlags::DO_NOTHING;
- // create error lsit on demand
+ // create error list on demand
if ( mpXMLErrors == NULL )
mpXMLErrors = new XMLErrors();
diff --git a/xmloff/source/draw/ximp3dscene.cxx b/xmloff/source/draw/ximp3dscene.cxx
index 72055e95c7f6..15b7fb98fd28 100644
--- a/xmloff/source/draw/ximp3dscene.cxx
+++ b/xmloff/source/draw/ximp3dscene.cxx
@@ -225,7 +225,7 @@ SdXML3DSceneAttributesHelper::~SdXML3DSceneAttributesHelper()
maList.clear();
}
-/** creates a 3d ligth context and adds it to the internal list for later processing */
+/** creates a 3d light context and adds it to the internal list for later processing */
SvXMLImportContext * SdXML3DSceneAttributesHelper::create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList)
{
SvXMLImportContext* pContext = new SdXML3DLightContext(mrImport, nPrfx, rLName, xAttrList);