From d4a99ec456c3169ab6c3ef385c43221a9871bc9a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 24 Apr 2012 17:03:19 -0400 Subject: Some cleanup. We don't need the broadcaster hint class anymore. --- sc/inc/textuno.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 2eea0c38dd32..db2d66064460 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -127,8 +127,7 @@ private: sal_uInt16 nPart; ScEditEngineDefaulter* pEditEngine; SvxEditEngineForwarder* pForwarder; - sal_Bool bDataValid; - sal_Bool bInUpdate; + bool bDataValid; public: ScHeaderFooterTextData( -- cgit