summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/unomodel.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 19:01:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 22:45:37 +0200
commitc0fde0656208ef6c9bab244f2f8aba41b7d7877f (patch)
treeaee65d4be182de3ca3eb13b73e063de108178d3f /basctl/source/basicide/unomodel.hxx
parent2b7ee1db281e776c188bd11eeefa5c16c914761e (diff)
write even better code
Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
Diffstat (limited to 'basctl/source/basicide/unomodel.hxx')
-rw-r--r--basctl/source/basicide/unomodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/unomodel.hxx b/basctl/source/basicide/unomodel.hxx
index 4d6fd0c6811b..cf9eb35d887b 100644
--- a/basctl/source/basicide/unomodel.hxx
+++ b/basctl/source/basicide/unomodel.hxx
@@ -51,15 +51,15 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(void)
throw( ::com::sun::star::uno::RuntimeException );
// XStorable2
- virtual void SAL_CALL storeSelf( const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& )
+ virtual void SAL_CALL storeSelf( const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException) { notImplemented(); }
// XStorable
virtual void SAL_CALL store() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL storeAsURL( const ::rtl::OUString& sURL,
- const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& seqArguments )
+ const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& seqArguments )
throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL storeToURL( const ::rtl::OUString& sURL,
- const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& seqArguments )
+ const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& seqArguments )
throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static();