diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 22:27:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 08:58:11 +0100 |
commit | f42b66cc5104447a5505cc2c11e89fb42250d24b (patch) | |
tree | bae00a7b45ff5f105d4993e480783c4223840400 /sw/inc | |
parent | 2cd6e2259ce0777644af18b29ff424f10d908231 (diff) |
callcatcher: unused methods
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index ab77265a3e83..d1e423f88359 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -354,8 +354,6 @@ public: // Check whether DB fields point to an available data source and returns it. sal_Bool IsFieldDataSourceAvailable(String& rUsedDataSource) const; void UpdateExpFlds(sal_Bool bCloseDB = sal_False);// nur alle ExpressionFelder updaten - void SetFixFields( sal_Bool bOnlyTimeDate = sal_False, - const DateTime* pNewDateTime = 0 ); void LockExpFlds(); void UnlockExpFlds(); |