diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 16:38:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:04 +0200 |
commit | 0241519f323b2b29db747467b8c3d9590c33f0df (patch) | |
tree | de5e98992f8db0ed8d23f1ff8d972113700295fd /include/sot | |
parent | dc47b2e5136f0f767273dc5fdba5c822575e194b (diff) |
Unwind SotStorageStreamRef typedef
Change-Id: If7652a7c0251b741660365848a717c06954ca419
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/storage.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 90a77e8cdfa9..45593de08c0b 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -91,11 +91,6 @@ public: virtual sal_uInt64 remainingSize() SAL_OVERRIDE; }; -#ifndef SOT_DECL_SOTSTORAGESTREAM_DEFINED -#define SOT_DECL_SOTSTORAGESTREAM_DEFINED -typedef tools::SvRef<SotStorageStream> SotStorageStreamRef; -#endif - namespace ucbhelper { class Content; |