diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 13:38:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 13:38:09 +0100 |
commit | f1d303c63e857109253b98d9c32202d2c53e8747 (patch) | |
tree | 5f70630c98fa0044a2121ae5443a3cc0016ce8a2 /sw/inc | |
parent | 827b44d38aa5c226a25b78108c2a19cf1caf694d (diff) |
Uninitialized value
Change-Id: I060fb2f8dda4a79b70e2fdf255e95b47b0d5630b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crsrsh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 0e3c06b14edf..160ae4dbfd25 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -230,6 +230,8 @@ private: bool m_bMacroExecAllowed : 1; + SwFrm* m_oldColFrm; + SW_DLLPRIVATE void UpdateCrsr( sal_uInt16 eFlags = SwCrsrShell::SCROLLWIN|SwCrsrShell::CHKRANGE, sal_Bool bIdleEnd = sal_False ); @@ -825,7 +827,6 @@ public: sal_Bool IsInRightToLeftText( const Point* pPt = 0 ) const; void FirePageChangeEvent(sal_uInt16 nOldPage, sal_uInt16 nNewPage); - SwFrm* oldColFrm; bool bColumnChange(); void FireSectionChangeEvent(sal_uInt16 nOldSection, sal_uInt16 nNewSection); void FireColumnChangeEvent(sal_uInt16 nOldColumn, sal_uInt16 nNewColumn); |