diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:30:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:30:11 +0000 |
commit | 7c71cd6c341bc0d5c60654c1c05c34f0bcac6247 (patch) | |
tree | 0508015774f9b18784659910042e7a7fd9168533 /goodies | |
parent | bb361cba08a9aa43909e6ccbd1a02fe130ede366 (diff) |
INTEGRATION: CWS hedaburemove01 (1.21.78); FILE MERGED
2007/02/09 16:13:33 vg 1.21.78.1: #72503# get rid of hedabu procedure: Moving headers to goodies/inc/goodies and correspondent necessary changes
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/inc/grfmgr.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx index 2dc642968d65..554915f9e28b 100644 --- a/goodies/inc/grfmgr.hxx +++ b/goodies/inc/grfmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: grfmgr.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:35:42 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:30:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -231,7 +231,7 @@ private: BOOL mbAlpha : 1; BOOL mbDummyFlag8 : 1; -#if _SOLAR__PRIVATE +//#if 0 // _SOLAR__PRIVATE void ImplConstruct(); void ImplAssignGraphicData(); @@ -312,7 +312,7 @@ private: DECL_LINK( ImplAutoSwapOutHdl, void* ); -#endif // _SOLAR__PRIVATE +//#endif // _SOLAR__PRIVATE protected: @@ -497,7 +497,7 @@ private: GraphicManager( const GraphicManager& ) {} GraphicManager& operator=( const GraphicManager& ) { return *this; } -#if _SOLAR__PRIVATE +//#if 0 // _SOLAR__PRIVATE BOOL ImplDraw( OutputDevice* pOut, const Point& rPt, const Size& rSz, GraphicObject& rObj, @@ -542,7 +542,7 @@ private: ByteString ImplGetUniqueID( const GraphicObject& rObj ) const; -#endif // _SOLAR__PRIVATE +//#endif // _SOLAR__PRIVATE public: |