diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:41:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:41:49 +0000 |
commit | a55ad21927411512674c0252d8196484cd1aded9 (patch) | |
tree | 07e3a6fdf956f4454d342e52975634fba440802f | |
parent | 03f380f77eabb801b66c1df4317b3de5bec2984e (diff) |
INTEGRATION: CWS nwfrtl (1.13.104); FILE MERGED
2006/02/06 18:02:59 pl 1.13.104.1: #i54929# #i61535# #i61536# make scrollbar, combobox, spinfield, toolbar grip work in NWF on RTL-UI
-rw-r--r-- | vcl/unx/source/gdi/pspgraphics.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/gdi/pspgraphics.cxx b/vcl/unx/source/gdi/pspgraphics.cxx index 86275a991b3e..4eac60e73093 100644 --- a/vcl/unx/source/gdi/pspgraphics.cxx +++ b/vcl/unx/source/gdi/pspgraphics.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pspgraphics.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2006-03-16 12:57:35 $ + * last change: $Author: obo $ $Date: 2006-03-22 10:41:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -284,7 +284,7 @@ USHORT PspGraphics::GetBitCount() return m_pPrinterGfx->GetBitCount(); } -long PspGraphics::GetGraphicsWidth() +long PspGraphics::GetGraphicsWidth() const { return 0; } |