diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 12:48:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 13:14:17 +0100 |
commit | 8bb1726007f641dff2aa17d2e79a089e09fd9770 (patch) | |
tree | ffdc096d7f2794b57e6def78c47742bba4d50f7c /sw | |
parent | b7138e03ebc8a33258c099c5cf6015970646a40e (diff) |
formally->formerly
Change-Id: I1d631f8dd09193c57b7b65e3202ed080ce15861b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swunohelper.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/graphic/ndgrf.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx index a4ad0b131c38..788e3a074040 100644 --- a/sw/inc/swunohelper.hxx +++ b/sw/inc/swunohelper.hxx @@ -75,7 +75,7 @@ SW_DLLPUBLIC bool UCB_IsFile( const OUString& rURL ); bool UCB_IsDirectory( const OUString& rURL ); ///UUUU helper to check if fill style is set to color or bitmap -/// and thus formally used SvxBrushItem parts need to be mapped +/// and thus formerly used SvxBrushItem parts need to be mapped /// for backwards compatibility bool needToMapFillItemsToSvxBrushItemTypes(const SfxItemSet& rSet, sal_uInt16 const nMemberId); diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 97e1b6c49dc6..ca05aace39d5 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -749,7 +749,7 @@ void SwGrfNode::ReleaseLink() maGrfObj.SetLink(); // #i15508# added extra processing after getting rid of the link. Use whatever is - // known from the formally linked graphic to get to a state as close to a directly + // known from the formerly linked graphic to get to a state as close to a directly // unlinked inserted graphic as possible. Goal is to have a valid GfxLink at the // ImplGraphic (see there) that holds temporary data to the original data and type // information about the original data. Only when this is given will |