From 72b2169bd50165cb2c145fd56324258ed3bee496 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Thu, 10 Apr 2008 12:49:00 +0000 Subject: [PATCH] cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in build.xml --- src/dom/odf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom/odf/CMakeLists.txt b/src/dom/odf/CMakeLists.txt index 7a4b1ea4e..e0cb76060 100644 --- a/src/dom/odf/CMakeLists.txt +++ b/src/dom/odf/CMakeLists.txt @@ -1,5 +1,5 @@ SET(dom_odf_SRC odfdocument.cpp -SvgOdg.cpp +#SvgOdg.cpp ) -- 2.30.2