diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 11:32:24 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 11:32:24 +0000 |
commit | bb2315c303ff4d39548ce059530ae1efdf25ec33 (patch) | |
tree | 0e3583f1b919dbf94ede87f268c3703965c05fee /desktop/source/app | |
parent | 820e15d98d0bdce39f249e9a8e127afc7184840b (diff) |
INTEGRATION: CWS kdesettings3 (1.3.206); FILE MERGED
2006/07/21 12:53:52 kendy 1.3.206.1: #i66204#
Don't link with KDE libraries in Gnome (and v.v.)
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 > |