diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-02-23 06:24:04 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-02-25 11:15:22 +0100 |
commit | 7e45e4bbaf9b6fcee72c255f8f1761620e70d2ba (patch) | |
tree | 26df939d1d5dfe6babed386117686882a87f315c /xmloff/inc | |
parent | c8b1432e8fd2c6a7d3d0039816884f33dafb97cb (diff) |
remove const property name member for "GraphicURL"
All of them should be removed however..
Change-Id: I83c9ec3c8d5f547b39528121a8d4be12aa1b911c
Reviewed-on: https://gerrit.libreoffice.org/50296
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLReplacementImageContext.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/XMLReplacementImageContext.hxx b/xmloff/inc/XMLReplacementImageContext.hxx index 217dbaba3aed..1885d46a7fe0 100644 --- a/xmloff/inc/XMLReplacementImageContext.hxx +++ b/xmloff/inc/XMLReplacementImageContext.hxx @@ -34,7 +34,6 @@ class XMLReplacementImageContext : public SvXMLImportContext css::uno::Reference < css::beans::XPropertySet > m_xPropSet; OUString m_sHRef; - const OUString m_sGraphicURL; public: |