summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-12-31 10:26:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-04 14:44:33 +0000
commitf14d64fa71565e86c98348f9c54cc6cab53649d8 (patch)
tree830034b8c4ac9e9bf83f049fabb3138f9a854486 /include
parenttdf#96855: Put back assignment of xHierAccess (diff)
downloadcore-f14d64fa71565e86c98348f9c54cc6cab53649d8.tar.gz
core-f14d64fa71565e86c98348f9c54cc6cab53649d8.zip
these fields can be static constants
Change-Id: Id56e219782d7f858cdeb26232c7aabd4f643c9d9 Reviewed-on: https://gerrit.libreoffice.org/21020 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/ole/oleobjecthelper.hxx1
-rw-r--r--include/svtools/unoevent.hxx12
2 files changed, 0 insertions, 13 deletions
diff --git a/include/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx
index 35e16b05add6..85b9ee59c022 100644
--- a/include/oox/ole/oleobjecthelper.hxx
+++ b/include/oox/ole/oleobjecthelper.hxx
@@ -69,7 +69,6 @@ public:
private:
css::uno::Reference<css::frame::XModel> m_xModel;
css::uno::Reference< css::document::XEmbeddedObjectResolver > mxResolver;
- const OUString maEmbeddedObjScheme;
sal_Int32 mnObjectId;
};
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index 36337f4c6857..ac1f03c38a6f 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -60,18 +60,6 @@ class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper2
css::lang::XServiceInfo
>
{
- const OUString sEventType;
- const OUString sMacroName;
- const OUString sLibrary;
- const OUString sStarBasic;
- const OUString sJavaScript;
- const OUString sScript;
- const OUString sNone;
-
-
- /// name of own service
- const OUString sServiceName;
-
protected:
/// last element is 0, 0
const SvEventDescription* mpSupportedMacroItems;