summaryrefslogtreecommitdiff
path: root/sw/inc/fmtwrapinfluenceonobjpos.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:05:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:05:32 +0000
commit3fa103c95a15a970c7bd1c548ba0fe3f8543d85f (patch)
treefeb17d1d6223aa46d5efda892797842635ed7fa8 /sw/inc/fmtwrapinfluenceonobjpos.hxx
parentd4f22a7f4a0e77993a0c997a1aa7b1a7a183d5b1 (diff)
INTEGRATION: CWS swusing (1.4.990); FILE MERGED
2007/10/11 08:34:22 tl 1.4.990.2: #i82476# make 'using' declarations private 2007/10/10 14:14:48 tl 1.4.990.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/inc/fmtwrapinfluenceonobjpos.hxx')
-rw-r--r--sw/inc/fmtwrapinfluenceonobjpos.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/fmtwrapinfluenceonobjpos.hxx b/sw/inc/fmtwrapinfluenceonobjpos.hxx
index 6b151e0cb205..0386bb9ec632 100644
--- a/sw/inc/fmtwrapinfluenceonobjpos.hxx
+++ b/sw/inc/fmtwrapinfluenceonobjpos.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtwrapinfluenceonobjpos.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:54:05 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:05:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,6 @@
#ifndef _COM_SUN_STAR_TEXT_WRAPINFLUENCEONPOSITION_HPP_
#include <com/sun/star/text/WrapInfluenceOnPosition.hpp>
#endif
-using namespace com::sun::star;
class SwFmtWrapInfluenceOnObjPos: public SfxPoolItem
{
@@ -60,7 +59,7 @@ public:
// --> OD 2004-10-18 #i35017# - constant name has changed
SwFmtWrapInfluenceOnObjPos(
sal_Int16 _nWrapInfluenceOnPosition =
- text::WrapInfluenceOnPosition::ONCE_CONCURRENT );
+ com::sun::star::text::WrapInfluenceOnPosition::ONCE_CONCURRENT );
// <--
SwFmtWrapInfluenceOnObjPos(
const SwFmtWrapInfluenceOnObjPos& _rCpy );