summaryrefslogtreecommitdiffstats
path: root/include/vbahelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-02 13:39:22 +0200
committerTor Lillqvist <tml@collabora.com>2018-02-02 17:45:26 +0100
commit7eb24dc16b68fa1bf89a903e431ba15646fbbfdf (patch)
treee920bf49f1fd9ac351f7ef081c22ef09f3c52192 /include/vbahelper
parentsc: disable "forecast.ets.add.fods" test file on Macs (diff)
downloadcore-7eb24dc16b68fa1bf89a903e431ba15646fbbfdf.tar.gz
core-7eb24dc16b68fa1bf89a903e431ba15646fbbfdf.zip
These fields can be const
Change-Id: I7012e0d7b65fbb3317719f24572f77fb9aafd910 Reviewed-on: https://gerrit.libreoffice.org/49143 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbaglobalbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbahelper/vbaglobalbase.hxx b/include/vbahelper/vbaglobalbase.hxx
index 9390f42d040a..fe338acd7f21 100644
--- a/include/vbahelper/vbaglobalbase.hxx
+++ b/include/vbahelper/vbaglobalbase.hxx
@@ -47,8 +47,8 @@ typedef InheritedHelperInterfaceWeakImpl< ov::XGlobalsBase > Globals_BASE;
class VBAHELPER_DLLPUBLIC VbaGlobalsBase : public Globals_BASE
{
protected:
- OUString msDocCtxName;
- OUString msApplication;
+ const OUString msDocCtxName;
+ const OUString msApplication;
bool hasServiceName( const OUString& serviceName );
void init( const css::uno::Sequence< css::beans::PropertyValue >& aInitArgs );