summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/unomodel.cxx
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.cxx
parent2b7ee1db281e776c188bd11eeefa5c16c914761e (diff)
write even better code
Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
Diffstat (limited to 'basctl/source/basicide/unomodel.cxx')
-rw-r--r--basctl/source/basicide/unomodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/unomodel.cxx b/basctl/source/basicide/unomodel.cxx
index 1b6122c790fd..3add351089f2 100644
--- a/basctl/source/basicide/unomodel.cxx
+++ b/basctl/source/basicide/unomodel.cxx
@@ -123,14 +123,14 @@ void SAL_CALL SIDEModel::store() throw (io::IOException, uno::RuntimeException)
notImplemented();
}
-void SAL_CALL SIDEModel::storeAsURL( const ::rtl::OUString&, const uno::Sequence< PROPERTYVALUE >& )
+void SAL_CALL SIDEModel::storeAsURL( const ::rtl::OUString&, const uno::Sequence< beans::PropertyValue >& )
throw (io::IOException, uno::RuntimeException)
{
notImplemented();
}
void SAL_CALL SIDEModel::storeToURL( const ::rtl::OUString&,
- const uno::Sequence< PROPERTYVALUE >& )
+ const uno::Sequence< beans::PropertyValue >& )
throw (io::IOException, uno::RuntimeException)
{
notImplemented();