diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:16:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:16:39 +0000 |
commit | 92398f42c6e49965c69e1bcc5168c275d503ef32 (patch) | |
tree | 4ca72db46ce319065e5a389ed7b1f8c8c224b798 | |
parent | 83369d08354d8b53f8534a434ab5df70e7d629a5 (diff) |
INTEGRATION: CWS filtercfg (1.2.124); FILE MERGED
2003/08/14 12:01:15 as 1.2.124.1: #102620# remove obsolete componentloader
-rw-r--r-- | framework/inc/general.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h index f258451073c2..05e5860498f0 100644 --- a/framework/inc/general.h +++ b/framework/inc/general.h @@ -2,9 +2,9 @@ * * $RCSfile: general.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-11-02 07:53:34 $ + * last change: $Author: kz $ $Date: 2004-01-28 14:16:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,11 @@ #include <macros/generic.hxx> #endif +/* include it to be able to define namespace alias :-) */ +#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ +#include <com/sun/star/uno/XInterface.hpp> +#endif + //_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ @@ -86,8 +91,9 @@ namespace framework{ // some general types for whole project //_________________________________________________________________________________________________________________ -#define css ::com::sun::star /// used for short namespaces! -#define dcss ::drafts::com::sun::star /// ... too +namespace css = ::com::sun::star; +//#define css ::com::sun::star /// used for short namespaces! +//#define dcss ::drafts::com::sun::star /// ... too } // namespace framework |