diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:01:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:01:39 +0000 |
commit | bc435c95a47177b31dbadf6892e5822791161939 (patch) | |
tree | 3407fdad7d84803b679cc9984092e479ef85a39e /unotools | |
parent | a9d5a7da96dfae6e7abc44ed069506e8168590b6 (diff) |
INTEGRATION: CWS ause043 (1.12.18); FILE MERGED
2005/10/31 12:42:28 hjs 1.12.18.1: #i56702# remove unneeded UNOTYPE definition
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/makefile.mk | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk index aca78b48576a..69db8fc6804e 100644 --- a/unotools/source/config/makefile.mk +++ b/unotools/source/config/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:42:59 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:01:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,20 +40,6 @@ TARGET=config ENABLE_EXCEPTIONS=TRUE -# --- Settings common for the whole project ----- - -#UNOTYPES= - -UNOTYPES+= com.sun.star.configuration.XTemplateContainer \ - com.sun.star.util.XChangesListener \ - com.sun.star.util.XChangesNotifier \ - com.sun.star.util.XStringEscape \ - com.sun.star.util.XChangesBatch \ - com.sun.star.uno.XWeak \ - com.sun.star.uno.XAggregation - -.INCLUDE : $(PRJINC)$/unotools$/unotools.mk - # --- Settings ---------------------------------- .INCLUDE : settings.mk |