summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx2
-rw-r--r--chart2/source/view/main/ChartView.cxx2
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx2
-rw-r--r--include/svtools/accessibletable.hxx2
-rw-r--r--include/svtools/accessibletableprovider.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xffootnote.hxx2
-rw-r--r--qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java4
-rw-r--r--sc/source/ui/pagedlg/scuitphfedit.cxx2
-rw-r--r--vcl/source/window/legacyaccessibility.cxx4
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.hxx2
10 files changed, 13 insertions, 13 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 4f9be0c43b82..747a12044ecc 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -1758,7 +1758,7 @@ void VCartesianAxis::createTickMarkLineShapes( TickInfoArrayType& rTickInfos, co
//add ticks at labels:
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue
, fInnerDirectionSign , rTickmarkProperties, bTicksAtLabels );
- //add ticks at axis (without lables):
+ //add ticks at axis (without labels):
if( !bOnlyAtLabels && m_aAxisProperties.m_eTickmarkPos == ::com::sun::star::chart::ChartAxisMarkPosition_AT_LABELS_AND_AXIS )
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue
, m_aAxisProperties.maLabelAlignment.mfInnerTickDirection, rTickmarkProperties, !bTicksAtLabels );
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 030206722b1d..66d64bfc5580 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2908,7 +2908,7 @@ void SAL_CALL ChartView::update() throw (uno::RuntimeException, std::exception)
//Although in general it is a bad idea to change the model from within the view this is exceptionally the best place to do this special conversion.
//When a view update is requested (what happens for creating the metafile or displaying
//the chart in edit mode or printing) it is most likely that all necessary information are available - like the underlying spreadsheet data for example.
- //Those data is important for the correct axis lable sizes which are needed during conversion.
+ //Those data are important for the correct axis label sizes which are needed during conversion.
if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( mrChartModel, true, false ) )
impl_updateView();
}
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index 3cc3484df65d..c7ea9f32d2d9 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -643,7 +643,7 @@ sal_Bool SAL_CALL ODatabaseDocument::wasModifiedSinceLastSave() throw ( RuntimeE
// auto recovery is an "UI feature", it is to restore the UI the user knows. Thus,
// we ask our connected controllers, not simply our existing form/report definitions.
// (There is some information which even cannot be obtained without asking the controller.
- // For instance, newly created, but not yet saved, forms/reports are acessible via the
+ // For instance, newly created, but not yet saved, forms/reports are accessible via the
// controller only, but not via the model.)
try
diff --git a/include/svtools/accessibletable.hxx b/include/svtools/accessibletable.hxx
index 1f88a354972d..6b85734ed23c 100644
--- a/include/svtools/accessibletable.hxx
+++ b/include/svtools/accessibletable.hxx
@@ -122,7 +122,7 @@ protected:
};
-/** interface for an implementation of a table control's Accesible component
+/** interface for an implementation of a table control's Accessible component
*/
class IAccessibleTableControl
{
diff --git a/include/svtools/accessibletableprovider.hxx b/include/svtools/accessibletableprovider.hxx
index bd219963c96f..24549892db82 100644
--- a/include/svtools/accessibletableprovider.hxx
+++ b/include/svtools/accessibletableprovider.hxx
@@ -130,7 +130,7 @@ protected:
};
-/** interface for an implementation of a table control's Accesible component
+/** interface for an implementation of a table control's Accessible component
*/
class IAccessibleTabListBox
{
@@ -154,7 +154,7 @@ protected:
~IAccessibleTabListBox() {}
};
-/** interface for an implementation of a browse box's Accesible component
+/** interface for an implementation of a browse box's Accessible component
*/
class IAccessibleBrowseBox
{
diff --git a/lotuswordpro/source/filter/xfilter/xffootnote.hxx b/lotuswordpro/source/filter/xfilter/xffootnote.hxx
index 44f65a68c42c..fe76b5a03b13 100644
--- a/lotuswordpro/source/filter/xfilter/xffootnote.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffootnote.hxx
@@ -67,7 +67,7 @@
/**
* @brief
* Foot note object.
- * Foot note has a lable, which is used in page content, and footnote contents in the footnote section.
+ * Foot note has a label, which is used in page content, and footnote contents in the footnote section.
*/
class XFFootNote : public XFContentContainer
{
diff --git a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
index 407130e7f994..d601f1f2251b 100644
--- a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
+++ b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
@@ -87,7 +87,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/**
* Test adds listener to the object, then selects first and
* then second instances to be sure that selection was changed.<p>
- * Has <b>OK</b> status if selection lisener was called.
+ * Has <b>OK</b> status if selection listener was called.
*/
public void _addSelectionChangeListener(){
boolean res = true;
@@ -155,7 +155,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/**
* Test removes listener, then selects first and
* then second instances to be sure that selection was changed.<p>
- * Has <b>OK</b> status if selection lisener was not called.
+ * Has <b>OK</b> status if selection listener was not called.
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addSelectionChangeListener() </code> : to have
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 8ab48212ac61..7c5e01c15403 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -111,7 +111,7 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent,
m_pFtDefinedHF->Show();
m_pFtCustomHF->Show();
- //swap left/right areas and their lables in RTL mode
+ //swap left/right areas and their labels in RTL mode
if( Application::GetSettings().GetLayoutRTL() )
{
vcl::Window *pLeft = get<vcl::Window>("labelFT_LEFT");
diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx
index 9d01dd56d856..aa0cf67ad3f3 100644
--- a/vcl/source/window/legacyaccessibility.cxx
+++ b/vcl/source/window/legacyaccessibility.cxx
@@ -46,7 +46,7 @@ static vcl::Window* ImplGetLabelFor( vcl::Window* pFrameWindow, WindowType nMyTy
nMyType == WINDOW_FIXEDLINE ||
nMyType == WINDOW_GROUPBOX )
{
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a fixed text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a fixed text.
// See tools/options/print for example.
bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) || (nMyType == WINDOW_FIXEDLINE);
// get index, form start and form end
@@ -201,7 +201,7 @@ Window* Window::getLegacyNonLayoutAccessibleRelationLabeledBy() const
// if( ! ( GetType() == WINDOW_FIXEDTEXT ||
// GetType() == WINDOW_FIXEDLINE ||
// GetType() == WINDOW_GROUPBOX ) )
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a fixed text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a fixed text.
// See tools/options/print for example.
pWindow = ImplGetLabeledBy( pFrameWindow, GetType(), const_cast<Window*>(this) );
diff --git a/xmloff/source/transform/PropertyActionsOOo.hxx b/xmloff/source/transform/PropertyActionsOOo.hxx
index 9f7e97e62154..01c928936910 100644
--- a/xmloff/source/transform/PropertyActionsOOo.hxx
+++ b/xmloff/source/transform/PropertyActionsOOo.hxx
@@ -43,7 +43,7 @@ enum XMLPropOOOTransformerAction
XML_ATACTION_MOVE_PROTECT,
XML_ATACTION_SIZE_PROTECT,
XML_ATACTION_PROTECT,
- // No image transparancy info in lable document (#i50322#)
+ // No image transparency info in label document (#i50322#)
XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY,
XML_PTACTION_END=XML_TACTION_END
};