diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-28 11:13:03 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-28 11:13:03 +0100 |
commit | 6615f81d3411d4506f16b8eb392a4c7c61bfc360 (patch) | |
tree | 217ba38efe2b25d248ff302e942acffaa80301df /vcl/unx/headless | |
parent | 5b6e356986103177707f6362847ecc4906f0c7f4 (diff) |
removetooltypes01: #i112600# Fix build problems with gcc on Linux x64
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r-- | vcl/unx/headless/svppspgraphics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svppspgraphics.cxx b/vcl/unx/headless/svppspgraphics.cxx index fda458c5c73e..6fdc8aac75d0 100644 --- a/vcl/unx/headless/svppspgraphics.cxx +++ b/vcl/unx/headless/svppspgraphics.cxx @@ -817,7 +817,7 @@ void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) } } -sal_uInt32 PspGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) +sal_uLong PspGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) { const ::std::list< ::psp::KernPair >& rPairs( m_pPrinterGfx->getKernPairs() ); sal_uLong nHavePairs = rPairs.size(); |