Kaydet (Commit) 41c99ab6 authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
üst 603c8845
...@@ -1758,7 +1758,7 @@ void VCartesianAxis::createTickMarkLineShapes( TickInfoArrayType& rTickInfos, co ...@@ -1758,7 +1758,7 @@ void VCartesianAxis::createTickMarkLineShapes( TickInfoArrayType& rTickInfos, co
//add ticks at labels: //add ticks at labels:
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue
, fInnerDirectionSign , rTickmarkProperties, bTicksAtLabels ); , 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 ) if( !bOnlyAtLabels && m_aAxisProperties.m_eTickmarkPos == ::com::sun::star::chart::ChartAxisMarkPosition_AT_LABELS_AND_AXIS )
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++, (*aTickIter).fScaledTickValue
, m_aAxisProperties.maLabelAlignment.mfInnerTickDirection, rTickmarkProperties, !bTicksAtLabels ); , m_aAxisProperties.maLabelAlignment.mfInnerTickDirection, rTickmarkProperties, !bTicksAtLabels );
......
...@@ -2908,7 +2908,7 @@ void SAL_CALL ChartView::update() throw (uno::RuntimeException, std::exception) ...@@ -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. //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 //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. //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 ) ) if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( mrChartModel, true, false ) )
impl_updateView(); impl_updateView();
} }
......
...@@ -643,7 +643,7 @@ sal_Bool SAL_CALL ODatabaseDocument::wasModifiedSinceLastSave() throw ( RuntimeE ...@@ -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, // 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. // 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. // (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.) // controller only, but not via the model.)
try try
......
...@@ -122,7 +122,7 @@ protected: ...@@ -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 class IAccessibleTableControl
{ {
......
...@@ -130,7 +130,7 @@ protected: ...@@ -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 class IAccessibleTabListBox
{ {
...@@ -154,7 +154,7 @@ protected: ...@@ -154,7 +154,7 @@ protected:
~IAccessibleTabListBox() {} ~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 class IAccessibleBrowseBox
{ {
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
/** /**
* @brief * @brief
* Foot note object. * 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 class XFFootNote : public XFContentContainer
{ {
......
...@@ -87,7 +87,7 @@ public class _XSelectionSupplier extends MultiMethodTest { ...@@ -87,7 +87,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/** /**
* Test adds listener to the object, then selects first and * Test adds listener to the object, then selects first and
* then second instances to be sure that selection was changed.<p> * 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(){ public void _addSelectionChangeListener(){
boolean res = true; boolean res = true;
...@@ -155,7 +155,7 @@ public class _XSelectionSupplier extends MultiMethodTest { ...@@ -155,7 +155,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/** /**
* Test removes listener, then selects first and * Test removes listener, then selects first and
* then second instances to be sure that selection was changed.<p> * 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 : * The following method tests are to be completed successfully before :
* <ul> * <ul>
* <li> <code> addSelectionChangeListener() </code> : to have * <li> <code> addSelectionChangeListener() </code> : to have
......
...@@ -111,7 +111,7 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent, ...@@ -111,7 +111,7 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent,
m_pFtDefinedHF->Show(); m_pFtDefinedHF->Show();
m_pFtCustomHF->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() ) if( Application::GetSettings().GetLayoutRTL() )
{ {
vcl::Window *pLeft = get<vcl::Window>("labelFT_LEFT"); vcl::Window *pLeft = get<vcl::Window>("labelFT_LEFT");
......
...@@ -46,7 +46,7 @@ static vcl::Window* ImplGetLabelFor( vcl::Window* pFrameWindow, WindowType nMyTy ...@@ -46,7 +46,7 @@ static vcl::Window* ImplGetLabelFor( vcl::Window* pFrameWindow, WindowType nMyTy
nMyType == WINDOW_FIXEDLINE || nMyType == WINDOW_FIXEDLINE ||
nMyType == WINDOW_GROUPBOX ) 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. // See tools/options/print for example.
bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) || (nMyType == WINDOW_FIXEDLINE); bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) || (nMyType == WINDOW_FIXEDLINE);
// get index, form start and form end // get index, form start and form end
...@@ -201,7 +201,7 @@ Window* Window::getLegacyNonLayoutAccessibleRelationLabeledBy() const ...@@ -201,7 +201,7 @@ Window* Window::getLegacyNonLayoutAccessibleRelationLabeledBy() const
// if( ! ( GetType() == WINDOW_FIXEDTEXT || // if( ! ( GetType() == WINDOW_FIXEDTEXT ||
// GetType() == WINDOW_FIXEDLINE || // GetType() == WINDOW_FIXEDLINE ||
// GetType() == WINDOW_GROUPBOX ) ) // 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. // See tools/options/print for example.
pWindow = ImplGetLabeledBy( pFrameWindow, GetType(), const_cast<Window*>(this) ); pWindow = ImplGetLabeledBy( pFrameWindow, GetType(), const_cast<Window*>(this) );
......
...@@ -43,7 +43,7 @@ enum XMLPropOOOTransformerAction ...@@ -43,7 +43,7 @@ enum XMLPropOOOTransformerAction
XML_ATACTION_MOVE_PROTECT, XML_ATACTION_MOVE_PROTECT,
XML_ATACTION_SIZE_PROTECT, XML_ATACTION_SIZE_PROTECT,
XML_ATACTION_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_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY,
XML_PTACTION_END=XML_TACTION_END XML_PTACTION_END=XML_TACTION_END
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment