summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-11 14:05:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-12 13:34:02 +0200
commitcae829e9c1394851fc88829d5197460929c2792a (patch)
tree514d5bdd8fa751636f2498e46952ab3146bae210 /include/sfx2/dinfdlg.hxx
parent9ba797aa4fe8d48649d8c42b07c13d2371f1c980 (diff)
loplugin:unusedmethods
Change-Id: I42667e8483d2cb4363227344faca3899bd95d424 Reviewed-on: https://gerrit.libreoffice.org/73824 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index b6e815dfd591..6dbca6532469 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -379,7 +379,6 @@ private:
bool IsLineValid( CustomPropertyLine* pLine ) const;
void ValidateLine( CustomPropertyLine* pLine, bool bIsFromTypeBox );
void CreateNewLine();
- void FillLine(sal_uInt32 nLine);
void StoreCustomProperties();
sal_uInt32 GetCurrentDataModelPosition() const { return -1 * m_nScrollPos / m_nLineHeight; }