From 5060d3888edba2be753eefbd4d23e1a2abd940ff Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Mon, 17 Feb 2014 16:01:35 +0100 Subject: Replace GrafikArrived with GraphicArrived Change-Id: I626e0039a01e62eeae994b1c423cc6f8aa359c06 Reviewed-on: https://gerrit.libreoffice.org/8087 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/inc/ndgrf.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index a2687d6fecd4..ba1d52806474 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -45,7 +45,7 @@ class SW_DLLPUBLIC SwGrfNode: public SwNoTxtNode sal_Bool bTransparentFlagValid :1; sal_Bool bInSwapIn :1; - sal_Bool bGrafikArrived :1; + sal_Bool bGraphicArrived :1; sal_Bool bChgTwipSize :1; sal_Bool bChgTwipSizeFromPixel :1; sal_Bool bLoadLowResGrf :1; @@ -150,8 +150,8 @@ public: inline sal_Bool IsChgTwipSizeFromPixel() const { return bChgTwipSizeFromPixel; } inline void SetChgTwipSize( sal_Bool b, sal_Bool bFromPx=sal_False ) { bChgTwipSize = b; bChgTwipSizeFromPixel = bFromPx; } - inline sal_Bool IsGrafikArrived() const { return bGrafikArrived; } - inline void SetGrafikArrived( sal_Bool b ) { bGrafikArrived = b; } + inline sal_Bool IsGraphicArrived() const { return bGraphicArrived; } + inline void SetGraphicArrived( sal_Bool b ) { bGraphicArrived = b; } inline sal_Bool IsFrameInPaint() const { return bFrameInPaint; } inline void SetFrameInPaint( sal_Bool b ) { bFrameInPaint = b; } -- cgit