diff options
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r-- | sc/inc/datauno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index af66f16e09fe..6f7688c34b21 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -50,9 +50,9 @@ #include <vector> -namespace com { namespace sun { namespace star { namespace sheet { struct TableFilterField2; } } } } -namespace com { namespace sun { namespace star { namespace sheet { struct TableFilterField3; } } } } -namespace com { namespace sun { namespace star { namespace sheet { struct TableFilterField; } } } } +namespace com::sun::star::sheet { struct TableFilterField2; } +namespace com::sun::star::sheet { struct TableFilterField3; } +namespace com::sun::star::sheet { struct TableFilterField; } class ScDBData; class ScDocShell; |