From e02702c1d120c7e93826ed537e3bf66763a2b31f Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Mon, 23 Nov 2009 17:11:58 +0100 Subject: [CWS autorecovery] SFX_HINT_CANCELLABLE is not used anymore --- svtools/inc/svtools/smplhint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svtools/inc/svtools/smplhint.hxx b/svtools/inc/svtools/smplhint.hxx index 4e1f4601f78a..886eae0774ac 100644 --- a/svtools/inc/svtools/smplhint.hxx +++ b/svtools/inc/svtools/smplhint.hxx @@ -42,7 +42,7 @@ #define SFX_HINT_UPDATEDONE 0x00000020 #define SFX_HINT_DEINITIALIZING 0x00000040 #define SFX_HINT_MODECHANGED 0x00000080 -#define SFX_HINT_CANCELLABLE 0x00000100 + // unused, formerly SFX_HINT_CANCELLABLE // unused, formerly SFX_HINT_DATAAVAILABLE // unused, formerly SFX_HINT_SAVECOMPLETED // unused, formerly SFX_HINT_RELEASEREF -- cgit