diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-11-02 06:53:34 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-11-02 06:53:34 +0000 |
commit | b26f07ac1643c2c757fbf96ce96923608f6cebc4 (patch) | |
tree | 1ef662c10a0ad71a73f0a4e9917c4931b93fdc96 /framework/inc | |
parent | 2116ce07e07ffe1b73e45aea84c9a7a2319b87f1 (diff) |
#93753# new namespace dcss
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/general.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h index 2541a2c65e54..f258451073c2 100644 --- a/framework/inc/general.h +++ b/framework/inc/general.h @@ -2,9 +2,9 @@ * * $RCSfile: general.h,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: as $ $Date: 2001-03-29 13:17:08 $ + * last change: $Author: as $ $Date: 2001-11-02 07:53:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,6 +87,7 @@ namespace framework{ //_________________________________________________________________________________________________________________ #define css ::com::sun::star /// used for short namespaces! +#define dcss ::drafts::com::sun::star /// ... too } // namespace framework |