diff options
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 8125d0640ab5..c908abb2e7a4 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -50,12 +50,12 @@ #include <vector> #include <optional> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace sheet { struct DataPilotFieldFilter; struct MemberResult; } -}}} +} class ScDPResultMember; class ScDPResultData; |