diff options
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r-- | sw/inc/unochart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index b085aaaaf1b2..7eb499a848f8 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -57,7 +57,7 @@ class SwTable; class SwTableBox; struct SwRangeDescriptor; class SwSelBoxes; -namespace com { namespace sun { namespace star { namespace table { class XCell; } } } } +namespace com::sun::star::table { class XCell; } bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const OUString &rCellRangeName ); |