From bd1d61324244d26d8581f784d7b8c6cce529a6be Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Jun 2015 14:04:27 +0200 Subject: remove some unnecessary typedefs to pointer that were really not helping make the code any clearer. Found with a search git grep -P 'typedef\s+\w+\s*\*\s*\w+\;' and manual inspection (cherry picked from commit d16d9f950f8cb6d8948875372c9ff1f0aae9fb7a) Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9 --- sfx2/source/view/viewimp.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx index 2d2ddf3f3cd1..9e96d30398b4 100644 --- a/sfx2/source/view/viewimp.hxx +++ b/sfx2/source/view/viewimp.hxx @@ -34,8 +34,7 @@ class SfxBaseController; -typedef SfxShell* SfxShellPtr_Impl; -typedef std::vector SfxShellArr_Impl; +typedef std::vector SfxShellArr_Impl; class SfxClipboardChangeListener; class SfxInPlaceClientList; -- cgit v1.2.3