summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-10 00:19:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 09:05:05 +0100
commit2c838eb1351129283c4c296468b4e64f48fd972b (patch)
tree86e7dcf7fff4b1f22f80c21ebd921a9ed293bc34 /unotools/inc
parentcallcatcher: remove unused PIList* methods (diff)
downloadcore-2c838eb1351129283c4c296468b4e64f48fd972b.tar.gz
core-2c838eb1351129283c4c296468b4e64f48fd972b.zip
callcatcher: remove unused hasReminderDateCome
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/regoptions.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/inc/unotools/regoptions.hxx b/unotools/inc/unotools/regoptions.hxx
index e43d61f9ba6b..0303ca300e91 100644
--- a/unotools/inc/unotools/regoptions.hxx
+++ b/unotools/inc/unotools/regoptions.hxx
@@ -111,12 +111,6 @@ namespace utl
<p>If this method is called, the reminder for the dialog will be removed.
*/
void removeReminder();
-
- /** checks if the reminder date has come
-
- <p>Returns <true/> if the current date is greater or equal the reminder date.
- */
- bool hasReminderDateCome() const;
};
//........................................................................