summaryrefslogtreecommitdiff
path: root/include/vcl/vectorgraphicdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/vectorgraphicdata.hxx')
-rw-r--r--include/vcl/vectorgraphicdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/vectorgraphicdata.hxx b/include/vcl/vectorgraphicdata.hxx
index c258182bc120..ea7615d2bdf6 100644
--- a/include/vcl/vectorgraphicdata.hxx
+++ b/include/vcl/vectorgraphicdata.hxx
@@ -55,7 +55,7 @@ private:
VectorGraphicDataArray maVectorGraphicDataArray;
// The absolute Path if available
- OUString maPath;
+ OUString const maPath;
// on demand created content
bool mbSequenceCreated;
@@ -63,7 +63,7 @@ private:
std::deque< css::uno::Reference< css::graphic::XPrimitive2D > > maSequence;
BitmapEx maReplacement;
size_t mNestedBitmapSize;
- VectorGraphicDataType meVectorGraphicDataType;
+ VectorGraphicDataType const meVectorGraphicDataType;
// extra:
std::unique_ptr<WmfExternal> mpExternalHeader;