From 60bbbcabed5ddf477a17970af79f464fc5e98753 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 May 2015 16:28:57 +0200 Subject: Remove SvStorageStream alias Change-Id: I9d835e6032e2366e5357240609ff0e60273d475b --- starmath/source/mathtype.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/mathtype.hxx') diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx index a5698320e5cb..bccb190b1af0 100644 --- a/starmath/source/mathtype.hxx +++ b/starmath/source/mathtype.hxx @@ -120,7 +120,7 @@ private: sal_uInt8 nProdVersion; sal_uInt8 nProdSubVersion; - SvStorageStream *pS; + SotStorageStream *pS; void Init(); -- cgit