summaryrefslogtreecommitdiff
path: root/cppuhelper/unotypes
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-01-10 14:50:40 +0000
committerRüdiger Timm <rt@openoffice.org>2006-01-10 14:50:40 +0000
commit9b2a51c749bc64db6f8205abaad63f656aeae848 (patch)
tree19dd628f2d3fea2be455db90182621b966bb415f /cppuhelper/unotypes
parent2f26cde2de08d8e10c5ca7eee79ec62b6f33e7fe (diff)
INTEGRATION: CWS sb41 (1.3.18); FILE MERGED
2005/12/16 10:48:01 sb 1.3.18.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.
Diffstat (limited to 'cppuhelper/unotypes')
-rw-r--r--cppuhelper/unotypes/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/unotypes/makefile.mk b/cppuhelper/unotypes/makefile.mk
index 72cd12f159d5..ca6db434ad22 100644
--- a/cppuhelper/unotypes/makefile.mk
+++ b/cppuhelper/unotypes/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:35:52 $
+# last change: $Author: rt $ $Date: 2006-01-10 15:50:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,10 +47,10 @@ UNOUCROUT = $(OUT)$/inc$/private
CPPUMAKERFLAGS += -C -X$(SOLARBINDIR)$/types.rdb
UNOTYPES = \
- cppu.XExceptionThrower
+ cppuhelper.detail.XExceptionThrower
ALLIDLFILES = \
- .$/cppu$/XExceptionThrower.idl
+ .$/cppuhelper$/detail$/XExceptionThrower.idl
.INCLUDE : target.mk