summaryrefslogtreecommitdiff
path: root/oox/source/ole/olestorage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 15:12:09 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commitc5b995bb09487e2b7626a5920506b07dff390203 (patch)
treedf41f558f729b513cdef5292ae69d7d395f5921f /oox/source/ole/olestorage.cxx
parent368a3e45a3f126d34f794a9118fcef0e3270cd78 (diff)
sal,rsc,oox: inline some use-once typedefs
Change-Id: I91bebe06c5c5f3ebe5fbeec83dcf3f5bdf563201
Diffstat (limited to 'oox/source/ole/olestorage.cxx')
-rw-r--r--oox/source/ole/olestorage.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx
index 296898c63433..2a961cb4ddae 100644
--- a/oox/source/ole/olestorage.cxx
+++ b/oox/source/ole/olestorage.cxx
@@ -48,12 +48,10 @@ using namespace ::com::sun::star::uno;
namespace {
-typedef ::cppu::WeakImplHelper2< XSeekable, XOutputStream > OleOutputStreamBase;
-
/** Implementation of an OLE storage output stream that inserts itself into the
storage when it is closed.
*/
-class OleOutputStream : public OleOutputStreamBase
+class OleOutputStream : public ::cppu::WeakImplHelper2< XSeekable, XOutputStream >
{
public:
explicit OleOutputStream(