summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/iconcdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 14:56:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-10 06:51:17 +0000
commit76c8336eec82862732d3a26be84b5e8a52efe022 (patch)
treeffb1cbc0fe3cf7bf4f5620a5cfbf255e3792e560 /cui/source/dialogs/iconcdlg.cxx
parent029a936aecb9b25d3ffefef072ba6fe86e19d305 (diff)
loplugin:expandablemethods in cui
Change-Id: I3dae1d142874c767ec1e32401acba0bbca95df5f Reviewed-on: https://gerrit.libreoffice.org/30716 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/dialogs/iconcdlg.cxx')
-rw-r--r--cui/source/dialogs/iconcdlg.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index 4026fdc3a869..d58c488b5bc5 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -485,7 +485,7 @@ void IconChoiceDialog::DeActivatePageImpl ()
if ( nRet & DeactivateRC::RefreshSet )
{
- RefreshInputSet();
+ // TODO refresh input set
// flag all pages to be newly initialized
for (IconChoicePageData* pObj : maPageList)
{
@@ -620,11 +620,6 @@ void IconChoiceDialog::Start_Impl()
ActivatePageImpl();
}
-void IconChoiceDialog::RefreshInputSet()
-{
- SAL_WARN( "cui.dialogs", "RefreshInputSet not implemented" );
-}
-
/**********************************************************************
|
| tool-methods