diff options
Diffstat (limited to 'include/vbahelper/vbadialogbase.hxx')
-rw-r--r-- | include/vbahelper/vbadialogbase.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vbahelper/vbadialogbase.hxx b/include/vbahelper/vbadialogbase.hxx index 4c7a2636917a..3125e5da2d59 100644 --- a/include/vbahelper/vbadialogbase.hxx +++ b/include/vbahelper/vbadialogbase.hxx @@ -30,15 +30,15 @@ #include <vbahelper/vbahelper.hxx> #include <vbahelper/vbahelperinterface.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace frame { class XModel; } namespace uno { class XComponentContext; } -} } } +} -namespace ooo { namespace vba { +namespace ooo::vba { class XDialogBase; class XHelperInterface; -} } +} typedef InheritedHelperInterfaceWeakImpl< ov::XDialogBase > VbaDialogBase_BASE; |