summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx b/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
index 4f658322aab0..9bdd689f0e78 100644
--- a/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
@@ -55,7 +55,7 @@ namespace drawinglayer
if(rAttribute.getTiling())
{
// get object range and create tiling matrices
- ::std::vector< basegfx::B2DHomMatrix > aMatrices;
+ std::vector< basegfx::B2DHomMatrix > aMatrices;
texture::GeoTexSvxTiled aTiling(
rAttribute.getGraphicRange(),
rAttribute.getOffsetX(),