diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:27:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:27:19 +0000 |
commit | 34d1242aa11ce75005280accda4027f0c27c890f (patch) | |
tree | fcc3d36e9228f80affa5934e3c53a9b34175fd6c /psprint/source/printergfx | |
parent | c9de680ddc95077bb67fbfbf3ca1c913ca5d1269 (diff) |
INTEGRATION: CWS warnings01 (1.25.10); FILE MERGED
2006/01/25 17:10:02 sb 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED
2005/10/28 10:53:44 pl 1.25.10.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'psprint/source/printergfx')
-rw-r--r-- | psprint/source/printergfx/text_gfx.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/psprint/source/printergfx/text_gfx.cxx b/psprint/source/printergfx/text_gfx.cxx index 18b7730887e7..2870d6ed49a3 100644 --- a/psprint/source/printergfx/text_gfx.cxx +++ b/psprint/source/printergfx/text_gfx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: text_gfx.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2006-01-16 12:55:36 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:27:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -741,14 +741,14 @@ const ::std::list< KernPair >& PrinterGfx::getKernPairs( bool bVertical ) const */ sal_Bool -PrinterGfx::GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect) +PrinterGfx::GetGlyphBoundRect (sal_Unicode /*c*/, Rectangle& /*rOutRect*/) { return 0; } sal_uInt32 -PrinterGfx::GetGlyphOutline (sal_Unicode c, - sal_uInt16 **ppPolySizes, Point **ppPoints, sal_uInt8 **ppFlags) +PrinterGfx::GetGlyphOutline (sal_Unicode /*c*/, + sal_uInt16 **/*ppPolySizes*/, Point **/*ppPoints*/, sal_uInt8 **/*ppFlags*/) { return 0; } |