summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 10:46:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 12:21:54 +0200
commit4aa2cc878dae3b34b16ccacd9358fda5e6d6a197 (patch)
treed4febfc07c5365baefdbe8e4aceafee8d3d75030 /include
parente74a5bea04483dc96ef6d4b34edd8735ec73bcd8 (diff)
loplugin:unusedmethods
Change-Id: Ia216da9bd7764f2d21aaee761a02eafda88d892e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169257 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/linguistic/lngprophelp.hxx1
-rw-r--r--include/sfx2/dinfdlg.hxx1
-rw-r--r--include/svtools/recorditemwindow.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx
index b0ee8467ada7..19bef926c243 100644
--- a/include/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
@@ -276,7 +276,6 @@ public:
sal_Int16 GetMinTrailing() const { return nResHyphMinTrailing; }
sal_Int16 GetCompoundMinLeading() const { return nResHyphCompoundMinLeading; }
sal_Int16 GetMinWordLength() const { return nResHyphMinWordLength; }
- sal_Int16 GetTextHyphenZone() const { return nResHyphTextHyphenZone; }
bool IsNoHyphenateCaps() const { return bResNoHyphenateCaps; }
};
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index c602a940c6f2..b541c67c8336 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -150,7 +150,6 @@ public:
const OUString& getTitle() const { return m_Title; }
void setTitle(const OUString& i_val) { m_Title = i_val; }
sal_Int64 getFileSize() const { return m_nFileSize; }
- void setFileSize(sal_Int64 i_val) { m_nFileSize = i_val; }
/// reset user-specific data (author, modified-by, ...)
void resetUserData(const OUString & i_rAuthor);
diff --git a/include/svtools/recorditemwindow.hxx b/include/svtools/recorditemwindow.hxx
index 68d642ce4b7f..580ac1789171 100644
--- a/include/svtools/recorditemwindow.hxx
+++ b/include/svtools/recorditemwindow.hxx
@@ -19,7 +19,6 @@ public:
virtual ~RecordItemWindowBase();
void set_text(const OUString& rText) { m_xWidget->set_text(rText); }
- void set_font(const vcl::Font& rFont) { m_xWidget->set_font(rFont); }
void set_help_id(const OUString& rHelpId) { m_xWidget->set_help_id(rHelpId); }
protected: