summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-14 16:57:06 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-21 12:45:38 +0200
commitd99b65c864cc3358238e4eac651f12a34d05e2d9 (patch)
treefcd7d6fefb9434c27533c826aabc639f68ba97ed /cui/source/inc
parentb649e5bf1d3f0a11fb0c2fdf6fa08329529ce6fb (diff)
Rename GetSelectEntryPos -> GetSelectedEntryPos
Change-Id: I0bd4cb463575af843c72d9c8aaf91742203532a4 Reviewed-on: https://gerrit.libreoffice.org/42283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/autocdlg.hxx2
-rw-r--r--cui/source/inc/cfg.hxx2
-rw-r--r--cui/source/inc/cuigaldlg.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index 405a743efa34..372e0b99aa8c 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -80,7 +80,7 @@ class OfaACorrCheckListBox : public SvSimpleTable
void *GetUserData(sal_uLong nPos) { return GetEntry(nPos)->GetUserData(); }
void SetUserData(sal_uLong nPos, void *pData ) { GetEntry(nPos)->SetUserData(pData); }
- sal_uLong GetSelectEntryPos() { return GetModel()->GetAbsPos(FirstSelected()); }
+ sal_uLong GetSelectedEntryPos() { return GetModel()->GetAbsPos(FirstSelected()); }
bool IsChecked(sal_uLong nPos, sal_uInt16 nCol = 0);
void CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, bool bChecked);
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 9e6de15e9e91..81386ef877b2 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -478,7 +478,7 @@ public:
SvxConfigEntry* GetTopLevelSelection()
{
return static_cast<SvxConfigEntry*>(m_pTopLevelListBox->GetEntryData(
- m_pTopLevelListBox->GetSelectEntryPos() ));
+ m_pTopLevelListBox->GetSelectedEntryPos() ));
}
/** identifies the module in the given frame. If the frame is <NULL/>, a default
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index 189a95e3b4f7..d4fdaa5ed54b 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -191,7 +191,7 @@ public:
GalleryIdDialog( vcl::Window* pParent, GalleryTheme* pThm );
virtual ~GalleryIdDialog() override;
virtual void dispose() override;
- sal_uLong GetId() const { return m_pLbResName->GetSelectEntryPos(); }
+ sal_uLong GetId() const { return m_pLbResName->GetSelectedEntryPos(); }
};
class GalleryThemeProperties : public SfxTabDialog