summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-14 18:02:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-15 09:17:13 +0100
commit0a900287cff32c7fd94f498f8077a3a2d162e131 (patch)
tree34446c9580f63e0848d420d0b8fc7d1d4114d95f /include
parent0fc152604755eda45fe91972325c6f1340707524 (diff)
no need for this map<> key to be const
it is a value type Change-Id: If2b122a72b3e0359a9b7996ede85e625a44102d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112476 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ITiledRenderable.hxx2
-rw-r--r--include/vcl/uitest/uiobject.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 42689ed98c2a..1fa0d7dcd060 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -46,7 +46,7 @@ class VCL_DLLPUBLIC ITiledRenderable
{
public:
- typedef std::map<const OUString, OUString> StringMap;
+ typedef std::map<OUString, OUString> StringMap;
virtual ~ITiledRenderable();
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index e2cb07384cf7..c9f2b922a792 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -40,7 +40,7 @@ class MenuButton;
class ToolBox;
namespace weld { class CustomWidgetController; }
-typedef std::map<const OUString, OUString> StringMap;
+typedef std::map<OUString, OUString> StringMap;
/**
* This class wraps a UI object like vcl::Window and provides