summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-02-03 20:30:31 +1100
committerCaolán McNamara <caolanm@redhat.com>2014-02-05 14:52:49 +0000
commitc11b48d09f8ef31d3ec326e1dfda91a8e384ae81 (patch)
tree603137e9993a3154daa59e056094107c89c0fab5
parent9cb1018c81dbceead9ee2f4da26989035c5a0bab (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/gdi/outdev.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index f2aedd17a9cf..55bcb876201b 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();