diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:10:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:15:51 +0200 |
commit | 430484932e1254f7076321c2a7b3ec3df1512896 (patch) | |
tree | a14900e50ad012302814e4272934639578e01435 /include/sfx2 | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/linkmgr.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/styfitem.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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> |