[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Feb 5 06:53:11 PST 2014
vcl/source/gdi/outdev.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c11b48d09f8ef31d3ec326e1dfda91a8e384ae81
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Feb 3 20:30:31 2014 +1100
fdo#74424 - added TODO
The function OutputDevice::ImplInitClipRegion() should be moved into
Window, VirtualDevice and Printer. Added a TODO note.
Change-Id: Ia9c7a5299e8762ad96788232466b0772c0a2e6bb
Reviewed-on: https://gerrit.libreoffice.org/7796
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index f2aedd1..55bcb87 100644
--- a/vcl/source/gdi/outdev.cxx
+++ b/vcl/source/gdi/outdev.cxx
@@ -916,6 +916,8 @@ void OutputDevice::ImplInitFillColor()
mbInitFillColor = false;
}
+// TODO: fdo#74424 - this needs to be moved out of OutputDevice and into the
+// Window, VirtualDevice and Printer classes
void OutputDevice::ImplInitClipRegion()
{
DBG_TESTSOLARMUTEX();
More information about the Libreoffice-commits
mailing list