diff options
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 0b15c4f5aea4..c05b96f1c2e8 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -48,9 +48,7 @@ class Date; enum class CreateNameFlags; enum class CellShiftDisabledFlags; -namespace com { namespace sun { namespace star { namespace sheet { - struct DataPilotFieldReference; -} } } } +namespace com::sun::star::sheet { struct DataPilotFieldReference; } class AbstractScImportAsciiDlg : public VclAbstractDialog { |