diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-02-08 22:49:42 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-02-09 11:58:06 +0100 |
commit | 24f7dd62517f150f4137727a72544387421027b9 (patch) | |
tree | eca80e0b27d6bda4b28418becacd0e0bc6f6cb1b /solenv/clang-format | |
parent | bec35535b4cb784800a79cd315b4f761d0a6758e (diff) |
move and extend primitive2dxmldump to drawinglayer
Also needs extending the XmlWriter to output double numbers as
the attribute content.
Change-Id: Ie749ea990d856c8c90092ed8153c24efda99c444
Reviewed-on: https://gerrit.libreoffice.org/67573
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv/clang-format')
-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 82e649e0341f..075874d37c0f 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -3983,6 +3983,7 @@ drawinglayer/source/tools/emfpregion.hxx drawinglayer/source/tools/emfpstringformat.cxx drawinglayer/source/tools/emfpstringformat.hxx drawinglayer/source/tools/wmfemfhelper.cxx +drawinglayer/source/tools/primitive2dxmldump.cxx dtrans/source/cnttype/mcnttfactory.cxx dtrans/source/cnttype/mcnttfactory.hxx dtrans/source/cnttype/mcnttype.cxx @@ -6279,6 +6280,7 @@ include/drawinglayer/processor3d/shadow3dextractor.hxx include/drawinglayer/processor3d/zbufferprocessor3d.hxx include/drawinglayer/texture/texture.hxx include/drawinglayer/texture/texture3d.hxx +include/drawinglayer/tools/primitive2dxmldump.hxx include/editeng/AccessibleComponentBase.hxx include/editeng/AccessibleContextBase.hxx include/editeng/AccessibleEditableTextPara.hxx @@ -7576,7 +7578,6 @@ include/test/container/xnamecontainer.hxx include/test/container/xnamed.hxx include/test/container/xnamereplace.hxx include/test/htmltesttools.hxx -include/test/primitive2dxmldump.hxx include/test/screenshot_test.hxx include/test/setupvcl.hxx include/test/sheet/cellarealink.hxx @@ -16558,7 +16559,6 @@ test/source/container/xnamereplace.cxx test/source/diff/diff.cxx test/source/htmltesttools.cxx test/source/isheadless.hxx -test/source/primitive2dxmldump.cxx test/source/screenshot_test.cxx test/source/setupvcl.cxx test/source/sheet/cellarealink.cxx |