summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textaction.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 12:26:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 12:26:47 +0000
commit4981731893c2ec17ec78bbe5510cb9cfb60ce459 (patch)
tree73fe0a7668b2a452676fc1a6a5d2d17d0b2dc46f /cppcanvas/source/mtfrenderer/textaction.hxx
parent0a1aa30446d08a59f28aaeb09967783291455a60 (diff)
INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/20 00:38:32 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
Diffstat (limited to 'cppcanvas/source/mtfrenderer/textaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.hxx b/cppcanvas/source/mtfrenderer/textaction.hxx
index f40ba08340cb..39eab512abb4 100644
--- a/cppcanvas/source/mtfrenderer/textaction.hxx
+++ b/cppcanvas/source/mtfrenderer/textaction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textaction.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-28 15:30:58 $
+ * last change: $Author: vg $ $Date: 2005-03-10 13:26:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,16 +66,16 @@
#include <com/sun/star/uno/Sequence.hxx>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
-#include <drafts/com/sun/star/rendering/RenderState.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
+#include <com/sun/star/rendering/RenderState.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
-#include <drafts/com/sun/star/rendering/StringContext.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_STRINGCONTEXT_HPP__
+#include <com/sun/star/rendering/StringContext.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_TEXTDIRECTION_HPP_
-#include <drafts/com/sun/star/rendering/TextDirection.hpp>
+#ifndef _COM_SUN_STAR_RENDERING_TEXTDIRECTION_HPP_
+#include <com/sun/star/rendering/TextDirection.hpp>
#endif
#ifndef _COMPHELPER_OPTIONALVALUE_HXX
@@ -90,11 +90,11 @@
class Point;
-namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
+namespace com { namespace sun { namespace star { namespace rendering
{
class XCanvasFont;
class XTextLayout;
-} } } } }
+} } } }
/* Definition of internal::LineAction class */
@@ -142,13 +142,13 @@ namespace cppcanvas
// for the translation.
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XCanvasFont > mxFont;
+ ::com::sun::star::rendering::XCanvasFont > mxFont;
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::rendering::XTextLayout > mxTextLayout;
- ::drafts::com::sun::star::rendering::StringContext maStringContext;
+ ::com::sun::star::rendering::XTextLayout > mxTextLayout;
+ ::com::sun::star::rendering::StringContext maStringContext;
::com::sun::star::uno::Sequence< double > maOffsets;
CanvasSharedPtr mpCanvas;
- ::drafts::com::sun::star::rendering::RenderState maState;
+ ::com::sun::star::rendering::RenderState maState;
sal_Int8 maTextDirection;
};
}