diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:02:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:02:42 +0000 |
commit | c7f087d98e21196454c7c36ebf9058c8664b18dd (patch) | |
tree | a354eb0a52781fa529c76c17ba5e7d45f10e3b3a /sfx2/inc/resmgr.hxx | |
parent | aa4d806310fc2a7d94dd069b4b917cead571d078 (diff) |
INTEGRATION: CWS sfxcleanup (1.2.158); FILE MERGED
2006/03/04 12:55:35 mba 1.2.158.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/inc/resmgr.hxx')
-rw-r--r-- | sfx2/inc/resmgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/resmgr.hxx b/sfx2/inc/resmgr.hxx index ab537e2e9115..3fef1fddd332 100644 --- a/sfx2/inc/resmgr.hxx +++ b/sfx2/inc/resmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: resmgr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:13:44 $ + * last change: $Author: rt $ $Date: 2006-05-02 16:02:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,12 +35,12 @@ #ifndef _SFX_RESMGR_HXX #define _SFX_RESMGR_HXX -#include "app.hxx" #include "minarray.hxx" class SfxMessageDescription; class SfxMessageTable; class Bitmap; +class ResMgr; DECL_PTRARRAY(SfxResMgrArr, ResMgr *, 1, 1); |