diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:06:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:06:45 +0000 |
commit | cb830c8d703b703574a5634fa77fe1233fdbfa9d (patch) | |
tree | 27aa1af74266d57250f1064f840fa9d32a555328 /sw/inc/ndole.hxx | |
parent | c24809f970366b1d0525eabeace95b10b9b2f77d (diff) |
INTEGRATION: CWS swwarnings (1.15.198); FILE MERGED
2007/03/05 12:43:16 tl 1.15.198.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index 7fe03e4888d9..af0aa2b29625 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndole.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-10-13 11:08:14 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:06:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -126,7 +126,10 @@ public: virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const; virtual Size GetTwipSize() const; + + using SwNoTxtNode::GetGraphic; Graphic* GetGraphic(); + Graphic* GetHCGraphic(); // tries to retrieve HighContrast representation if possible void GetNewReplacement(); |