diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-04 11:20:51 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-05 20:32:46 +0100 |
commit | 117ff6534ccf402cd323061104a4e8f7ecfa0850 (patch) | |
tree | 1ae9d46c135e6fce3360126002fdf29cf42d5ba8 /svx/inc/svdibrow.hxx | |
parent | 45a2bb97a19dc599abda5e4dce620f2b75491d0f (diff) |
Expand some prefixes ('Brk' to 'Break', 'Beg' to 'Begin')
Change-Id: Id4047b656ce53cf754c35fab13216587884da199
Diffstat (limited to 'svx/inc/svdibrow.hxx')
-rw-r--r-- | svx/inc/svdibrow.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index cbf8d52c5bf0..d492a9d8d9f9 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -56,7 +56,7 @@ private: void ImpSaveWhich(); void ImpRestoreWhich(); sal_uIntPtr GetCurrentPos() const; - bool BegChangeEntry(sal_uIntPtr nPos); + bool BeginChangeEntry(sal_uIntPtr nPos); protected: virtual long GetRowCount() const override; @@ -76,7 +76,7 @@ public: void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL); sal_uInt16 GetCurrentWhich() const; bool EndChangeEntry(); - void BrkChangeEntry(); + void BreakChangeEntry(); /** GetCellText returns the text at the given position @param _nRow |