diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-18 12:02:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-18 12:02:13 +0000 |
commit | 2406a3c29aa5859d433c197d4aa6747593b22b71 (patch) | |
tree | 80a3d9aef49d748d0bc660c5e5b5aafc5abf225a /xmloff | |
parent | 4e8528b5f85b0cad8e9a89e85c39995dd5d37c62 (diff) |
INTEGRATION: CWS impress64 (1.99.56); FILE MERGED
2005/07/14 07:57:26 cl 1.99.56.1: allow SdXMLExport::ImpPrepDrawPageHeaderFooterDecls to work without a notes page for clipboard operations
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 34fe72807ce3..c9ff023361b0 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlexp.cxx,v $ * - * $Revision: 1.99 $ + * $Revision: 1.100 $ * - * last change: $Author: obo $ $Date: 2005-04-13 09:29:23 $ + * last change: $Author: obo $ $Date: 2005-07-18 13:02:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1691,7 +1691,7 @@ HeaderFooterPageSettingsImpl SdXMLExport::ImpPrepDrawPageHeaderFooterDecls( cons { HeaderFooterPageSettingsImpl aSettings; - try + if( xDrawPage.is() ) try { Reference< XPropertySet > xSet( xDrawPage, UNO_QUERY_THROW ); Reference< XPropertySetInfo > xInfo( xSet->getPropertySetInfo() ); |