summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
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.