summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-08 14:59:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-09 07:18:17 +0100
commit0d43b791e60aa75eb7f769d0f9b3177f93e1591c (patch)
tree0f22f0ab1972013ff6c7cce91895d1b69c236dfb /include
parentmissing g_signal_handler_disconnect in GtkInstanceWidget (diff)
downloadcore-0d43b791e60aa75eb7f769d0f9b3177f93e1591c.tar.gz
core-0d43b791e60aa75eb7f769d0f9b3177f93e1591c.zip
loplugin:unusedmethods
Change-Id: I4f2635d468c9ad83b3ac93733529e01a4d03f38e Reviewed-on: https://gerrit.libreoffice.org/64805 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/simptabl.hxx2
-rw-r--r--include/vcl/print.hxx4
-rw-r--r--include/vcl/treelist.hxx4
3 files changed, 0 insertions, 10 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index d94b7179ebb3..e4a15e02e8bd 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -105,8 +105,6 @@ public:
void ClearHeader();
void ShowTable();
- void HideTable();
- bool IsVisible() const;
void EnableTable();
void DisableTable();
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 2d1c17e9e486..df9602dd4cd4 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -312,9 +312,6 @@ public:
Paper GetPaper() const;
static OUString GetPaperName( Paper ePaper );
- /** @return A UI string for the current paper; an empty string for PAPER_USER */
- OUString GetPaperName() const;
-
/** @return Number of available paper formats */
int GetPaperInfoCount() const;
@@ -541,7 +538,6 @@ public:
getMultipage() const;
void setLastPage( bool i_bLastPage );
VCL_DLLPRIVATE void setReversePrint( bool i_bReverse );
- VCL_DLLPRIVATE bool getReversePrint() const;
VCL_DLLPRIVATE void setPapersizeFromSetup( bool i_bPapersizeFromSetup );
VCL_DLLPRIVATE bool getPapersizeFromSetup() const;
VCL_DLLPRIVATE Size& getPaperSizeSetup() const;
diff --git a/include/vcl/treelist.hxx b/include/vcl/treelist.hxx
index 0f2a1f45efa9..fb4f724d6ede 100644
--- a/include/vcl/treelist.hxx
+++ b/include/vcl/treelist.hxx
@@ -96,12 +96,8 @@ class VCL_DLLPUBLIC SvTreeList final
SvTreeListEntry* PrevSelected( const SvListView*,SvTreeListEntry* pEntry ) const;
SvTreeListEntry* LastSelected( const SvListView*) const;
- static bool Select( SvListView*,SvTreeListEntry* pEntry, bool bSelect );
sal_uLong GetChildSelectionCount( const SvListView*,SvTreeListEntry* pParent ) const;
- static void Expand( SvListView*,SvTreeListEntry* pParent );
- static void Collapse( SvListView*,SvTreeListEntry* pParent );
-
VCL_DLLPRIVATE void SetAbsolutePositions();
VCL_DLLPRIVATE void CloneChildren(