diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-07-19 14:31:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-07-19 14:31:22 +0000 |
commit | 6f5c7400a9721268e2b58ffd990d90cf2e8485b6 (patch) | |
tree | 9ad090212a69abbe08caf2a4e1b6b623c1936bb2 /sfx2 | |
parent | b2f0e272969a28292d999f9ee52c690c51c8eda1 (diff) |
#i10000# define DISPOSEDEXCEPTION added
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/sfxbasemodel.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/sfx2/inc/sfx2/sfxbasemodel.hxx index dfa549e69b77..62e9baf03a4d 100644 --- a/sfx2/inc/sfx2/sfxbasemodel.hxx +++ b/sfx2/inc/sfx2/sfxbasemodel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxbasemodel.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2007-07-17 13:38:09 $ + * last change: $Author: vg $ $Date: 2007-07-19 15:31:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -260,7 +260,7 @@ #define ELEMENTEXISTEXCEPTION ::com::sun::star::container::ElementExistException #define XNAMEREPLACE ::com::sun::star::container::XNameReplace #define XINDEXCONTAINER ::com::sun::star::container::XIndexContainer - +#define DISPOSEDEXCEPTION ::com::sun::star::lang::DisposedException #define DOCEVENTOBJECT ::com::sun::star::document::EventObject #define XDOCEVENTLISTENER ::com::sun::star::document::XEventListener #define XDOCUMENTINFO ::com::sun::star::document::XDocumentInfo |