summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-08 08:58:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-08 09:43:58 +0200
commit7b9cb381702a408c3cf54bfaa1f8a7b2c30882a7 (patch)
tree58d9400bf10d43e1855163d7d7086bdfe03959bd
parenta84026031db35e9388c76c3b365a23e6bf1ed3e6 (diff)
loplugin:unusedmethods
Change-Id: Idba437cf35606e782e94c020c8ac3bb265703d00 Reviewed-on: https://gerrit.libreoffice.org/42091 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/sfx2/dinfdlg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 4353f27ca3b9..e708d0cf8927 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -448,8 +448,6 @@ public:
css::uno::Sequence< css::beans::PropertyValue >
GetCustomProperties() const;
void SetRemovedHdl( const Link<void*,void>& rLink ) { m_aRemovedHdl = rLink; }
-
- void updateLineWidth();
};
// class CustomPropertiesControl -----------------------------------------