diff options
author | Stefan Heinemann <stefan.heinemann@codedump.ch> | 2015-09-25 13:06:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-29 18:33:40 +0000 |
commit | c50eb68af3096645246a77259bb3d1cc70eb6b63 (patch) | |
tree | a3f9442fa2d2c13464d1623f8bcf772b27426e72 /sw/inc | |
parent | 491c2e24ac110c9ebdb1a483c34ae3d14ab0d615 (diff) |
Renamed wrongly prefixed boolean variables
Fixed tdf#94269
Change-Id: I63109cc4e095bad680d7637a065080ea368860ae
Reviewed-on: https://gerrit.libreoffice.org/18851
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/htmltbl.hxx | 2 | ||||
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 47fe673b85c1..478d07a717be 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -645,7 +645,7 @@ public: @return error via enum. */ /// Split cell vertically or horizontally. - bool SplitTab( bool nVert = true, sal_uInt16 nCnt = 1, bool bSameHeight = false ); + bool SplitTab( bool bVert = true, sal_uInt16 nCnt = 1, bool bSameHeight = false ); bool Sort(const SwSortOptions&); //Sortieren. void SetRowHeight( const SwFormatFrmSize &rSz ); diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index 928ae53023d6..aea633ce948f 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -97,7 +97,7 @@ public: SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, sal_uInt16 nRSpan, sal_uInt16 nCSpan, sal_uInt16 nWidthOpt, bool bPrcWdthOpt, - bool nNWrapOpt ); + bool bNWrapOpt ); ~SwHTMLTableLayoutCell(); diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 500f552f7c8d..70dfa75d50bf 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -400,7 +400,7 @@ public: void SetAddExtLeading( bool bNew ); // Formatting by virtual device or printer. - void SetUseVirDev( bool nNew ); + void SetUseVirDev( bool bNew ); // Adding paragraph and table spacing at bottom // of table cells. |