summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 11:10:59 +0530
committerTor Lillqvist <tml@collabora.com>2018-06-07 07:28:54 +0200
commit251cb2a7b8b6c1f3fa6335911f0df38b23765da2 (patch)
tree6e060d9231b91c7cd37ec4d4b779adf88295a634 /stoc
parenttdf#118029 crashtesting ooo24656-1.doc with --convert-to pdf (diff)
downloadcore-251cb2a7b8b6c1f3fa6335911f0df38b23765da2.tar.gz
core-251cb2a7b8b6c1f3fa6335911f0df38b23765da2.zip
tdf#96099 Remove std::vector typedefs
Change-Id: Ic7e1cecaecadf3f9ebfa183727d61046dd87e473 Reviewed-on: https://gerrit.libreoffice.org/55260 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/corereflection/base.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index 4c05b91078c9..bf2b93ad8d24 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -59,8 +59,7 @@ namespace stoc_corefl
{
#ifdef TEST_LIST_CLASSES
-typedef std::vector< OUString > ClassNameVector;
-extern ClassNameVector g_aClassNames;
+extern std::vector<OUString> g_aClassNames;
#endif