diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-11 10:11:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-11 14:38:37 +0200 |
commit | d4d037619638e1915d15dba81c38a1c9b3157972 (patch) | |
tree | 93260b9952c2be6dbb56c7c67eccfb4960608627 /sw/inc | |
parent | 807d4382cb021d2ac3ea99d6757a7b368a32941d (diff) |
loplugin:unusedmethods
Change-Id: I26a0da1ec9cda9030371977596053a45303756a0
Reviewed-on: https://gerrit.libreoffice.org/55609
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/dbmgr.hxx | 1 | ||||
-rw-r--r-- | sw/inc/dcontact.hxx | 2 | ||||
-rw-r--r-- | sw/inc/ndgrf.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 03e8c2f7ecc9..fda615a62b17 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -312,7 +312,6 @@ public: void SetInitDBFields(bool b) { bInitDBFields = b; } /// Fill listbox with all table names of a database. - bool GetTableNames(ListBox* pListBox, const OUString& rDBName ); bool GetTableNames(weld::ComboBoxText& rBox, const OUString& rDBName); /// Fill listbox with all column names of a database table. diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 470132a0ee44..a25c1ac9e54c 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -156,8 +156,6 @@ public: return *(GetAnchorFormat().GetContentAnchor()); } - const SwIndex& GetContentAnchorIndex() const; - /** get data collection of anchored objects, handled by with contact */ virtual void GetAnchoredObjs( std::vector<SwAnchoredObject*>& _roAnchoredObjs ) const = 0; diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index 6e294ca5814c..48b27079b58b 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -104,7 +104,6 @@ public: bChgTwipSize = b; } - bool IsGraphicArrived() const { return bGraphicArrived; } void SetGraphicArrived( bool b ) { bGraphicArrived = b; } bool IsFrameInPaint() const { return bFrameInPaint; } |