diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-15 10:31:37 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-15 10:31:37 +0100 |
commit | 1fe9ecbd1e32170c5f54e0cd2bdc85fbd0f212e7 (patch) | |
tree | 1f3a73da4c509654bf7d25906592da3f21d03c46 /sfx2/inc | |
parent | 2ec3b4ebe6e2afb725086c64c4d6603c1dcec87f (diff) |
autorecovery: SetDontCreateCancellable is dead
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx index 53712002dbe7..e1b881a45ebc 100644 --- a/sfx2/inc/sfx2/docfile.hxx +++ b/sfx2/inc/sfx2/docfile.hxx @@ -226,7 +226,6 @@ public: void SetUsesCache( sal_Bool ); sal_Bool IsExpired() const; void SetName( const String& rName, sal_Bool bSetOrigURL = sal_False ); - void SetDontCreateCancellable(); sal_Bool IsAllowedForExternalBrowser() const; long GetFileVersion() const; |