diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:33:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:33:09 +0000 |
commit | a47ba09f977c3c8f573e0fb5f6cf52355ad83b61 (patch) | |
tree | 8dbbc364eac600748fd02173cf1d1e284fdb5dce /slideshow/source/engine/animationnodes | |
parent | d107cc9a6fcd56733d10d111ec72595ce8fa7497 (diff) |
INTEGRATION: CWS presfixes09 (1.2.14); FILE MERGED
2006/10/18 19:55:41 thb 1.2.14.2: RESYNC: (1.2-1.4); FILE MERGED
2006/09/18 15:26:49 thb 1.2.14.1: #i10000# Fixed post-MERGE breakages
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r-- | slideshow/source/engine/animationnodes/generateevent.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/generateevent.cxx b/slideshow/source/engine/animationnodes/generateevent.cxx index 2fdd74a61d1a..0fabd12fcc4a 100644 --- a/slideshow/source/engine/animationnodes/generateevent.cxx +++ b/slideshow/source/engine/animationnodes/generateevent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: generateevent.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:27:54 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:33:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ #include "com/sun/star/animations/EventTrigger.hpp" #include "com/sun/star/animations/Event.hpp" -namespace presentation { +namespace slideshow { namespace internal { using namespace com::sun::star; @@ -227,5 +227,5 @@ EventSharedPtr generateEvent( } } // namespace internal -} // namespace presentation +} // namespace slideshow |