diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 17:40:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 17:40:28 +0000 |
commit | 0e206c69d8873ce92fdc283155ca0157b7f0355f (patch) | |
tree | 55dfc0a33cd39167c4994591c0b33856c5770fb5 /ucb/source/ucp/file/filglob.cxx | |
parent | 405c6e66ec5b72ef1cebb0baf0c78affe69f6580 (diff) |
#i10000# Fix typos.
Diffstat (limited to 'ucb/source/ucp/file/filglob.cxx')
-rw-r--r-- | ucb/source/ucp/file/filglob.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx index 3b61dce9a23e..22931079cbcd 100644 --- a/ucb/source/ucp/file/filglob.cxx +++ b/ucb/source/ucp/file/filglob.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: filglob.cxx,v $ - * $Revision: 1.25 $ + * $Revision: 1.26 $ * * This file is part of OpenOffice.org. * @@ -53,12 +53,8 @@ #include <com/sun/star/ucb/NameClashException.hpp> #include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp> #include <com/sun/star/ucb/UnsupportedNameClashException.hpp> -#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_ -#include "com/sun/star/breans/PropertyState.hpp" -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ -#include "com/sun/star/breans/PropertyValue.hpp" -#endif +#include "com/sun/star/beans/PropertyState.hpp" +#include "com/sun/star/beans/PropertyValue.hpp" #include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> #include "com/sun/star/uno/Any.hxx" #include "com/sun/star/uno/Sequence.hxx" |