diff options
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 8a8e8686d671..cdb82b66e958 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -56,14 +56,14 @@ friend class ImpItemEdit; bool bDontSortItems; bool bShowWhichIds; bool bShowRealValues; + private: -#if _SOLAR__PRIVATE void ImpCtor(); void ImpSetEntry(const ImpItemListRow& rEntry, sal_uIntPtr nEntryNum); ImpItemListRow* ImpGetEntry(sal_uIntPtr nPos) const { return aList[nPos]; } void ImpSaveWhich(); void ImpRestoreWhich(); -#endif // __PRIVATE + protected: virtual long GetRowCount() const; virtual sal_Bool SeekRow(long nRow); |