summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 15:56:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-28 08:44:58 +0200
commita7acea766c7812614b95257e934648cdf737ca3f (patch)
tree334c852f8d0ca9121f650c9372d0fa38dec871ce /include/unotools
parent18c85f770bca04f71b03c4ca06da1a0488842512 (diff)
loplugin:unusedmethods
Change-Id: I64df1f467986b3d70c058adff289a6dd8f00fb20 Reviewed-on: https://gerrit.libreoffice.org/54821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/historyoptions.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index ca9ae2828142..df9030a7e8fa 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -60,16 +60,6 @@ public:
SvtHistoryOptions();
virtual ~SvtHistoryOptions() override;
- /** Get max size of specified history.
-
- Call this methods to get information about max. size of specified list.
- If a new one is add to it the oldest one is deleted automatically.
-
- @param eHistory select right history.
- @return Current max size of specified list.
- */
- sal_uInt32 GetSize(EHistoryType eHistory) const;
-
/** Clear complete specified list.
@param eHistory select right history.