diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:00:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:00:36 +0000 |
commit | 1ed1de2a561fbfc3bbb124ae5ca7b71b2e3d648b (patch) | |
tree | 9c65040ff3c5c4a394b08a46976440f7ce02c792 /sd/inc/drawdoc.hxx | |
parent | f9fa9e5b2d10e1b7aa483f4df794e759b79ada49 (diff) |
INTEGRATION: CWS internatiodel (1.37.28); FILE MERGED
2006/01/19 20:49:52 er 1.37.28.2: RESYNC: (1.37-1.40); FILE MERGED
2005/06/24 13:10:56 er 1.37.28.1: #i50205# get rid of class International
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 84cf2ab56583..ce3069acf85f 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: drawdoc.hxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:22:41 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:00:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,9 +60,6 @@ #ifndef _UNOTOOLS_CHARCLASS_HXX #include <unotools/charclass.hxx> #endif -#ifndef _TOOLS_INTN_HXX -#include <tools/intn.hxx> -#endif #ifndef _SOT_STORAGE_HXX #include <sot/storage.hxx> #endif @@ -227,7 +224,6 @@ private: BOOL bAllocDocSh; // => AllocModel() DocumentType eDocType; UINT16 nFileFormatVersion; - International* mpInternational; CharClass* mpCharClass; ::com::sun::star::lang::Locale* mpLocale; @@ -469,7 +465,6 @@ public: Graphic GetGraphicFromOle2Obj( const SdrOle2Obj* pOle2Obj ); CharClass* GetCharClass() const { return mpCharClass; } - International* GetInternational() const { return mpInternational; } void RestoreLayerNames(); void MakeUniqueLayerNames(); |