summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textlineshelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer/textlineshelper.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/textlineshelper.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/cppcanvas/source/mtfrenderer/textlineshelper.hxx b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
index aae63023298f..f0a53ff7a07d 100644
--- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx
+++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
@@ -15,19 +15,10 @@
#include <basegfx/vector/b2dsize.hxx>
#include <cppcanvas/canvas.hxx>
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace rendering
+namespace com::sun::star::rendering
{
class XPolyPolygon2D;
}
-}
-}
-}
namespace cppcanvas
{
@@ -62,7 +53,7 @@ class TextLinesHelper
bool mbUnderlineWavelineBold;
public:
- TextLinesHelper(const CanvasSharedPtr& rCanvas, const OutDevState& rState);
+ TextLinesHelper(CanvasSharedPtr xCanvas, const OutDevState& rState);
::basegfx::B2DSize const& getOverallSize() const { return maOverallSize; }