From dc2eddd2339ff5510928fcd6c59e186e179c86bc Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 2 Apr 2012 21:38:51 -0400 Subject: This ought to be private... --- editeng/source/editeng/impedit.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editeng') diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index e98ec496846a..5329322d8b60 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -488,6 +488,7 @@ private: sal_Bool bCallParaInsertedOrDeleted; sal_Bool bImpConvertFirstCall; // specifies if ImpConvert is called the very first time after Convert was called sal_Bool bFirstWordCapitalization; // specifies if auto-correction should capitalize the first word or not + sal_Bool mbLastTryMerge; // For Formatting / Update .... boost::ptr_vector aDeletedNodes; @@ -1003,8 +1004,6 @@ public: rtl::Reference GetForbiddenCharsTable( sal_Bool bGetInternal = sal_True ) const; void SetForbiddenCharsTable( rtl::Reference xForbiddenChars ); - sal_Bool mbLastTryMerge; - /** sets a link that is called at the beginning of a drag operation at an edit view */ void SetBeginDropHdl( const Link& rLink ) { maBeginDropHdl = rLink; } Link GetBeginDropHdl() const { return maBeginDropHdl; } -- cgit