summaryrefslogtreecommitdiff
path: root/include/svx/xlncapit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/xlncapit.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/xlncapit.hxx')
-rw-r--r--include/svx/xlncapit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/xlncapit.hxx b/include/svx/xlncapit.hxx
index 79c513f3b7a8..0e2c5add0a8e 100644
--- a/include/svx/xlncapit.hxx
+++ b/include/svx/xlncapit.hxx
@@ -33,21 +33,21 @@ class SVX_DLLPUBLIC XLineCapItem : public SfxEnumItem
{
public:
TYPEINFO_OVERRIDE();
- XLineCapItem(com::sun::star::drawing::LineCap eLineCap = com::sun::star::drawing::LineCap_BUTT);
+ XLineCapItem(css::drawing::LineCap eLineCap = css::drawing::LineCap_BUTT);
XLineCapItem(SvStream& rIn);
virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const override;
virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) override;
+ virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
+ virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric,
OUString &rText, const IntlWrapper * = 0 ) const override;
virtual sal_uInt16 GetValueCount() const override;
- com::sun::star::drawing::LineCap GetValue() const;
+ css::drawing::LineCap GetValue() const;
};
#endif // INCLUDED_SVX_XLNCAPIT_HXX