From ef5b895afe63eae029363ddb5d7960d7e34e5e35 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Oct 2018 09:31:51 +0200 Subject: loplugin:staticvar in editeng..framework Change-Id: I8e555a98f74f61e6e40122564b7ad19ca07a8a91 Reviewed-on: https://gerrit.libreoffice.org/61866 Tested-by: Jenkins Reviewed-by: Noel Grandin --- embeddedobj/source/msole/oleembed.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embeddedobj') diff --git a/embeddedobj/source/msole/oleembed.cxx b/embeddedobj/source/msole/oleembed.cxx index 0a51bdd7253e..7f84b91ead18 100644 --- a/embeddedobj/source/msole/oleembed.cxx +++ b/embeddedobj/source/msole/oleembed.cxx @@ -703,7 +703,7 @@ namespace //various stream names that can contain the real document contents for //this object in a straightforward direct way - const OUStringLiteral aStreamNames[] = + static const OUStringLiteral aStreamNames[] = { "CONTENTS", "Package", -- cgit