diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-07 18:11:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-07 18:11:48 +0100 |
commit | 1f44df47a57006f72abf4853995cf76928ac6049 (patch) | |
tree | 7066f6e367a1337b3e42165a63a19e09cd40de89 | |
parent | 87d5f408180c0292fbf71ed71f564473beffe29a (diff) |
Fix build
Change-Id: I7a5a647d0c0c5d86f0c7add7977c00f741d0ee40
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index ba0a589d2808..5dbf3a1ea3a4 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -1615,7 +1615,7 @@ void ODatabaseDocument::impl_writeStorage_throw( const Reference< XStorage >& _r { OUString("BaseURI"), 0, ::getCppuType( (OUString *)0 ),beans::PropertyAttribute::MAYBEVOID, 0 }, { OUString("StreamName"), 0, ::getCppuType( (OUString *)0 ),beans::PropertyAttribute::MAYBEVOID, 0 }, { OUString("UsePrettyPrinting"), 0, ::getCppuType((sal_Bool*)0), beans::PropertyAttribute::MAYBEVOID, 0}, - { OUString("Version"), 0,&::getCppuType( (OUString *)0 ),beans::PropertyAttribute::MAYBEVOID, 0 }, + { OUString("Version"), 0, ::getCppuType( (OUString *)0 ),beans::PropertyAttribute::MAYBEVOID, 0 }, { OUString(), 0, css::uno::Type(), 0, 0 } }; uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo( aExportInfoMap ) ) ); |