summaryrefslogtreecommitdiff
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r--sw/inc/fmtline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index 1364906135f5..cde782f63717 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -45,8 +45,8 @@ public:
SfxMapUnit ePresMetric,
OUString &rText,
const IntlWrapper* pIntl = 0 ) 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;
sal_uLong GetStartValue() const { return nStartValue; }
bool IsCount() const { return bCountLines; }