summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:58:32 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:58:32 +0000
commit188a39c4b11900060470094f9c587e61b710cbb3 (patch)
tree6f038a5a5d87d49619881e7ab64d7d1ef0a3d7af /dbaccess/source
parentf43022e704a62a036a76524c8e6f0fe83f76653d (diff)
INTEGRATION: CWS dba30b (1.5.102); FILE MERGED
2008/04/15 22:13:42 fs 1.5.102.2: RESYNC: (1.5-1.7); FILE MERGED 2008/03/16 14:07:07 fs 1.5.102.1: #i86996# +ElementOpenMode (formerly known as OLinkedDocumentAccess::EOpenMode)
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/AppElementType.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/AppElementType.hxx b/dbaccess/source/ui/inc/AppElementType.hxx
index 8fa8a82ce422..c779e6114a04 100644
--- a/dbaccess/source/ui/inc/AppElementType.hxx
+++ b/dbaccess/source/ui/inc/AppElementType.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AppElementType.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -29,7 +29,9 @@
************************************************************************/
#ifndef DBAUI_APPELEMENTTYPE_HXX
#define DBAUI_APPELEMENTTYPE_HXX
+
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
+
//........................................................................
namespace dbaui
{
@@ -52,6 +54,14 @@ namespace dbaui
E_DOCUMENT = 1,
E_DOCUMENTINFO = 2
};
+
+ enum ElementOpenMode
+ {
+ E_OPEN_NORMAL,
+ E_OPEN_DESIGN,
+ E_OPEN_FOR_MAIL
+ };
+
//........................................................................
} // namespace dbaui
//........................................................................