diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-25 13:22:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-25 13:22:16 +0000 |
commit | a0ad24b3ffced13b5b3dfad516b51fab0f757714 (patch) | |
tree | 8ec5cdc93991ca1a6a43cf5ee94db150d2cdd769 /svx/inc/galmisc.hxx | |
parent | ee80e3ea457a8a0e4532cca1688c3dc61aaaaa6e (diff) |
INTEGRATION: CWS ka006 (1.9.210); FILE MERGED
2006/01/13 15:38:32 ka 1.9.210.2: RESYNC: (1.9-1.10); FILE MERGED
2006/01/04 14:47:57 ka 1.9.210.1: #i48062#: added support for old XML format
Diffstat (limited to 'svx/inc/galmisc.hxx')
-rw-r--r-- | svx/inc/galmisc.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/inc/galmisc.hxx b/svx/inc/galmisc.hxx index 20672be115d3..9c1db6e0767f 100644 --- a/svx/inc/galmisc.hxx +++ b/svx/inc/galmisc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: galmisc.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2005-12-28 17:35:22 $ + * last change: $Author: hr $ $Date: 2006-01-25 14:22:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -186,14 +186,13 @@ private: GraphicObject* mpGraphicObject; ImageMap* mpImageMap; INetURLObject* mpURL; - sal_Bool mbInitialized; protected: - GalleryTransferable( GalleryTheme* pTheme, ULONG nObjectPos ); + GalleryTransferable( GalleryTheme* pTheme, ULONG nObjectPos, bool bLazy ); ~GalleryTransferable(); - void InitData(); + void InitData( bool bLazy ); // TransferableHelper virtual void AddSupportedFormats(); |