diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-04 00:23:52 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-04 00:24:51 +1100 |
commit | 8db902785ed40ef388218bd5068f14f5d4bedd69 (patch) | |
tree | 08a02ad07d02fce16bd37b6c02503239483911c9 /editeng | |
parent | 4a2824e72aae407f5f2a86e6ef45278ef864d437 (diff) |
tdf#94269 Replace "n" prefix for bool variables with "b"
Change-Id: I8999dc2701010424ea4d2504e99ed429030d7d4e
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/outliner/outlundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlundo.hxx b/editeng/source/outliner/outlundo.hxx index cb36c574cca5..adc15549593b 100644 --- a/editeng/source/outliner/outlundo.hxx +++ b/editeng/source/outliner/outlundo.hxx @@ -69,7 +69,7 @@ private: public: OutlinerUndoChangeParaNumberingRestart( Outliner* pOutliner, sal_Int32 nPara, sal_Int16 nOldNumberingStartValue, sal_Int16 mnNewNumberingStartValue, - bool nOldbParaIsNumberingRestart, bool nbNewParaIsNumberingRestart ); + bool bOldbParaIsNumberingRestart, bool bNewParaIsNumberingRestart ); virtual void Undo() override; virtual void Redo() override; |