Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 01/24/2012 10:32 PM, Christina Roßmanith wrote:
Could someone please review it? It builds successfully but I'm unsure
about where to use "const"...

In short, marking a member function const can (and should) be done whenever the function does not modify its object, and does not itself call any other functions that would do (i.e., only calls other member functions that are also const).

From looking at the patch, OutputDevice::ImplDrawModeToColor could probably be made const, unless any of the other functions it calls (GetDrawMode, GetSettings, ImplIsColorTransparent) is a non-const member function of OutputDevice. Generally, the compiler tells one if one declared a function const that can technically not be const.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.