diff options
Diffstat (limited to 'include/vbahelper/vbaglobalbase.hxx')
-rw-r--r-- | include/vbahelper/vbaglobalbase.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vbahelper/vbaglobalbase.hxx b/include/vbahelper/vbaglobalbase.hxx index 517784d64773..6cd5edb726ed 100644 --- a/include/vbahelper/vbaglobalbase.hxx +++ b/include/vbahelper/vbaglobalbase.hxx @@ -33,15 +33,15 @@ #include <vbahelper/vbahelper.hxx> #include <vbahelper/vbahelperinterface.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace beans { struct PropertyValue; } namespace uno { class XComponentContext; } namespace uno { class XInterface; } -} } } +} -namespace ooo { namespace vba { +namespace ooo::vba { class XHelperInterface; -} } +} typedef InheritedHelperInterfaceWeakImpl< ov::XGlobalsBase > Globals_BASE; class VBAHELPER_DLLPUBLIC VbaGlobalsBase : public Globals_BASE |