summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 00:37:42 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 13:47:56 -0500
commit00081bb2fdf263d784082fb202d7802418ac7666 (patch)
treeba54590dfb523503662c58e594a1b0a1a71e1ce0 /sfx2/source/view/viewimp.hxx
parent4635ed7aee4cf2d74e6a4459ea7c1a8cc64c97e0 (diff)
SV_DECL_PTRARR->std::vector
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index edd5495a33ef..3d77c18bc55a 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -29,8 +29,6 @@
#ifndef SFX_VIEWIMP_HXX
#define SFX_VIEWIMP_HXX
-// include ---------------------------------------------------------------
-
#include <basic/sbxobj.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx> // SvBorder
@@ -43,13 +41,11 @@
#include <vcl/print.hxx>
#include <queue>
-// forward ---------------------------------------------------------------
-
class SfxOfficeDispatch;
class SfxBaseController;
typedef SfxShell* SfxShellPtr_Impl;
-SV_DECL_PTRARR( SfxShellArr_Impl, SfxShellPtr_Impl, 4, 4 )
+typedef std::vector<SfxShellPtr_Impl> SfxShellArr_Impl;
class SfxClipboardChangeListener;