diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-28 10:08:13 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-28 10:08:13 +0000 |
commit | 575654d05eb2b2e9f9593decd32827e4d7abf70a (patch) | |
tree | 8cf2c5dea9e941c42ba98c9a3c9ee62fca937e16 /framework/inc/classes | |
parent | e6a2af426f561e238ef55320ddeee61be0338821 (diff) |
#92361#: replace empty documents
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/targetfinder.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/classes/targetfinder.hxx b/framework/inc/classes/targetfinder.hxx index b73f5a1b8110..cbd26a2354d6 100644 --- a/framework/inc/classes/targetfinder.hxx +++ b/framework/inc/classes/targetfinder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: targetfinder.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: as $ $Date: 2001-07-02 13:38:24 $ + * last change: $Author: mba $ $Date: 2001-11-28 11:03:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,6 +135,7 @@ enum ETargetClass //------------------------------------------------------------------------------------------------------------- E_UNKNOWN , /// occure if you call us without valid flag combinations! + E_DEFAULT , /// default handling for opening new documents E_CREATETASK , /// create new task (supported by desktop only!) E_SELF , /// you are the target himself E_PARENT , /// your parent is the target |