diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:10:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:10:22 +0000 |
commit | ac7856883ff91cbc1767c709a4480408f36318f2 (patch) | |
tree | 7a53345070df062ac946978839225f6d5c771582 /offapi/com | |
parent | d43086319a091e87448def1f5af0bfc20d5b271a (diff) |
INTEGRATION: CWS fwklhf01 (1.33.188); FILE MERGED
2004/06/18 11:15:28 as 1.33.188.1: #115305# new exception to handle corrupted filter configuration
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/document/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk index d35577a31694..6cf5886676a3 100644 --- a/offapi/com/sun/star/document/makefile.mk +++ b/offapi/com/sun/star/document/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: kz $ $Date: 2003-11-18 17:18:05 $ +# last change: $Author: hr $ $Date: 2004-07-23 11:10:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,7 @@ PACKAGE=com$/sun$/star$/document IDLFILES=\ AmbigousFilterRequest.idl\ BrokenPackageRequest.idl\ + CorruptedFilterConfigurationException.idl\ DocumentInfo.idl\ EventDescriptor.idl\ EventObject.idl\ |