INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGED

2005/02/16 11:14:28 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
Vladimir Glazounov
2005-03-10 12:25:13 +00:00
parent 9072edfb76
commit 1089c585a6

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: mtftools.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: thb $ $Date: 2004-03-18 10:41:05 $
* last change: $Author: vg $ $Date: 2005-03-10 13:25:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,10 +66,10 @@
# include <sal/types.h>
#endif
namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
namespace com { namespace sun { namespace star { namespace rendering
{
struct RenderState;
} } } } }
} } } }
namespace cppcanvas
@@ -81,7 +81,7 @@ namespace cppcanvas
namespace tools
{
void initRenderState( ::drafts::com::sun::star::rendering::RenderState& renderState,
void initRenderState( ::com::sun::star::rendering::RenderState& renderState,
const ::cppcanvas::internal::OutDevState& outdevState );
}
}