[Libreoffice-commits] core.git: sc/source sw/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Wed Sep 27 06:19:12 UTC 2017
sc/source/filter/inc/scflt.hxx | 8 ++++----
sw/source/filter/html/css1atr.cxx | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 49145c2fd51d763f60d428600119bb7a0f440af2
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Tue Sep 26 17:33:21 2017 +0200
Typo: Grafic -> Graphic
Change-Id: Ic5d8ff346dfe66efb9a99e2d23c9cff514e5352a
Reviewed-on: https://gerrit.libreoffice.org/42818
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sc/source/filter/inc/scflt.hxx b/sc/source/filter/inc/scflt.hxx
index f1640a3ed8f4..506ddf624c98 100644
--- a/sc/source/filter/inc/scflt.hxx
+++ b/sc/source/filter/inc/scflt.hxx
@@ -475,8 +475,8 @@ struct Sc10ColAttr
// GraphHeader
struct Sc10GraphHeader
{
- sal_uInt8 Typ; // Type of grafic (Ole-object, Image (Bitmap of MetaFile), Chart-object)
- sal_Int16 CarretX; // Cell Position of grafic
+ sal_uInt8 Typ; // Type of graphic (Ole-object, Image (Bitmap of MetaFile), Chart-object)
+ sal_Int16 CarretX; // Cell Position of graphic
sal_Int16 CarretY;
sal_Int16 CarretZ;
sal_Int32 x; // x,y distance to cell border in pixels (pixels, as graphics are stored in window)
@@ -484,8 +484,8 @@ struct Sc10GraphHeader
sal_Int32 w; // w,h width and height in pixels
sal_Int32 h;
sal_uInt8 IsRelPos; // position relative to cell, or absolute in the table
- sal_uInt8 DoPrint; // print grafic?
- sal_uInt16 FrameType; // Frame type around grafic (none, simple, double, simple thick, double thick)
+ sal_uInt8 DoPrint; // print graphic?
+ sal_uInt16 FrameType; // Frame type around graphic (none, simple, double, simple thick, double thick)
sal_uInt8 IsTransparent; // show background?
Sc10Color FrameColor; // FrameColor as RGB value
Sc10Color BackColor; // BackGroundColor as RGB value
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index f49cdbb50066..db3ab306ec1f 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -3149,7 +3149,7 @@ static Writer& OutCSS1_SvxBrush( Writer& rWrt, const SfxPoolItem& rHt,
OUString aGraphicInBase64;
OUString aGraphicAsLink;
- // Embedded Grafic -> export WriteEmbedded
+ // Embedded Graphic -> export WriteEmbedded
const Graphic* pGrf = nullptr;
if( rHTMLWrt.mbEmbedImages || aLink.isEmpty())
{
More information about the Libreoffice-commits
mailing list