diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:03:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:03:54 +0000 |
commit | 137ef66431a0685de41ab1bba58b9777b1293c9d (patch) | |
tree | 95c3163e23afeb9ab3510164124e2e452b580209 /slideshow/source/inc/slideshowexceptions.hxx | |
parent | 0f573eead4b312bbcdd29dbd8d37db38d4b0c2d2 (diff) |
INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED
2006/04/03 16:19:04 thb 1.4.18.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow
2006/03/24 18:23:38 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
Diffstat (limited to 'slideshow/source/inc/slideshowexceptions.hxx')
-rw-r--r-- | slideshow/source/inc/slideshowexceptions.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/inc/slideshowexceptions.hxx b/slideshow/source/inc/slideshowexceptions.hxx index b85fb5e3a56b..ec8193ec2116 100644 --- a/slideshow/source/inc/slideshowexceptions.hxx +++ b/slideshow/source/inc/slideshowexceptions.hxx @@ -4,9 +4,9 @@ * * $RCSfile: slideshowexceptions.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:20:51 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:03:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #define _SLIDESHOW_SLIDESHOWEXCEPTIONS_HXX -namespace presentation +namespace slideshow { class SlideShowException {}; @@ -45,7 +45,7 @@ namespace presentation able to convert an API object into our internal representation. */ - struct ImportFailedException : public SlideShowException {}; + struct ShapeLoadFailedException : public SlideShowException {}; /** This exception is thrown, when the SMIL arithmetic expression parser failed to parse a string. |