summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.hxx2
-rw-r--r--chart2/source/view/axes/DateScaling.cxx2
-rw-r--r--chart2/source/view/main/VDataSeries.cxx2
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx2
-rw-r--r--connectivity/source/drivers/odbc/OConnection.cxx2
-rw-r--r--dbaccess/source/ui/inc/dsmeta.hxx2
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx2
-rw-r--r--dtrans/source/win32/clipb/WinClipboard.hxx2
-rw-r--r--editeng/source/editeng/editundo.cxx2
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx2
-rw-r--r--filter/source/graphicfilter/idxf/dxfentrd.hxx2
-rw-r--r--forms/source/component/FormsCollection.hxx2
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.cxx2
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--framework/source/jobs/job.cxx2
-rw-r--r--include/connectivity/parameters.hxx2
-rw-r--r--include/osl/thread.hxx2
-rw-r--r--include/sfx2/msg.hxx2
-rw-r--r--include/svtools/editbrowsebox.hxx2
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx2
-rw-r--r--include/ucbhelper/interactionrequest.hxx2
-rw-r--r--include/ucbhelper/registerucb.hxx2
-rw-r--r--include/vcl/textview.hxx2
-rw-r--r--sc/JunitTest_sc_complex.mk2
-rw-r--r--sc/source/filter/inc/pivotcachebuffer.hxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
-rw-r--r--sc/source/ui/vba/vbatitle.hxx2
-rw-r--r--sd/source/ui/remotecontrol/Server.cxx2
-rw-r--r--sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx2
-rw-r--r--sdext/source/presenter/PresenterNotesView.hxx2
-rw-r--r--setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx2
-rw-r--r--sfx2/source/appl/lnkbase2.cxx2
-rw-r--r--sfx2/source/appl/newhelp.cxx2
-rw-r--r--shell/source/win32/shlxthandler/infotips/infotips.cxx2
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx2
-rw-r--r--svx/source/xoutdev/xattrbmp.cxx2
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx2
-rw-r--r--sw/source/core/crsr/findtxt.cxx2
-rw-r--r--sw/source/core/doc/docnew.cxx2
-rw-r--r--sw/source/core/doc/docsort.cxx2
-rw-r--r--sw/source/core/docnode/ndsect.cxx2
-rw-r--r--sw/source/filter/basflt/fltshell.cxx2
-rw-r--r--sw/source/filter/html/swhtml.cxx4
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx2
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx2
-rw-r--r--sw/source/uibase/uiview/scroll.cxx2
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx4
-rw-r--r--vcl/generic/print/genprnpsp.cxx6
-rw-r--r--vcl/source/window/mouse.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
-rw-r--r--xmloff/source/forms/elementexport.cxx2
-rw-r--r--xmloff/source/forms/elementexport.hxx4
-rw-r--r--xmloff/source/forms/formattributes.hxx2
-rw-r--r--xmloff/source/forms/propertyexport.cxx2
-rw-r--r--xmloff/source/text/txtexppr.cxx2
-rw-r--r--xmloff/source/transform/AttrTransformerAction.hxx2
56 files changed, 61 insertions, 61 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx
index b13e8eafb1b2..fe6f2c9571ee 100644
--- a/chart2/source/model/template/ChartTypeTemplate.hxx
+++ b/chart2/source/model/template/ChartTypeTemplate.hxx
@@ -222,7 +222,7 @@ protected:
<p>As default, this method creates as many axes as there are dimensions
in the given first coordinate system. Each of the axis
represents one of the dimensions of the coordinate systems. If there are series
- requesting asecondary axes a secondary y axes is added</p>
+ requesting a secondary axes a secondary y axes is added</p>
*/
void createAxes(
const ::com::sun::star::uno::Sequence<
diff --git a/chart2/source/view/axes/DateScaling.cxx b/chart2/source/view/axes/DateScaling.cxx
index daf6f4ffd5e6..52d8ef7890a0 100644
--- a/chart2/source/view/axes/DateScaling.cxx
+++ b/chart2/source/view/axes/DateScaling.cxx
@@ -72,7 +72,7 @@ double SAL_CALL DateScaling::doScaling( double value )
case MONTH:
default:
fResult = aDate.GetYear();
- fResult *= lcl_fNumberOfMonths;//asssuming equal count of months in each year
+ fResult *= lcl_fNumberOfMonths;//assuming equal count of months in each year
fResult += aDate.GetMonth();
double fDayOfMonth = aDate.GetDay();
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index 043cbaae673c..3efa477734ca 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -286,7 +286,7 @@ void VDataSeries::doSortByXValues()
if( m_aValues_X.is() && m_aValues_X.Doubles.getLength() )
{
//prepare a vector for sorting
- std::vector< ::std::vector< double > > aTmp;//outer vector are points, inner vector are the different values of athe point
+ std::vector< ::std::vector< double > > aTmp;//outer vector are points, inner vector are the different values of the point
double fNan;
::rtl::math::setNan( & fNan );
sal_Int32 nPointIndex = 0;
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
index 2332ba38173a..5c1814f0b3fb 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
@@ -134,7 +134,7 @@ static nsresult insertPABDescription()
{
nsresult rv = NS_OK ;
// mozilla loads the descriptions of pab and history from a file named addressbook.properties
- // we never deliver it with OOo,so mozab does not auot load personal addressbook and Collected addresses
+ // we never deliver it with OOo,so mozab does not auto load personal addressbook and Collected addresses
// If we want to deliver addressbook.properties with OOo,we have to deal with hole mozilla chrome mechanism.
// So I insert the descriptiones as user prefes,they will cover the default value.
diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx
index 39c855bcbd8e..59c969a94314 100644
--- a/connectivity/source/drivers/odbc/OConnection.cxx
+++ b/connectivity/source/drivers/odbc/OConnection.cxx
@@ -169,7 +169,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& aConnectStr, sal_Int32 nTi
}
- // autocoomit is always default
+ // autocommit is always default
if (!m_bReadOnly)
N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT, reinterpret_cast<SQLPOINTER>(SQL_AUTOCOMMIT_ON),SQL_IS_INTEGER);
diff --git a/dbaccess/source/ui/inc/dsmeta.hxx b/dbaccess/source/ui/inc/dsmeta.hxx
index 5b1a1f4dfc39..63ef28671e5e 100644
--- a/dbaccess/source/ui/inc/dsmeta.hxx
+++ b/dbaccess/source/ui/inc/dsmeta.hxx
@@ -32,7 +32,7 @@
namespace dbaui
{
- // AutheticationMode
+ // AuthenticationMode
enum AuthenticationMode
{
AuthNone,
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx
index 3a0796ecf102..b4df5f58f800 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -137,7 +137,7 @@ namespace dbaui
#endif // # _MSC_VER
private:
- // for asny execution of XDispatch::dispatch
+ // for any execution of XDispatch::dispatch
struct DispatchArgs
{
::com::sun::star::util::URL aURL;
diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx
index 6efc60817cba..e40defb1dd58 100644
--- a/dtrans/source/win32/clipb/WinClipboard.hxx
+++ b/dtrans/source/win32/clipb/WinClipboard.hxx
@@ -45,7 +45,7 @@ class CWinClipbImpl;
// class instance
// watch out: we are using only one static member variable and not a list
// because we assume to be instantiated only once
-// this will be asured by an OneInstanceFactory of the service and not
+// this will be assured by an OneInstanceFactory of the service and not
// by this class!
// helper class, so that the mutex is constructed
diff --git a/editeng/source/editeng/editundo.cxx b/editeng/source/editeng/editundo.cxx
index dc6309c122ef..523f8c6cc175 100644
--- a/editeng/source/editeng/editundo.cxx
+++ b/editeng/source/editeng/editundo.cxx
@@ -595,7 +595,7 @@ void EditUndoTransliteration::Undo()
EditSelection aSel = pEE->CreateSelection(aNewESel);
- // Insert text, but don't expand Atribs at the current position:
+ // Insert text, but don't expand Attribs at the current position:
aSel = pEE->DeleteSelected( aSel );
EditSelection aDelSel( aSel );
aSel = pEE->InsertParaBreak( aSel );
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index 0d96f1dd61ab..8f8cb6c7a6c5 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -56,7 +56,7 @@ namespace abp
/// retrieves the names of all data sources
void getDataSourceNames( StringBag& _rNames ) const;
- /// disambiguates the given name by appending auccessive numbers
+ /// disambiguates the given name by appending successive numbers
OUString& disambiguate(OUString& _rDataSourceName);
/// creates a new MORK data source
diff --git a/filter/source/graphicfilter/idxf/dxfentrd.hxx b/filter/source/graphicfilter/idxf/dxfentrd.hxx
index 276450e9fc4c..83b991005141 100644
--- a/filter/source/graphicfilter/idxf/dxfentrd.hxx
+++ b/filter/source/graphicfilter/idxf/dxfentrd.hxx
@@ -433,7 +433,7 @@ class DXFHatchEntity : public DXFBasicEntity
DXFVector aElevationPoint;
sal_Int32 nFlags; // 70 (solid fill = 1, pattern fill = 0)
- sal_Int32 nAssociativityFlag; // 71 (assoiciative = 1, non-associative = 0)
+ sal_Int32 nAssociativityFlag; // 71 (associative = 1, non-associative = 0)
sal_Int32 nBoundaryPathCount; // 91
sal_Int32 nHatchStyle; // 75 (odd parity = 0, outmost area = 1, entire area = 2 )
sal_Int32 nHatchPatternType; // 76 (user defined = 0, predefined = 1, custom = 2)
diff --git a/forms/source/component/FormsCollection.hxx b/forms/source/component/FormsCollection.hxx
index 7344baad8987..5398542fa520 100644
--- a/forms/source/component/FormsCollection.hxx
+++ b/forms/source/component/FormsCollection.hxx
@@ -32,7 +32,7 @@ namespace frm
{
// OFormsCollection
-// Implements the UNO Container for Forms and contains all assigend Forms.
+// Implements the UNO Container for Forms and contains all assigned Forms.
// It can either represent the Context for Forms or be passed a Context.
typedef ::cppu::OComponentHelper FormsCollectionComponentBase;
diff --git a/fpicker/source/win32/filepicker/previewadapter.cxx b/fpicker/source/win32/filepicker/previewadapter.cxx
index 1655fe2fb4cb..0cd90f3ebd04 100644
--- a/fpicker/source/win32/filepicker/previewadapter.cxx
+++ b/fpicker/source/win32/filepicker/previewadapter.cxx
@@ -203,7 +203,7 @@ void SAL_CALL CPreviewAdapterImpl::calcRightMargin()
{
// Calculate the right reference margin
- // Assumtions:
+ // Assumption:
// 1. This method will be called before the dialog becomes
// visible
// 2. There exist a FileListbox with the id lst1 even
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 2e0cdb1fc46c..a16b74211f87 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -227,7 +227,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
/**
@short asynchronous callback
- @descr We start all actions inside this object asnychronoue.
+ @descr We start all actions inside this object asynchronous
(see comments there).
Now we do the following:
- close all views to the same document, if needed and possible
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 50934c96ff7b..2e7721b2fb92 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -270,7 +270,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
@short kill this job
@descr It doesn't matter if this request is called from inside or
from outside. We release our internal structures and stop
- avary activity. After doing so - this instance will not be
+ every activity. After doing so - this instance will not be
useable any longer! Of course we try to handle further requests
carefully. Maybe someone else holds a reference to us ...
*/
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index ce4995985513..f4908372f40d 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -356,7 +356,7 @@ namespace dbtools
*/
bool consultParameterListeners( ::osl::ResettableMutexGuard& _rClearForNotifies );
- /** mark an externally filled parameter asvisited
+ /** mark an externally filled parameter as visited
*/
void externalParameterVisited( sal_Int32 _nIndex );
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 7b1e06ad386f..4e5c335f28b3 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -211,7 +211,7 @@ public:
}
/** Get the data associated with the data key.
- @returns The data asscoitaed with the data key or
+ @returns The data associated with the data key or
NULL if no data was set
*/
void* SAL_CALL getData()
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 5cb9c30c5d04..40819b7a1c99 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -222,7 +222,7 @@ public:
sal_uInt16 nSlotId; // Unique slot-ID in Shell
sal_uInt16 nGroupId; // for configuration region
sal_uIntPtr nHelpId; // Usually == nSlotId
- SfxSlotMode nFlags; // artihmetic ordered Flags
+ SfxSlotMode nFlags; // arithmetic ordered Flags
sal_uInt16 nMasterSlotId; // Enum-Slot for example Which-Id
sal_uInt16 nValue; // Value, in case of Enum-Slot
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index d0dec9fe7be5..16338a8e7688 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -482,7 +482,7 @@ namespace svt
ImplSVEvent * nStartEvent, * nEndEvent, * nCellModifiedEvent; // event ids
VclPtr<vcl::Window> m_pFocusWhileRequest;
// In ActivateCell, we grab the focus asynchronously, but if between requesting activation
- // and the asynchornous event the focus has changed, we won't grab it for ourself.
+ // and the asynchronous event the focus has changed, we won't grab it for ourself.
long nPaintRow; // row being painted
long nEditRow, nOldEditRow;
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx
index c6a81674d42f..288212019bb2 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -130,7 +130,7 @@ private:
@param _rxControl
the control to add. Must not be <NULL/>
@param _pName
- Pointer to a name for the control. Might be <NULL/>, in this case an auotmatic name is generated
+ Pointer to a name for the control. Might be <NULL/>, in this case an automatic name is generated
@return
the ID of the newly added control
*/
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index ca86acfb6525..d0996d703493 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -401,7 +401,7 @@ public:
* authentication-remember-mode for accounts preferred by the
* requesting client.
* @param bCanUseSystemCredentials indicates whether issuer of the
- * authetication request can obtain and use system credentials
+ * authentication request can obtain and use system credentials
* for authentication.
* @param bDefaultUseSystemCredentials specifies the default system
* credentials usage preferred by the requesting client
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index d307f86c8c28..2fbf1e8baf0d 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -85,7 +85,7 @@ typedef std::vector< ContentProviderData > ContentProviderDataList;
@param rTemplate The URL template to register the content provider on.
@param pInfo If not null, this output parameter is filled with
- information about the (atemptively) registered provider.
+ information about the (attemptively) registered provider.
*/
UCBHELPER_DLLPUBLIC bool registerAtUcb(
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index 721c0c06a706..e126ea23c868 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -187,7 +187,7 @@ public:
/**
Drag and Drop, deleting and selection regards all text that has an attribute
TEXTATTR_PROTECTED set as one entity. Drag and dropped text is automatically
- attibuted as protected.
+ attributed as protected.
*/
void SupportProtectAttribute(bool bSupport);
diff --git a/sc/JunitTest_sc_complex.mk b/sc/JunitTest_sc_complex.mk
index 4472b6cff0b1..8fedb478745a 100644
--- a/sc/JunitTest_sc_complex.mk
+++ b/sc/JunitTest_sc_complex.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_JunitTest_JunitTest,sc_complex))
-# sc/qa/complex/calcPreview/ tests do not work autmatically (they request "Press
+# sc/qa/complex/calcPreview/ tests do not work automatically (they request "Press
# any key after resizing" etc.)
$(eval $(call gb_JunitTest_add_classes,sc_complex, \
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index b32407199063..a7a45022089a 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -336,7 +336,7 @@ struct PCDefinitionModel
bool mbRefreshOnLoad; /// True = try to refresh cache on load.
bool mbOptimizeMemory; /// True = application may optimize memory usage.
bool mbEnableRefresh; /// True = refreshing cache is enabled in UI.
- bool mbBackgroundQuery; /// True = application queries data asynchonously.
+ bool mbBackgroundQuery; /// True = application queries data asynchronously.
bool mbUpgradeOnRefresh; /// True = application may upgrade cache version.
bool mbTupleCache; /// True = cache stores OLAP functions.
bool mbSupportSubquery; /// True = data source supports subqueries.
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index f47c1c0d4c63..b1ee0e2be142 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4438,7 +4438,7 @@ ScVbaRange::AutoFilter( const uno::Any& aField, const uno::Any& Criteria1, const
throw uno::RuntimeException("Failed to find the autofilter placeholder range" );
uno::Reference< beans::XPropertySet > xDBRangeProps( xDataBaseRange, uno::UNO_QUERY_THROW );
- // set autofilt
+ // set autofilter
xDBRangeProps->setPropertyValue( "AutoFilter", uno::Any(sal_True) );
// set header (autofilter always need column headers)
uno::Reference< beans::XPropertySet > xFiltProps( xDataBaseRange->getFilterDescriptor(), uno::UNO_QUERY_THROW );
diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx
index 06767bb89d88..b0ac54ba9ae3 100644
--- a/sc/source/ui/vba/vbatitle.hxx
+++ b/sc/source/ui/vba/vbatitle.hxx
@@ -52,7 +52,7 @@ public:
// #TODO find out what the proper parent should be
// leaving as set by the helperapi for the moment
// #TODO we really need the ScDocument to pass to ScVbaInterior
- // otherwise attemps to access the palette will fail
+ // otherwise attempts to access the palette will fail
return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet );
}
css::uno::Reference< ov::excel::XFont > SAL_CALL Font( ) throw (css::script::BasicErrorException, css::uno::RuntimeException)
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx
index 06093bb38104..0b7f37a62f23 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -259,7 +259,7 @@ std::vector< ::boost::shared_ptr< ClientInfo > > RemoteServer::getClients()
// since the user is more likely to be trying to connect a new remote
// than removing an existing remote.
// We can also be sure that pre-authorised clients will not be on the
- // available clients list, as they get automatially connected if seen.
+ // available clients list, as they get automatically connected if seen.
// TODO: we should probably add some sort of extra labelling to mark
// authorised AND connected client.
Reference< XNameAccess > const xConfig = officecfg::Office::Impress::Misc::AuthorisedRemotes::get();
diff --git a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
index eb4b40520c6b..206ef860819e 100644
--- a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
+++ b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
@@ -62,7 +62,7 @@ public:
*/
virtual bool IsVisible (CacheKey aKey) = 0;
- /** Return the page associdated with the given key. Note that different
+ /** Return the page associated with the given key. Note that different
keys may map to a single page (this may be the case with custom
slide shows.)
*/
diff --git a/sdext/source/presenter/PresenterNotesView.hxx b/sdext/source/presenter/PresenterNotesView.hxx
index 16a8e949e917..ce1734bb8cb6 100644
--- a/sdext/source/presenter/PresenterNotesView.hxx
+++ b/sdext/source/presenter/PresenterNotesView.hxx
@@ -75,7 +75,7 @@ public:
virtual void SAL_CALL disposing() SAL_OVERRIDE;
/** Typically called from setCurrentSlide() with the notes page that is
- associed with the slide given to setCurrentSlide().
+ associeted with the slide given to setCurrentSlide().
Iterates over all text shapes on the given notes page and diplays
the concatenated text of these.
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index c0ea0680489a..fcf8d92cf445 100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -233,7 +233,7 @@ static void saveOldRegistration( LPCSTR lpSubKey )
{
szBuffer[nSize] = '\0';
- // No need to save assocations for our own types
+ // No need to save associations for our own types
if ( strncmp( szBuffer, "LibreOffice.", 12 ) != 0 )
{
// Save the old association
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index ac35800f3d99..87ace2f2003e 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -363,7 +363,7 @@ bool SvBaseLink::Update()
}
if( xObj.Is() )
{
- // should be asynschron?
+ // should be asynchronous?
if( xObj->IsPending() )
return true;
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 717a813d9c14..1627160142dc 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2737,7 +2737,7 @@ void SfxHelpWindow_Impl::MakeLayout()
Hide() / Show() will produce strange effects.
The returned size (used later to be written back into the configuration)
is not the right after a resize during the window is hidden.
- If this resize is done if the window is visible evyrthing works as aspected.
+ If this resize is done if the window is visible everything works as expected.
Some VCL-patches could not solve this problem so I've established the
workaround: resize the help window if it's visible .-)
*/
diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx
index 657bcf279d12..4d20b39ec27a 100644
--- a/shell/source/win32/shlxthandler/infotips/infotips.cxx
+++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx
@@ -278,7 +278,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD /*dwFlags*/, wchar_t** ppws
}
- //finalize and assignthe string.
+ //finalize and assign the string.
LPMALLOC lpMalloc;
HRESULT hr = SHGetMalloc(&lpMalloc);
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index d94e2c7be190..1104690e313d 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -709,7 +709,7 @@ EnhancedCustomShape2d::EnhancedCustomShape2d( SdrObject* pAObj ) :
ClearItem( SDRATTR_TEXTDIRECTION ); //SJ: vertical writing is not required, by removing this item no outliner is created
- // #i105323# For 2D AtoShapes, the shadow attirbute does not need to be applied to any
+ // #i105323# For 2D AtoShapes, the shadow attribute does not need to be applied to any
// of the constucted helper SdrObjects. This would lead to problems since the shadow
// of one helper object would fall on one helper object behind it (e.g. with the
// eyes of the smiley shape). This is not wanted; instead a single shadow 'behind'
diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx
index acbb94fff80d..b4cdfe315c83 100644
--- a/svx/source/xoutdev/xattrbmp.cxx
+++ b/svx/source/xoutdev/xattrbmp.cxx
@@ -264,7 +264,7 @@ bool isHistorical8x8(const BitmapEx& rBitmapEx, BitmapColor& o_rBack, BitmapColo
{
const BitmapPalette& rPalette = pRead->GetPalette();
- // #i123564# bachground and foregrund were exchanged; of course
+ // #i123564# background and foreground were exchanged; of course
// rPalette[0] is the background color
o_rFront = rPalette[1];
o_rBack = rPalette[0];
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 0c215a97a024..b655b99dfd10 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -437,7 +437,7 @@ DECLARE_OOXMLEXPORT_TEST(testfdo78882, "fdo78882.docx")
DECLARE_OOXMLEXPORT_TEST(testfdo76934, "fdo76934.docx")
{
- /* Issue was, AuoSpacing property if present inside styles.xml, LO was not able to
+ /* Issue was, AutoSpacing property if present inside styles.xml, LO was not able to
* preserve it.
*/
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx
index 3d28b6bed96c..eec87499f914 100644
--- a/sw/source/core/crsr/findtxt.cxx
+++ b/sw/source/core/crsr/findtxt.cxx
@@ -340,7 +340,7 @@ bool SwPaM::Find( const SearchOptions& rSearchOpt, bool bSearchInNotes , utl::Te
}
}
- // If we just finished search in shape text, don't attept to do that again.
+ // If we just finished search in shape text, don't attempt to do that again.
if (!bEndedTextEdit)
{
// If there are any shapes anchored to this node, search there.
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 939f270e88f4..548bd633358b 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -290,7 +290,7 @@ SwDoc::SwDoc()
// It is also hard to find all places where the initial ItemSets for Writer (including
// style hierarchies) are created and to always set (but only at the root) the FillStyle
// to NONE fixed; that will add that attribute to the file format. It will be hard to reset
- // attribbute sets (which is done at import and using UI). Also not a good solution.
+ // attribute sets (which is done at import and using UI). Also not a good solution.
// Luckily Writer uses pDfltTextFormatColl as default parent for all paragraphs and similar, thus
// it is possible to set this attribute here. It will be not reset when importing.
mpDfltTextFormatColl->SetFormatAttr(XFillStyleItem(drawing::FillStyle_NONE));
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx
index c74eed9b0ebd..a4fdcaaebf0c 100644
--- a/sw/source/core/doc/docsort.cxx
+++ b/sw/source/core/doc/docsort.cxx
@@ -864,7 +864,7 @@ sal_uInt16 FlatFndBox::GetRowCount(const _FndBox& rBox)
return nLines;
}
-/// Create a linear array of atmoic FndBoxes
+/// Create a linear array of atomic FndBoxes
void FlatFndBox::FillFlat(const _FndBox& rBox, bool bLastBox)
{
bool bModRow = false;
diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx
index 0da9ae91a690..194323d5f58f 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -1038,7 +1038,7 @@ SwSectionNode::~SwSectionNode()
SwSectionFormat* pFormat = m_pSection->GetFormat();
if( pFormat )
{
- // Remove the Attributei, because the Section deletes it's Format
+ // Remove the Attribute, because the Section deletes it's Format
// and it will neutralize the Section, if the Content Attribute is set
pFormat->LockModify();
pFormat->ResetFormatAttr( RES_CNTNT );
diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx
index 9a6186c228b4..7e4da738ba2d 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -144,7 +144,7 @@ bool SwFltStackEntry::MakeRegion(SwDoc* pDoc, SwPaM& rRegion, bool bCheck,
rRegion.GetPoint()->nContent.Assign(pCNd, rPtPos.m_nContent);
OSL_ENSURE( CheckNodesRange( rRegion.Start()->nNode,
rRegion.End()->nNode, true ),
- "atttribute or similar crosses section-boundaries" );
+ "attribute or similar crosses section-boundaries" );
if( bCheck )
return CheckNodesRange( rRegion.Start()->nNode,
rRegion.End()->nNode, true );
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 6895714fe0c2..9d7b928d33f9 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -2680,7 +2680,7 @@ void SwHTMLParser::_SetAttr( bool bChkEnd, bool bBeforeTable,
}
else
{
- // Attribiute im Content-Bereich duerfen nicht gesetzt
+ // Attribute im Content-Bereich duerfen nicht gesetzt
// werden, wenn wir in einem Sonderbereich stehen, aber
// umgekekehrt schon.
sal_uLong nEndOfIcons = pDoc->GetNodes().GetEndOfExtras().GetIndex();
@@ -3043,7 +3043,7 @@ bool SwHTMLParser::EndAttr( _HTMLAttr* pAttr, _HTMLAttr **ppDepAttr,
nEndCnt != pAttr->GetSttCnt() )
{
bInsert = true;
- // We do some optimization for script depenedent attribtes here.
+ // We do some optimization for script depenedent attributes here.
if( *pEndIdx == pAttr->GetSttPara() )
{
lcl_swhtml_getItemInfo( *pAttr, bScript, bFont, nScriptItem );
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index b7ce59d29db5..61a6b0fcc767 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -920,7 +920,7 @@ private:
std::unique_ptr<sax_fastparser::FastAttributeList> m_pRunSdtPrDataBindingAttrs;
/// Value of the <w:alias> paragraph SDT element.
OUString m_aParagraphSdtPrAlias;
- /// Same as m_aParagraphSdtPrAlias, but its content is aviailable till the SDT is closed.
+ /// Same as m_aParagraphSdtPrAlias, but its content is available till the SDT is closed.
OUString m_aStartedParagraphSdtPrAlias;
OUString m_aRunSdtPrAlias;
/// Currently paragraph SDT has a <w:id> child element.
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 267cd7909a00..45a41a2404b9 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2770,7 +2770,7 @@ void SwWW8ImplReader::Read_Symbol(sal_uInt16, const sal_uInt8* pData, short nLen
}
else
{
- // Make new Font-Atribut
+ // Make new Font-Attribut
// (will be closed in SwWW8ImplReader::ReadChars() )
//Will not be added to the charencoding stack, for styles the real
diff --git a/sw/source/uibase/uiview/scroll.cxx b/sw/source/uibase/uiview/scroll.cxx
index 59812dcead71..4ff7d471ef8a 100644
--- a/sw/source/uibase/uiview/scroll.cxx
+++ b/sw/source/uibase/uiview/scroll.cxx
@@ -95,7 +95,7 @@ void SwScrollbar::SetAuto(bool bSet)
{
bAuto = bSet;
- // hide autmatically - automatisch versteckt - then show
+ // hide automatically - automatisch versteckt - then show
if(!bAuto && bVisible && !ScrollBar::IsVisible())
ExtendedShow(true);
else if(bAuto)
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index caf0898d26d1..27f6fa2214bb 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -216,8 +216,8 @@ class Moderator
{
// usage restriction:
// It might be possible, that the call to the interactionhandler and/or
- // progresshandler is done asynchrounsly, while the 'execute' simply
- // returns. This would imply that these class must be refcounted !!!
+ // progresshandler is done asynchronously, while the 'execute' simply
+ // returns. This would imply that these class must be refcounted!!!
public:
Moderator(
diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx
index 26d72a96abcd..faaddc9b0a54 100644
--- a/vcl/generic/print/genprnpsp.cxx
+++ b/vcl/generic/print/genprnpsp.cxx
@@ -18,10 +18,10 @@
*/
/**
- this file implements the sal printer interface ( SalPrinter, SalInfoPrinter
- and some printer relevant methods of SalInstance and SalGraphicsData )
+ this file implements the sal printer interface (SalPrinter, SalInfoPrinter
+ and some printer relevant methods of SalInstance and SalGraphicsData)
- as aunderlying library the printer features of psprint are used.
+ as underlying library the printer features of psprint are used.
The query methods of a SalInfoPrinter are implemented by querying psprint
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 3582ed62a3cd..b92bb20cc41b 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -248,7 +248,7 @@ void Window::ImplGrabFocus( GetFocusFlags nFlags )
return;
// we only need to set the focus if it is not already set
- // note: if some other frame is waiting for an asynchrounous focus event
+ // note: if some other frame is waiting for an asynchronous focus event
// we also have to post an asynchronous focus event for this frame
// which is done using ToTop
ImplSVData* pSVData = ImplGetSVData();
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index fac5f3bcdeba..ef359f82b089 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2326,7 +2326,7 @@ void SdXMLCaptionShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
// because NbcAdjustTextFrameWidthAndHeight() is called (text is set later and center alignment
// is the default setting, so the top left reference point that is used by the caption point is
// no longer correct) There are two ways to solve this problem, temporarily disabling the
- // autogrowwith as we are doing here or to apply the CaptionPoint after setting text
+ // autogrowwidth as we are doing here or to apply the CaptionPoint after setting text
bool bIsAutoGrowWidth = false;
if ( xProps.is() )
{
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx
index 091e2e73e38e..322374c6abe3 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -783,7 +783,7 @@ namespace xmloff
static const sal_uInt16 nCurrentValueAttributeNamespaceKey = OAttributeMetaData::getCommonControlAttributeNamespace(CCA_CURRENT_VALUE);
static const sal_uInt16 nValueAttributeNamespaceKey = OAttributeMetaData::getCommonControlAttributeNamespace(CCA_VALUE);
- // add the atrtributes if necessary and possible
+ // add the attributes if necessary and possible
if (pCurrentValuePropertyName && (CCA_CURRENT_VALUE & m_nIncludeCommon))
{
// don't export the current-value if this value originates from a data binding
diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx
index 77294416e1d2..07ddce124d4f 100644
--- a/xmloff/source/forms/elementexport.hxx
+++ b/xmloff/source/forms/elementexport.hxx
@@ -153,8 +153,8 @@ namespace xmloff
/** adds the attributes which are handled via generic IPropertyHandlers
- <p>In the future, this really should be *all* attribiutes, instead of this shitload of
- hand-crafted code we have currently ...</p>
+ <p>In the future, this really should be *all* attributes, instead of this shitload of
+ hand-crafted code we have currently...</p>
*/
void exportGenericHandlerAttributes();
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx
index 299e8e0cc753..3449606d23d6 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -61,7 +61,7 @@ namespace xmloff
#define CCA_VISUAL_EFFECT 0x00800000
#define CCA_ENABLEVISIBLE 0x01000000
- // flags for database control atttributes
+ // flags for database control attributes
#define DA_BOUND_COLUMN 0x00000001
#define DA_CONVERT_EMPTY 0x00000002
#define DA_DATA_FIELD 0x00000004
diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx
index 4fd3d4f02658..3627dd48c487 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -467,7 +467,7 @@ namespace xmloff
return;
}
- // finally add the attribuite to the context
+ // finally add the attribute to the context
AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue);
}
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx
index dfb35946fa20..1d05e3ebe5e3 100644
--- a/xmloff/source/text/txtexppr.cxx
+++ b/xmloff/source/text/txtexppr.cxx
@@ -348,7 +348,7 @@ lcl_checkMultiProperty(XMLPropertyState *const pState,
/**
* Filter context of paragraph and character borders.
- * Compress border attriubtes. If one of groupable attributes (border type, border width, padding)
+ * Compress border attributes. If one of groupable attributes (border type, border width, padding)
* is equal for all four side then just one general attribute will be exported.
**/
static void lcl_FilterBorders(
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx b/xmloff/source/transform/AttrTransformerAction.hxx
index 81b2d9388cfe..0aef831c7c43 100644
--- a/xmloff/source/transform/AttrTransformerAction.hxx
+++ b/xmloff/source/transform/AttrTransformerAction.hxx
@@ -97,7 +97,7 @@ enum XMLAttrTransformerAction
// - param1: pacakage URI are supported
XML_ATACTION_URI_OASIS, // an URI in OASIS notation
// - param1: pacakage URI are supported
- XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attrbiute
+ XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attribute
// - param1: token of old attribute value (lower 16 bit)
// + token of new attribute value (upper 16 bit)
// - param2: token of old attribute value