diff options
Diffstat (limited to 'include/svx/gallerybinaryengine.hxx')
-rw-r--r-- | include/svx/gallerybinaryengine.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/gallerybinaryengine.hxx b/include/svx/gallerybinaryengine.hxx index 4f1351880269..ab928b9324d5 100644 --- a/include/svx/gallerybinaryengine.hxx +++ b/include/svx/gallerybinaryengine.hxx @@ -86,8 +86,8 @@ public: SgaObjectSvDraw insertModel(const FmFormModel& rModel, const INetURLObject& rUserURL); bool readModelStream(const GalleryObject* pObject, - tools::SvRef<SotStorageStream> const& rxModelStream); - SgaObjectSvDraw insertModelStream(const tools::SvRef<SotStorageStream>& rxModelStream, + tools::SvRef<SotTempStream> const& rxModelStream); + SgaObjectSvDraw insertModelStream(const tools::SvRef<SotTempStream>& rxModelStream, const INetURLObject& rUserURL); INetURLObject implCreateUniqueURL(SgaObjKind eObjKind, const INetURLObject& rUserURL, |