summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/commontools/conncleanup.cxx2
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx4
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.cxx2
-rw-r--r--editeng/source/outliner/outliner.cxx2
-rw-r--r--editeng/source/uno/unoforou.cxx2
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl2
-rw-r--r--forms/source/component/DatabaseForm.cxx2
-rw-r--r--forms/source/component/DatabaseForm.hxx2
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
-rw-r--r--include/connectivity/virtualdbtools.hxx4
-rw-r--r--include/dbaccess/dbsubcomponentcontroller.hxx2
-rw-r--r--include/editeng/AccessibleContextBase.hxx4
-rw-r--r--include/sfx2/linkmgr.hxx2
-rw-r--r--include/sfx2/styfitem.hxx2
-rw-r--r--include/svtools/editbrowsebox.hxx4
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx2
-rw-r--r--include/xmloff/formlayerimport.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Forms/SalesFilter.java2
-rw-r--r--sd/source/ui/accessibility/AccessibleViewForwarder.cxx2
-rw-r--r--sd/source/ui/inc/AccessibleDrawDocumentView.hxx2
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterObject.hxx4
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterView.hxx4
-rw-r--r--sd/source/ui/inc/ViewShell.hxx2
-rw-r--r--sfx2/source/appl/linksrc.cxx2
-rw-r--r--sfx2/source/appl/workwin.cxx2
-rw-r--r--sfx2/source/control/thumbnailviewacc.hxx2
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx4
-rw-r--r--sfx2/source/dialog/splitwin.cxx4
-rw-r--r--sfx2/source/dialog/tabdlg.cxx2
-rw-r--r--sfx2/source/view/viewfrm.cxx2
-rw-r--r--svtools/source/brwbox/editbrowsebox.cxx2
-rw-r--r--svtools/source/control/toolbarmenuimp.hxx2
-rw-r--r--svtools/source/control/valueimp.hxx2
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
-rw-r--r--svx/source/form/fmshimp.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
-rw-r--r--xmloff/source/forms/elementimport.hxx4
-rw-r--r--xmloff/source/forms/layerexport.hxx2
-rw-r--r--xmloff/source/text/txtflde.cxx2
43 files changed, 52 insertions, 52 deletions
diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx
index e01f1770acf5..7a722235b196 100644
--- a/connectivity/source/commontools/conncleanup.cxx
+++ b/connectivity/source/commontools/conncleanup.cxx
@@ -187,7 +187,7 @@ namespace dbtools
void SAL_CALL OAutoConnectionDisposer::disposing( const EventObject& _rSource ) throw (RuntimeException, std::exception)
{
- // the rowset is beeing disposed, and nobody has set a new ActiveConnection in the meantime
+ // the rowset is being disposed, and nobody has set a new ActiveConnection in the meantime
if ( isRowSetListening() )
stopRowSetListening();
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index c0d99478b64a..ca67085ec0b5 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -3376,7 +3376,7 @@ IMPL_LINK( SbaTableQueryBrowser, OnTreeEntryCompare, const SvSortData*, _pSortDa
if (isContainer(pRHS))
{
// don't use getEntryType (directly or indirecly) for the LHS:
- // LHS is currently beeing inserted, so it is not "completely valid" at the moment
+ // LHS is currently being inserted, so it is not "completely valid" at the moment
const EntryType eRight = getEntryType(pRHS);
if (etTableContainer == eRight)
@@ -3766,7 +3766,7 @@ void SbaTableQueryBrowser::impl_cleanupDataSourceEntry( const OUString& _rDataSo
return;
if ( isSelected( pDataSourceEntry ) )
- { // a table or query belonging to the deleted data source is currently beeing displayed.
+ { // a table or query belonging to the deleted data source is currently being displayed.
OSL_ENSURE( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) == pDataSourceEntry,
"SbaTableQueryBrowser::impl_cleanupDataSourceEntry: inconsistence (1)!" );
unloadAndCleanup( true );
diff --git a/dbaccess/source/ui/dlg/dbfindex.cxx b/dbaccess/source/ui/dlg/dbfindex.cxx
index e5ff3b6344e0..ad111503149d 100644
--- a/dbaccess/source/ui/dlg/dbfindex.cxx
+++ b/dbaccess/source/ui/dlg/dbfindex.cxx
@@ -343,7 +343,7 @@ void ODbaseIndexDialog::Init()
// and remove it from the free index list
aUsedIndexes.push_back(aEntry);
// do this later below. We may not have encountered the index file, yet, thus we may not
- // know the index as beeing free, yet
+ // know the index as being free, yet
}
}
}
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx
index 4dcab226a65a..4d7214b5b62e 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -389,7 +389,7 @@ OutlinerParaObject* Outliner::CreateParaObject( sal_Int32 nStartPara, sal_Int32
static_cast<sal_uLong>(pParaList->GetParagraphCount()) )
nCount = pParaList->GetParagraphCount() - nStartPara;
- // When a new OutlinerParaObject is created because a paragraph is just beeing deleted,
+ // When a new OutlinerParaObject is created because a paragraph is just being deleted,
// it can happen that the ParaList is not updated yet...
if ( ( nStartPara + nCount ) > pEditEngine->GetParagraphCount() )
nCount = pEditEngine->GetParagraphCount() - nStartPara;
diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx
index 5d7d8f343019..c2d0d1d58cfe 100644
--- a/editeng/source/uno/unoforou.cxx
+++ b/editeng/source/uno/unoforou.cxx
@@ -66,7 +66,7 @@ sal_Int32 SvxOutlinerForwarder::GetTextLen( sal_Int32 nParagraph ) const
OUString SvxOutlinerForwarder::GetText( const ESelection& rSel ) const
{
//! GetText (ESelection) should probably also be in the Outliner
- // in the time beeing use as the hack for the EditEngine:
+ // in the time being use as the hack for the EditEngine:
EditEngine* pEditEngine = (EditEngine*)&rOutliner.GetEditEngine();
return pEditEngine->GetText( rSel, LINEEND_LF );
}
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index 2f969834d7a9..17ad38d81f4e 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -321,7 +321,7 @@ void UnoConversionUtilities<T>::variantToAny( const VARIANTARG* pArg, Any& rAny,
// the sequence expects. Thus variantToAny produces the correct type
// E.g. An Array object contains VT_I4 and the sequence expects shorts
// than the vartype must be changed. The reason is, you can't specify the
- // type in JavaScript and the script engine determines the type beeing used.
+ // type in JavaScript and the script engine determines the type being used.
switch( ptype.getTypeClass())
{
case TypeClass_CHAR: // could be: new Array( 12, 'w', "w")
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index 1a386e5b2fe8..412589038d73 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2220,7 +2220,7 @@ void OS2METReader::ReadImageData(sal_uInt16 nDataID, sal_uInt16 nDataLen)
for (i=0; i<nColTabSize; i++) (p->pBMP)->WriteUInt32( GetPalette0RGB(i) );
}
}
- // OK, now the map data is beeing pushed. Unfortunatly OS2 and BMP
+ // OK, now the map data is being pushed. Unfortunatly OS2 and BMP
// do habe a different RGB ordering when using 24-bit
boost::scoped_array<sal_uInt8> pBuf(new sal_uInt8[nDataLen]);
pOS2MET->Read(pBuf.get(),nDataLen);
diff --git a/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl b/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
index 8ce5cb976d2c..7698bdee2452 100644
--- a/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
+++ b/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
@@ -85,7 +85,7 @@
<xsl:param name="sourceBaseURL" select="'./'" />
<!-- OPTIONAL: (MANDATORY: for session management by URL rewriting)
- Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is beeing used (the session is appended to the URL).
+ Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is being used (the session is appended to the URL).
This URL session is used for example when links to graphics are created by XSLT. Otherwise the user havt to log again in for every graphic he liks to see. -->
<xsl:param name="optionalURLSuffix" />
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index 9f3616e4a7b3..4397bdc610d1 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -97,7 +97,7 @@
<xsl:param name="sourceBaseURL" select="'./'" />
<!-- OPTIONAL: (MANDATORY: for session management by URL rewriting)
- Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is beeing used (the session is appended to the URL).
+ Useful for WebApplications: if a HTTP session is not cookie based, URL rewriting is being used (the session is appended to the URL).
This URL session is used for example when links to graphics are created by XSLT. Otherwise the user havt to log again in for every graphic he liks to see. -->
<xsl:param name="optionalURLSuffix" />
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 84270f17eb25..2da9bcb3188e 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2768,7 +2768,7 @@ void ODatabaseForm::stopSharingConnection( )
xSharedConnComp->removeEventListener( static_cast< XLoadListener* >( this ) );
// no need to dispose the conn: we're not the owner, this is our parent
- // (in addition, this method may be called if the connection is beeing disposed while we use it)
+ // (in addition, this method may be called if the connection is being disposed while we use it)
// reset the property
xSharedConn.clear();
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index fe2ed433fed7..9c86f5bc2989 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -484,7 +484,7 @@ private:
/// stops sharing the connection with the parent
void stopSharingConnection( );
- /// called when the connection which we share with our parent is beeing disposed
+ /// called when the connection which we share with our parent is being disposed
void disposingSharedConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn );
/// checks if we currently share our connection with our parent
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index b1c8cec19871..37f562eea485 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -218,7 +218,7 @@ namespace comphelper
// life time control
/// checks whether the object is alive (returns <TRUE/> then) or disposed
bool isAlive() const;
- /// checks for beeing alive. If the object is already disposed (i.e. not alive), an exception is thrown.
+ /// checks for being alive. If the object is already disposed (i.e. not alive), an exception is thrown.
void ensureAlive() const;
/** ensures that the object is disposed.
diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx
index e3b647b3ec18..21c6093c5769 100644
--- a/include/connectivity/virtualdbtools.hxx
+++ b/include/connectivity/virtualdbtools.hxx
@@ -277,7 +277,7 @@ namespace connectivity
//= ISQLParseNode
- /** a simple version of the OSQLParseNode, with all methods beeing virtual
+ /** a simple version of the OSQLParseNode, with all methods being virtual
*/
class OOO_DLLPUBLIC_DBTOOLS ISQLParseNode : public ::rtl::IReference
{
@@ -304,7 +304,7 @@ namespace connectivity
//= ISQLParser
- /** a simple version of the OSQLParser, with all methods beeing virtual
+ /** a simple version of the OSQLParser, with all methods being virtual
*/
class OOO_DLLPUBLIC_DBTOOLS ISQLParser : public ::rtl::IReference
{
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx
index 1c8b72629467..02f7347ae1ef 100644
--- a/include/dbaccess/dbsubcomponentcontroller.hxx
+++ b/include/dbaccess/dbsubcomponentcontroller.hxx
@@ -170,7 +170,7 @@ namespace dbaui
virtual void reconnect( bool _bUI );
bool ensureConnected( bool _bUI ) { if ( !isConnected() ) reconnect( _bUI ); return isConnected(); }
- /** called when our connection is beeing disposed
+ /** called when our connection is being disposed
<p>The default implementation does a reconnect</p>
*/
virtual void losingConnection( );
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index ebc864d5177d..2467558ec202 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -321,7 +321,7 @@ protected:
void FireEvent (const ::com::sun::star::accessibility::AccessibleEventObject& aEvent);
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
@@ -329,7 +329,7 @@ protected:
throw (::com::sun::star::lang::DisposedException);
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed).
+ state of being disposed).
@return TRUE, if the object is disposed or in the course
of being disposed. Otherwise, FALSE is returned.
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx
index 37e0a0b50ab8..2bc866cf5e97 100644
--- a/include/sfx2/linkmgr.hxx
+++ b/include/sfx2/linkmgr.hxx
@@ -143,7 +143,7 @@ public:
void RemoveServer( SvLinkSource* rObj );
// A transfer is aborted, so cancel all download media
- // (for the time beeing this is only of interest for the FileLinks!)
+ // (for the time being this is only of interest for the FileLinks!)
void CancelTransfers();
// To send status information from the FileObject to the Baselink,
diff --git a/include/sfx2/styfitem.hxx b/include/sfx2/styfitem.hxx
index 5bbf236c76ac..a3ed4d9a9f3d 100644
--- a/include/sfx2/styfitem.hxx
+++ b/include/sfx2/styfitem.hxx
@@ -80,7 +80,7 @@ public:
/** updates the images of all single SfxStyleFamilyItems with new images from the given resource
- <p>The resource must contain a local image lists, with the id beeing the integer equivalent for the
+ <p>The resource must contain a local image lists, with the id being the integer equivalent for the
requested bitmap mode, incremented by 1.</p>
<p>Usually, you will use the same resource which originally constructed the object.</p>
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index ff8d73219d87..4cb50bd8b89b 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -476,7 +476,7 @@ namespace svt
// 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.
- long nPaintRow; // row beeing painted
+ long nPaintRow; // row being painted
long nEditRow, nOldEditRow;
sal_uInt16 nEditCol, nOldEditCol;
@@ -547,7 +547,7 @@ namespace svt
virtual void ImplEndTracking() SAL_OVERRIDE;
// when changing a row:
- // CursorMoving: cursor is beeing moved, but GetCurRow() still provides the old row
+ // CursorMoving: cursor is being moved, but GetCurRow() still provides the old row
virtual bool CursorMoving(long nNewRow, sal_uInt16 nNewCol);
// cursor has been moved
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx
index b18d2a57e91b..a1c9ea92c4c9 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -45,7 +45,7 @@ namespace toolkit
<p><b>life time control<b/><br/>
This control should be held weak by the creator (an UNO control), it itself holds a hard reference to the
control model, and a weak reference to the control. The reference to the model is freed when the model
- is beeing disposed.</p>
+ is being disposed.</p>
*/
class OAccessibleControlContext
:public ::comphelper::OAccessibleImplementationAccess
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index 8ad5fa4fc818..084f3f32707c 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -85,7 +85,7 @@ namespace xmloff
/** lookup a control given by id.
- <p>The control must be part of the page which is currently beeing imported.</p>
+ <p>The control must be part of the page which is currently being imported.</p>
<p>(And, of course, the control must have been imported already at the moment you call this.)</p>
diff --git a/odk/examples/DevelopersGuide/Forms/SalesFilter.java b/odk/examples/DevelopersGuide/Forms/SalesFilter.java
index 59d979f19e4f..faf52a71b4fe 100644
--- a/odk/examples/DevelopersGuide/Forms/SalesFilter.java
+++ b/odk/examples/DevelopersGuide/Forms/SalesFilter.java
@@ -100,7 +100,7 @@ class SalesFilter implements XActionListener, XPropertyChangeListener, XResetLis
m_xFilterList.addPropertyChangeListener( "SelectedItems", this );
m_xManualFilter.addPropertyChangeListener( "Date", this );
- // want to know about the date field beeing reset
+ // want to know about the date field being reset
XReset xReset = UNO.queryReset( m_xManualFilter );
xReset.addResetListener( this );
diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
index fc52317bb928..3f873f0056f3 100644
--- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
+++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
@@ -24,7 +24,7 @@
namespace accessibility {
-/** For the time beeing, the implementation of this class will not use the
+/** For the time being, the implementation of this class will not use the
member mrDevice. Instead the device is retrieved from the view
every time it is used. This is necessary because the device has to stay
up-to-date with the current view and the class has to stay compatible.
diff --git a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
index 45fe36a61cbb..a77e4d9349c4 100644
--- a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
+++ b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
@@ -128,7 +128,7 @@ protected:
index has the special value ACCESSIBLE_SELECTION_CHILD_ALL.
Selecting or deselecting a child sets or resets the
<const>SELECTED</const> state and selects or deslects the UNO shape
- beeing made accessible by the child.
+ being made accessible by the child.
@param nAccessibleChildIndex
Index of the child to select or deselect. If the parameter has
the value ACCESSIBLE_SELECTION_CHILD_ALL then all children are
diff --git a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
index 137d6e82668b..373f7023b719 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
@@ -215,7 +215,7 @@ private:
sal_uInt32 mnClientId;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
@@ -223,7 +223,7 @@ private:
throw (::com::sun::star::lang::DisposedException);
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed).
+ state of being disposed).
@return sal_True, if the object is disposed or in the course
of being disposed. Otherwise, sal_False is returned.
diff --git a/sd/source/ui/inc/AccessibleSlideSorterView.hxx b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
index f5c9d66626a1..e8289060eff4 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterView.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
@@ -300,7 +300,7 @@ private:
::Window* mpContentWindow;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
@@ -308,7 +308,7 @@ private:
throw (::com::sun::star::lang::DisposedException);
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed).
+ state of being disposed).
@return sal_True, if the object is disposed or in the course
of being disposed. Otherwise, sal_False is returned.
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index f416f10f0f3d..c3ef058c1c69 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -68,7 +68,7 @@ class ZoomList;
<p>Despite its name this class is not a descendant of SfxViewShell
but of SfxShell. Its name expresses the fact that it acts like a
- view shell. Beeing a stacked shell rather then being an actual view shell
+ view shell. Being a stacked shell rather then being an actual view shell
there can be several instances of this class that
<ul>
<li>all are based on the same view shell and thus show the same
diff --git a/sfx2/source/appl/linksrc.cxx b/sfx2/source/appl/linksrc.cxx
index 23ab8cb97883..b5b6548ee843 100644
--- a/sfx2/source/appl/linksrc.cxx
+++ b/sfx2/source/appl/linksrc.cxx
@@ -50,7 +50,7 @@ SvLinkSourceTimer::SvLinkSourceTimer( SvLinkSource * pOwn )
void SvLinkSourceTimer::Timeout()
{
- // Secure against beeing destroyed in Handler
+ // Secure against being destroyed in Handler
SvLinkSourceRef aAdv( pOwner );
pOwner->SendDataChanged();
}
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index b2ba60f85a23..ae65b615a014 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -2584,7 +2584,7 @@ void SfxWorkWindow::ArrangeAutoHideWindows( SfxSplitWindow *pActSplitWin )
// Either dummy window or window in the auto-show-mode are processed
// (not pinned, FadeIn).
// Only the abandoned window may be invisible, because perhaps its
- // size is just beeing calculated before it is displayed.
+ // size is just being calculated before it is displayed.
SfxSplitWindow* pSplitWin = pSplit[n];
bool bDummyWindow = !pSplitWin->IsFadeIn();
Window *pDummy = pSplitWin->GetSplitWindow();
diff --git a/sfx2/source/control/thumbnailviewacc.hxx b/sfx2/source/control/thumbnailviewacc.hxx
index a1847402e903..ebb14a5231b6 100644
--- a/sfx2/source/control/thumbnailviewacc.hxx
+++ b/sfx2/source/control/thumbnailviewacc.hxx
@@ -158,7 +158,7 @@ private:
ThumbnailViewItem* getItem (sal_uInt16 nIndex) const;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index 09cb874df6e3..b9af92d7c0f3 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -106,7 +106,7 @@ namespace sfx2
the filter itself) nor indirectly (as part of another local group).</p>
<p>The only exception are filters which are part of a global class <em>and</em> a local class. This is allowed.
- Beeing cotained in two local classes isn't.</p>
+ Being cotained in two local classes isn't.</p>
<p>So that's all what you need to know: Understand the concept of "filter classes" (a filter class combines
different filters and acts as if it's a filter itself) and the concept of groups (a group just describes a
@@ -433,7 +433,7 @@ namespace sfx2
|| ( s_cWildcardSeparator == pBuffer[ nExistentWCEnd ] )
)
{ // it's really the complete wildcard we found
- // (not something like _rWC beeing "*.t" and _rToBeExtended containing "*.txt")
+ // (not something like _rWC being "*.t" and _rToBeExtended containing "*.txt")
// -> outta here
return;
}
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index ba5fa5fb6b19..e3b7046d4fbb 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -327,7 +327,7 @@ SfxSplitWindow::~SfxSplitWindow()
if ( pEmptyWin )
{
// Set pOwner to NULL, otherwise try to delete pEmptyWin once more. The
- // window that is just beeing docked is always deleted from the outside.
+ // window that is just being docked is always deleted from the outside.
pEmptyWin->pOwner = NULL;
delete pEmptyWin;
}
@@ -822,7 +822,7 @@ void SfxSplitWindow::RemoveWindow( SfxDockingWindow* pDockWin, bool bHide )
/* [Description]
Removes a DockingWindow. If it was the last one, then the SplitWindow is
- beeing hidden.
+ being hidden.
*/
{
sal_uInt16 nSet = GetSet( pDockWin->GetType() );
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index debeb01b59f9..6039cdaf4bf8 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -282,7 +282,7 @@ const SfxPoolItem* SfxTabPage::GetItem( const SfxItemSet& rSet, sal_uInt16 nSlot
/* [Description]
static Method: hereby are the implementations of the TabPage code
- beeing simplified.
+ being simplified.
*/
{
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 6a6db38de0d3..a65f0e648d0d 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2354,7 +2354,7 @@ void SfxViewFrame::StateView_Impl
This internal methode returns in 'rSet' the Status for the <SfxShell>
Subclass SfxViewFrame in the <SVIDL> described <Slots>.
- Thus exactly those Slots-IDs that are recognized as beeing invalid by Sfx
+ Thus exactly those Slots-IDs that are recognized as being invalid by Sfx
are included as Which-ranges in 'rSet'. If there exists a mapping for
single slot-IDs of the <SfxItemPool> set in the shell, then the respective
Which-IDs are used so that items can be replaced directly with a working
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx
index 16a69db63803..e14cf4ccf904 100644
--- a/svtools/source/brwbox/editbrowsebox.cxx
+++ b/svtools/source/brwbox/editbrowsebox.cxx
@@ -891,7 +891,7 @@ namespace svt
EditBrowseBox * pTHIS = const_cast<EditBrowseBox *> (this);
// save the cell content if
- // a) a selection is beeing made
+ // a) a selection is being made
// b) the row is changing
if (IsModified() && (nInfo & (ROWCHANGE | COLSELECT | ROWSELECT)) &&
!pTHIS->SaveRow())
diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx
index 94e908d434e4..793af00098ec 100644
--- a/svtools/source/control/toolbarmenuimp.hxx
+++ b/svtools/source/control/toolbarmenuimp.hxx
@@ -191,7 +191,7 @@ private:
virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index 7651de8e1864..3689872eb541 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -185,7 +185,7 @@ private:
ValueSetItem* getItem (sal_uInt16 nIndex) const;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 0818d24eb935..5c74f7245550 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -163,7 +163,7 @@ int SvRTFParser::_GetNextToken()
aParserStates.top().
nUCharOverread = nUCharOverread;
}
- aToken = ""; // #i47831# erase token to prevent the token from beeing treated as text
+ aToken = ""; // #i47831# erase token to prevent the token from being treated as text
// read next token
nRet = 0;
break;
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index fd540881bcdf..f3dd5112250b 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -3591,7 +3591,7 @@ void DbGridControl::FieldListenerDisposing(sal_uInt16 _nId)
void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/)
{
if (_nId == 0)
- { // the seek cursor is beeing disposed
+ { // the seek cursor is being disposed
::osl::MutexGuard aGuard(m_aAdjustSafety);
setDataSource(NULL,0); // our clone was disposed so we set our datasource to null to avoid later acces to it
if (m_nAsynAdjustEvent)
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 8ecce62bacdc..ad776545ff9b 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -937,7 +937,7 @@ void FmXFormShell::disposing()
aGuard.clear();
DBG_ASSERT(!m_nInvalidationEvent, "FmXFormShell::~FmXFormShell : still have an invalidation event !");
- // should habe been deleted while beeing disposed
+ // should habe been deleted while being disposed
m_aMarkTimer.Stop();
}
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index dd40c3ac396f..77f01c3ccf0f 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1993,7 +1993,7 @@ void SwWW8ImplReader::Read_LFOPosition(sal_uInt16, const sal_uInt8* pData,
if (pAktColl)
{
- // here a "named" style is beeing configured
+ // here a "named" style is being configured
// disable the numbering/list in the style currently configured
pAktColl->SetFmtAttr(*GetDfltAttr(RES_PARATR_NUMRULE));
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx
index fa73f5a02304..b9f0c5466353 100644
--- a/xmloff/source/forms/elementimport.hxx
+++ b/xmloff/source/forms/elementimport.hxx
@@ -95,7 +95,7 @@ namespace xmloff
@param _rImport
the importer
@param _rEventManager
- the event attacher manager for the control beeing imported
+ the event attacher manager for the control being imported
@param _nPrefix
the namespace prefix
@param _rName
@@ -307,7 +307,7 @@ namespace xmloff
class OReferredControlImport : public OControlImport
{
protected:
- OUString m_sReferringControls; // the list of ids of controls referring to the one beeing imported
+ OUString m_sReferringControls; // the list of ids of controls referring to the one being imported
public:
OReferredControlImport(
diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx
index 419e458f1cfe..f7d902389d3e 100644
--- a/xmloff/source/forms/layerexport.hxx
+++ b/xmloff/source/forms/layerexport.hxx
@@ -104,7 +104,7 @@ namespace xmloff
MapPropertySet2Map::iterator
m_aCurrentPageIds;
- // the iterator for the control id map for the page beeing handled
+ // the iterator for the control id map for the page being handled
MapPropertySet2Map::iterator
m_aCurrentPageReferring;
// the same for the map of referring controls
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 3eee437e7957..607a1d211dad 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1198,7 +1198,7 @@ void XMLTextFieldExport::ExportFieldHelper(
{
// sequence field: name, formula, seq-format
OUString sName = GetStringProperty(sPropertyVariableName, rPropSet);
- // TODO: use reference name only if actually beeing referenced.
+ // TODO: use reference name only if actually being referenced.
ProcessString(XML_REF_NAME,
MakeSequenceRefName(
GetInt16Property(sPropertySequenceValue, rPropSet),