diff options
Diffstat (limited to 'sd/inc/createpresentation.hxx')
-rw-r--r-- | sd/inc/createpresentation.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/inc/createpresentation.hxx b/sd/inc/createpresentation.hxx index 77e45243c678..de1a79c71d55 100644 --- a/sd/inc/createpresentation.hxx +++ b/sd/inc/createpresentation.hxx @@ -24,13 +24,14 @@ #include <com/sun/star/uno/Reference.hxx> -namespace com::sun::star::presentation { - class XPresentation2; +namespace com::sun::star::presentation +{ +class XPresentation2; } class SdDrawDocument; -css::uno::Reference<css::presentation::XPresentation2> CreatePresentation( - SdDrawDocument const & rDocument); +css::uno::Reference<css::presentation::XPresentation2> +CreatePresentation(SdDrawDocument const& rDocument); #endif |