diff options
author | Dieter Loeschky <dl@openoffice.org> | 2001-04-11 08:15:43 +0000 |
---|---|---|
committer | Dieter Loeschky <dl@openoffice.org> | 2001-04-11 08:15:43 +0000 |
commit | 12e822cf7095e45cbef1180fb03c5cc45c83f7cf (patch) | |
tree | 80d4417d88f603a118625a941c192b7f7c1ef35c /sd/inc/sdmod.hxx | |
parent | 6d4cac39bc92081f27a1a951ef8f7f9aafb053f6 (diff) |
- QueryUnload()
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index d96563e07281..e173569bb395 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ka $ $Date: 2001-04-04 16:35:12 $ + * last change: $Author: dl $ $Date: 2001-04-11 09:13:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,6 @@ protected: BOOL bAutoSave; BOOL bWaterCan; - virtual BOOL QueryUnload(); virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); public: |