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 /svx/source | |
parent | b7138e03ebc8a33258c099c5cf6015970646a40e (diff) |
formally->formerly
Change-Id: I1d631f8dd09193c57b7b65e3202ed080ce15861b
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdmrkv.cxx | 6 | ||||
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/xtabdash.cxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index 2e495ff7ec8a..3819f4746fd3 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -690,12 +690,12 @@ void SdrMarkView::SetMarkHandles() // Using a strict return statement is okay here; no handles means *no* handles. if(mpMarkedObj) { - // formally #i33755#: If TextEdit is active the EditEngine will directly paint + // formerly #i33755#: If TextEdit is active the EditEngine will directly paint // to the window, so suppress Overlay and handles completely; a text frame for // the active text edit will be painted by the repaint mechanism in // SdrObjEditView::ImpPaintOutlinerView in this case. This needs to be reworked // in the future - // Also formally #122142#: Pretty much the same for SdrCaptionObj's in calc. + // Also formerly #122142#: Pretty much the same for SdrCaptionObj's in calc. if(static_cast<SdrView*>(this)->IsTextEdit()) { const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(mpMarkedObj); @@ -715,7 +715,7 @@ void SdrMarkView::SetMarkHandles() } } - // formally #i118524#: if inplace activated OLE is selected, suppress handles + // formerly #i118524#: if inplace activated OLE is selected, suppress handles const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(mpMarkedObj); if(pSdrOle2Obj && (pSdrOle2Obj->isInplaceActive() || pSdrOle2Obj->isUiActive())) diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 8dd270a08969..3d734ad26ab8 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -745,7 +745,7 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, pView->ShowSdrPage( pPage ); // tdf#96922 completely deactivate EditView PageVisualization, including - // PageBackground (formally 'wiese'). + // PageBackground (formerly 'wiese'). pView->SetPagePaintingAllowed(false); const Point aNewOrg( pPage->GetLftBorder(), pPage->GetUppBorder() ); diff --git a/svx/source/xoutdev/xtabdash.cxx b/svx/source/xoutdev/xtabdash.cxx index 40021aef04d4..1dee829d276a 100644 --- a/svx/source/xoutdev/xtabdash.cxx +++ b/svx/source/xoutdev/xtabdash.cxx @@ -213,7 +213,7 @@ OUString const & XDashList::GetStringForUiNoLine() const { if(maStringNoLine.isEmpty()) { - // formally was RID_SVXSTR_INVISIBLE, but to make equal + // formerly was RID_SVXSTR_INVISIBLE, but to make equal // everywhere, use RID_SVXSTR_NONE const_cast< XDashList* >(this)->maStringNoLine = ResId(RID_SVXSTR_NONE, DIALOG_MGR()).toString(); } |