diff options
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/desktopcontext.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/app/desktopcontext.hxx b/desktop/source/app/desktopcontext.hxx index a6ed8237187f..1bd83bb773fb 100644 --- a/desktop/source/app/desktopcontext.hxx +++ b/desktop/source/app/desktopcontext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: desktopcontext.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:07:26 $ + * last change: $Author: ihi $ $Date: 2006-08-04 12:32:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,8 +44,6 @@ #include <uno/current_context.hxx> #endif -#define DESKTOP_ENVIRONMENT_NAME "system.desktop-environment" - namespace desktop { class DesktopContext: public cppu::WeakImplHelper1< com::sun::star::uno::XCurrentContext > |