[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/editeng
matteocam
matteo.campanelli at gmail.com
Mon Jul 21 11:26:30 PDT 2014
include/editeng/editstat.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2870d1762a1f74cee30480dec626a6205e6e9267
Author: matteocam <matteo.campanelli at gmail.com>
Date: Mon Jul 21 20:25:59 2014 +0200
EditStatus::Clear resets page overflow
Change-Id: If7385814a6136929dc132c4d4cc6a2c70d455456
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 148c8c4..3ab90bc 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -98,7 +98,7 @@ public:
EditStatus() { nStatusBits = 0; nControlBits = 0;
nPrevPara = -1; bIsPageOverflow = false; }
- void Clear() { nStatusBits = 0; }
+ void Clear() { nStatusBits = 0; bIsPageOverflow = false; }
void SetControlBits( sal_uLong nMask, bool bOn )
{ SetFlags( nControlBits, nMask, bOn ); }
More information about the Libreoffice-commits
mailing list