summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-02 21:38:51 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-03 10:20:08 -0400
commitdc2eddd2339ff5510928fcd6c59e186e179c86bc (patch)
treebb68998bc83d2385907f649f9eb9de504e6136c0 /editeng
parent352f10a2e7ee32bee3553bc657e88f319f8dadc7 (diff)
This ought to be private...
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.hxx3
1 files changed, 1 insertions, 2 deletions
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<DeletedNodeInfo> aDeletedNodes;
@@ -1003,8 +1004,6 @@ public:
rtl::Reference<SvxForbiddenCharactersTable> GetForbiddenCharsTable( sal_Bool bGetInternal = sal_True ) const;
void SetForbiddenCharsTable( rtl::Reference<SvxForbiddenCharactersTable> 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; }