diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 16:28:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:02 +0200 |
commit | bb2174d86728a3aead640032745b1e781d7f818b (patch) | |
tree | 3e5cd53ea67a740d114eff3a0fef1acbc641120c /sd/inc | |
parent | cd5e167bef00f823e3d1bc3dcf82acc3820d6f6a (diff) |
Remove SvStorageStreamRef alias
Change-Id: Ic25c39adf8796bb433fa7746f53a68e3e2bfd228
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index c99acded1fa4..cda5f9c78fba 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -98,7 +98,7 @@ public: void GetState(SfxItemSet&); SdOptions* GetSdOptions(DocumentType eDocType); - SD_DLLPUBLIC SvStorageStreamRef GetOptionStream( const OUString& rOptionName, SdOptionStreamMode eMode ); + SD_DLLPUBLIC SotStorageStreamRef GetOptionStream( const OUString& rOptionName, SdOptionStreamMode eMode ); bool GetWaterCan() const { return bWaterCan; } void SetWaterCan( bool bWC ) { bWaterCan = bWC; } |