summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-06-19 00:00:05 +0200
committerJan Holesovsky <kendy@collabora.com>2018-06-20 21:35:46 +0200
commitfc5e70050a6a9abf4eec1688eae7d53db6816483 (patch)
tree83c8bccb931b80a2db55bb34f5ebf47d642632b8 /desktop/source/lib/init.cxx
parent705b6b1129d3595251ffcc5cbc003e0799a4edf6 (diff)
lok: Unit test for jsonToPropertyValuesVector.
Change-Id: I3e0623cc68838c650edbd03cc89bf3fcb8098ff8 Reviewed-on: https://gerrit.libreoffice.org/56149 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 666edd059b360b38add0acd959ea7e2ab5c7c5fd) Reviewed-on: https://gerrit.libreoffice.org/56204 Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'desktop/source/lib/init.cxx')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index df318560aacd..60f6d5e0f18b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -295,7 +295,7 @@ static uno::Any jsonToUnoAny(const boost::property_tree::ptree& aTree)
return aAny;
}
-static std::vector<beans::PropertyValue> jsonToPropertyValuesVector(const char* pJSON)
+std::vector<beans::PropertyValue> desktop::jsonToPropertyValuesVector(const char* pJSON)
{
std::vector<beans::PropertyValue> aArguments;
if (pJSON && pJSON[0] != '\0')