diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:04:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:04:04 +0000 |
commit | ed1869f34c34f0df721967c84dd886f7284e6bd7 (patch) | |
tree | 6f23f8e44d39723c8f6a6b6abedea46b7c232b06 | |
parent | e49b576b502f66b29ac2e4222096bc5ff36d80a0 (diff) |
INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED
2006/11/27 13:48:16 cl 1.4.38.1: #i69285# warning free code changes for sd project
-rw-r--r-- | sd/source/ui/unoidl/unowcntr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/unowcntr.cxx b/sd/source/ui/unoidl/unowcntr.cxx index 5b7039033..a59c87790 100644 --- a/sd/source/ui/unoidl/unowcntr.cxx +++ b/sd/source/ui/unoidl/unowcntr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unowcntr.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:29:37 $ + * last change: $Author: kz $ $Date: 2006-12-12 19:04:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ using namespace ::rtl; using namespace ::com::sun::star; -DECLARE_LIST( WeakRefList, uno::WeakReference< uno::XInterface >* ); +DECLARE_LIST( WeakRefList, uno::WeakReference< uno::XInterface >* ) SvUnoWeakContainer::SvUnoWeakContainer() throw() { |