diff options
Diffstat (limited to 'sc/source/ui/Accessibility')
7 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index 084b42094892..0386581bbd2c 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -88,7 +88,7 @@ ScAccessibleCell::~ScAccessibleCell() { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 433248f7814a..89041fd6c9f9 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -76,7 +76,7 @@ ScAccessibleContextBase::~ScAccessibleContextBase(void) { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx index 661cece95055..a150f59c7251 100644 --- a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx @@ -184,7 +184,7 @@ ScAccessibleDataPilotControl::~ScAccessibleDataPilotControl(void) { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } @@ -542,7 +542,7 @@ ScAccessibleDataPilotButton::ScAccessibleDataPilotButton( ::com::sun::star::accessibility::XAccessible>& rxParent, ScPivotFieldWindow* pFieldWindow, sal_Int32 nIndex) -//change role frome PUSH_BUTTON to BUTTON_MENU +//change role from PUSH_BUTTON to BUTTON_MENU : ScAccessibleContextBase(rxParent, AccessibleRole::BUTTON_MENU), mpFieldWindow(pFieldWindow), mnIndex(nIndex) @@ -555,7 +555,7 @@ ScAccessibleDataPilotButton::~ScAccessibleDataPilotButton(void) { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index 121d736e82e1..79ed0aedb79b 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -961,7 +961,7 @@ sal_Bool ScChildrenShapes::FindSelectedShapesChanges(const uno::Reference<drawin SortedShapes::const_iterator aFocusedItr = aDataEndItr; while((aDataItr != aDataEndItr)) { - if (*aDataItr) // is it realy a shape or only the sheet + if (*aDataItr) // is it really a shape or only the sheet { sal_Int8 nComp(0); if (aXShapesItr == aXShapesEndItr) diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx index 99bb643bb885..ac26d23d1cff 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx @@ -1444,7 +1444,7 @@ ScAccessibleDocumentPagePreview::ScAccessibleDocumentPagePreview( if (pViewShell) pViewShell->AddAccessibilityObject(*this); -// GetNotesChilds(); not neccessary and reduces the creation performance +// GetNotesChilds(); not necessary and reduces the creation performance // GetShapeChilds(); } @@ -1454,7 +1454,7 @@ ScAccessibleDocumentPagePreview::~ScAccessibleDocumentPagePreview(void) { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx index 1f80a6709e74..58c7ff2deea3 100644 --- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx +++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx @@ -102,7 +102,7 @@ ScAccessibleEditObject::~ScAccessibleEditObject() { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx index b2583c2328a3..3c235ab53dd9 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx @@ -65,7 +65,7 @@ ScAccessiblePreviewCell::~ScAccessiblePreviewCell() { // increment refcount to prevent double call off dtor osl_incrementInterlockedCount( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } |