summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/ReportControlModel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/ReportControlModel.cxx')
-rw-r--r--reportdesign/source/core/api/ReportControlModel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/api/ReportControlModel.cxx b/reportdesign/source/core/api/ReportControlModel.cxx
index 9c90a808fa1a..9c1e2e168a9e 100644
--- a/reportdesign/source/core/api/ReportControlModel.cxx
+++ b/reportdesign/source/core/api/ReportControlModel.cxx
@@ -24,7 +24,7 @@ namespace reportdesign
using namespace com::sun::star;
using namespace comphelper;
-bool operator==( const ::com::sun::star::awt::FontDescriptor& _lhs, const ::com::sun::star::awt::FontDescriptor& _rhs )
+bool operator==( const css::awt::FontDescriptor& _lhs, const css::awt::FontDescriptor& _rhs )
{
return ( _lhs.Name == _rhs.Name )
&& ( _lhs.Height == _rhs.Height )