summaryrefslogtreecommitdiff
path: root/basic/source/inc/errobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r--basic/source/inc/errobject.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/inc/errobject.hxx b/basic/source/inc/errobject.hxx
index e2c354e78e0a..88cef685e8d2 100644
--- a/basic/source/inc/errobject.hxx
+++ b/basic/source/inc/errobject.hxx
@@ -26,17 +26,17 @@
class SbxErrObject : public SbUnoObject
{
class ErrObject* m_pErrObject;
- com::sun::star::uno::Reference< ooo::vba::XErrObject > m_xErr;
+ css::uno::Reference< ooo::vba::XErrObject > m_xErr;
- SbxErrObject( const OUString& aName_, const com::sun::star::uno::Any& aUnoObj_ );
+ SbxErrObject( const OUString& aName_, const css::uno::Any& aUnoObj_ );
virtual ~SbxErrObject();
public:
static SbxVariableRef getErrObject();
- static com::sun::star::uno::Reference< ooo::vba::XErrObject > getUnoErrObject();
+ static css::uno::Reference< ooo::vba::XErrObject > getUnoErrObject();
void setNumberAndDescription( ::sal_Int32 _number, const OUString& _description )
- throw (com::sun::star::uno::RuntimeException);
+ throw (css::uno::RuntimeException);
};
#endif