summaryrefslogtreecommitdiff
path: root/include/drawinglayer/attribute/lineattribute.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 11:18:42 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-21 06:37:21 +0000
commitc9bae4ddc10abcb5b99898f41310aeceb6792356 (patch)
treee40fef0484e080c1ec3dbdba2b0f47d507de5532 /include/drawinglayer/attribute/lineattribute.hxx
parent59a601d1de038b9a3807c650142cd78e31f421c8 (diff)
com::sun::star->css in include/drawinglayer
Change-Id: Icc8bf14bd7876df321958bc0ed24a5587213827f Reviewed-on: https://gerrit.libreoffice.org/19488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/drawinglayer/attribute/lineattribute.hxx')
-rw-r--r--include/drawinglayer/attribute/lineattribute.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/attribute/lineattribute.hxx b/include/drawinglayer/attribute/lineattribute.hxx
index 2e45752744c8..6fd84c9ba4fd 100644
--- a/include/drawinglayer/attribute/lineattribute.hxx
+++ b/include/drawinglayer/attribute/lineattribute.hxx
@@ -57,7 +57,7 @@ namespace drawinglayer
const basegfx::BColor& rColor,
double fWidth = 0.0,
basegfx::B2DLineJoin aB2DLineJoin = basegfx::B2DLineJoin::Round,
- com::sun::star::drawing::LineCap aLineCap = com::sun::star::drawing::LineCap_BUTT);
+ css::drawing::LineCap aLineCap = css::drawing::LineCap_BUTT);
LineAttribute();
LineAttribute(const LineAttribute& rCandidate);
LineAttribute& operator=(const LineAttribute& rCandidate);
@@ -73,7 +73,7 @@ namespace drawinglayer
const basegfx::BColor& getColor() const;
double getWidth() const;
basegfx::B2DLineJoin getLineJoin() const;
- com::sun::star::drawing::LineCap getLineCap() const;
+ css::drawing::LineCap getLineCap() const;
};
} // end of namespace attribute
} // end of namespace drawinglayer