From b3bfeea015e945c3cef130c9a3e54a32a9170839 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:02:06 +0000 Subject: INTEGRATION: CWS sb18 (1.3.172); FILE MERGED 2004/05/21 12:09:23 sb 1.3.172.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/14 16:14:24 sb 1.3.172.1: #i21150# Missing includes. --- bridges/source/remote/urp/urp_propertyobject.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bridges') diff --git a/bridges/source/remote/urp/urp_propertyobject.cxx b/bridges/source/remote/urp/urp_propertyobject.cxx index 3358392b2d42..72d2a95ac2ac 100644 --- a/bridges/source/remote/urp/urp_propertyobject.cxx +++ b/bridges/source/remote/urp/urp_propertyobject.cxx @@ -2,9 +2,9 @@ * * $RCSfile: urp_propertyobject.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 13:46:19 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:02:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,7 @@ #include +#include "com/sun/star/bridge/InvalidProtocolChangeException.hpp" #include #include "urp_propertyobject.hxx" -- cgit