summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-11-04 10:38:51 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-11-05 20:32:46 +0100
commit45a2bb97a19dc599abda5e4dce620f2b75491d0f (patch)
tree6104d19df0124d96e0fd37c334c726a0b1acd4b7 /svx
parent17a3f759777d66f34f49ead04368ad6219e1c7ba (diff)
Privatize _SdrItemBrowserControl::GetCurrentPos|BegChangeEntry
Change-Id: Iea2e8353f4d48e792e3ff8d6e4544df35bea9461
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svdibrow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index b59a85fd4d1c..cbf8d52c5bf0 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -55,6 +55,8 @@ private:
ImpItemListRow* ImpGetEntry(sal_uIntPtr nPos) const { return aList[nPos]; }
void ImpSaveWhich();
void ImpRestoreWhich();
+ sal_uIntPtr GetCurrentPos() const;
+ bool BegChangeEntry(sal_uIntPtr nPos);
protected:
virtual long GetRowCount() const override;
@@ -72,9 +74,7 @@ public:
virtual void dispose() override;
void Clear();
void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL);
- sal_uIntPtr GetCurrentPos() const;
sal_uInt16 GetCurrentWhich() const;
- bool BegChangeEntry(sal_uIntPtr nPos);
bool EndChangeEntry();
void BrkChangeEntry();