summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:10:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:51 +0200
commit430484932e1254f7076321c2a7b3ec3df1512896 (patch)
treea14900e50ad012302814e4272934639578e01435 /sfx2
parent3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff)
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'sfx2')
-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
7 files changed, 9 insertions, 9 deletions
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