diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-01-03 11:41:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-03 15:08:06 +0100 |
commit | 66b919c8674066871a06e7cdf5595dc6951524e0 (patch) | |
tree | aa81dd89166ed3346929a2c36bd849f795fdb8a0 /solenv | |
parent | f90ec6941c745cd4478aff825e175fde0b873a12 (diff) |
svm xml dumper: move this from test to vcl
This is very useful functionality, this way it can be invoked from the
debugger and/or nested into an outer xml dump (sw/sd doc model dump)
more easily.
Change-Id: If6c83b11d0f3e65fcce71e8d820c6bc354f64d68
Reviewed-on: https://gerrit.libreoffice.org/65834
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 9891f07f2f3c..cb825b74afef 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -7578,7 +7578,6 @@ include/test/container/xnamecontainer.hxx include/test/container/xnamed.hxx include/test/container/xnamereplace.hxx include/test/htmltesttools.hxx -include/test/mtfxmldump.hxx include/test/primitive2dxmldump.hxx include/test/screenshot_test.hxx include/test/setupvcl.hxx @@ -7984,6 +7983,7 @@ include/vcl/metric.hxx include/vcl/mnemonic.hxx include/vcl/mnemonicengine.hxx include/vcl/msgbox.hxx +include/vcl/mtfxmldump.hxx include/vcl/notebookbar.hxx include/vcl/oldprintadaptor.hxx include/vcl/opengl/GLMHelper.hxx @@ -16571,7 +16571,6 @@ test/source/container/xnamereplace.cxx test/source/diff/diff.cxx test/source/htmltesttools.cxx test/source/isheadless.hxx -test/source/mtfxmldump.cxx test/source/primitive2dxmldump.cxx test/source/screenshot_test.cxx test/source/setupvcl.cxx @@ -18080,6 +18079,7 @@ vcl/source/gdi/jobset.cxx vcl/source/gdi/lineinfo.cxx vcl/source/gdi/mapmod.cxx vcl/source/gdi/metaact.cxx +vcl/source/gdi/mtfxmldump.cxx vcl/source/gdi/octree.cxx vcl/source/gdi/oldprintadaptor.cxx vcl/source/gdi/pdfextoutdevdata.cxx |