diff options
Diffstat (limited to 'sc/source/ui/vba/vbapropvalue.hxx')
-rw-r--r-- | sc/source/ui/vba/vbapropvalue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbapropvalue.hxx b/sc/source/ui/vba/vbapropvalue.hxx index 2fb9ca9d9281..d6ddb33505e1 100644 --- a/sc/source/ui/vba/vbapropvalue.hxx +++ b/sc/source/ui/vba/vbapropvalue.hxx @@ -29,12 +29,12 @@ ************************************************************************/ #ifndef SC_VBA_PROPVALULE_HXX #define SC_VBA_PROPVALULE_HXX -#include <org/openoffice/vba/XPropValue.hpp> +#include <ooo/vba/XPropValue.hpp> #include <cppuhelper/implbase1.hxx> #include "vbahelper.hxx" -typedef ::cppu::WeakImplHelper1< oo::vba::XPropValue > PropValueImpl_BASE; +typedef ::cppu::WeakImplHelper1< ov::XPropValue > PropValueImpl_BASE; class PropListener { |