summaryrefslogtreecommitdiff
path: root/vcl/inc/implimagetree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/implimagetree.hxx')
-rw-r--r--vcl/inc/implimagetree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/implimagetree.hxx b/vcl/inc/implimagetree.hxx
index e35c9ac6ccfb..3768b04388b3 100644
--- a/vcl/inc/implimagetree.hxx
+++ b/vcl/inc/implimagetree.hxx
@@ -41,10 +41,10 @@ namespace com { namespace sun { namespace star { namespace container {
struct ImageRequestParameters
{
OUString msName;
- OUString msStyle;
+ OUString const msStyle;
BitmapEx& mrBitmap;
bool mbLocalized;
- ImageLoadFlags meFlags;
+ ImageLoadFlags const meFlags;
bool mbWriteImageToCache;
ImageRequestParameters(const OUString & rName, const OUString & rStyle, BitmapEx& rBitmap, bool bLocalized, ImageLoadFlags eFlags)