diff options
Diffstat (limited to 'include/vbahelper/vbadialogsbase.hxx')
-rw-r--r-- | include/vbahelper/vbadialogsbase.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vbahelper/vbadialogsbase.hxx b/include/vbahelper/vbadialogsbase.hxx index 6e695152a47f..9b04b40cf906 100644 --- a/include/vbahelper/vbadialogsbase.hxx +++ b/include/vbahelper/vbadialogsbase.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 XDialogsBase; class XHelperInterface; -} } +} typedef InheritedHelperInterfaceWeakImpl< ov::XDialogsBase > VbaDialogsBase_BASE; |