summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/table')
-rw-r--r--oox/source/drawingml/table/tablebackgroundstylecontext.cxx6
-rw-r--r--oox/source/drawingml/table/tablecell.cxx14
-rw-r--r--oox/source/drawingml/table/tablecellcontext.cxx10
-rw-r--r--oox/source/drawingml/table/tablecontext.cxx12
-rw-r--r--oox/source/drawingml/table/tablepartstylecontext.cxx6
-rw-r--r--oox/source/drawingml/table/tableproperties.cxx10
-rw-r--r--oox/source/drawingml/table/tablerow.cxx6
-rw-r--r--oox/source/drawingml/table/tablerowcontext.cxx6
-rw-r--r--oox/source/drawingml/table/tablestyle.cxx2
-rw-r--r--oox/source/drawingml/table/tablestylecellstylecontext.cxx8
-rw-r--r--oox/source/drawingml/table/tablestylecontext.cxx6
-rw-r--r--oox/source/drawingml/table/tablestylelist.cxx4
-rw-r--r--oox/source/drawingml/table/tablestylelistfragmenthandler.cxx4
-rw-r--r--oox/source/drawingml/table/tablestylepart.cxx4
-rw-r--r--oox/source/drawingml/table/tablestyletextstylecontext.cxx6
15 files changed, 52 insertions, 52 deletions
diff --git a/oox/source/drawingml/table/tablebackgroundstylecontext.cxx b/oox/source/drawingml/table/tablebackgroundstylecontext.cxx
index 2383f8d2bf8c..bbe57ffe178a 100644
--- a/oox/source/drawingml/table/tablebackgroundstylecontext.cxx
+++ b/oox/source/drawingml/table/tablebackgroundstylecontext.cxx
@@ -18,9 +18,9 @@
*/
-#include "drawingml/table/tablebackgroundstylecontext.hxx"
-#include "drawingml/misccontexts.hxx"
-#include "oox/helper/attributelist.hxx"
+#include <drawingml/table/tablebackgroundstylecontext.hxx>
+#include <drawingml/misccontexts.hxx>
+#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablecell.cxx b/oox/source/drawingml/table/tablecell.cxx
index fe91f54278dd..36751930d59a 100644
--- a/oox/source/drawingml/table/tablecell.cxx
+++ b/oox/source/drawingml/table/tablecell.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablecell.hxx"
-#include "drawingml/table/tableproperties.hxx"
+#include <drawingml/table/tablecell.hxx>
+#include <drawingml/table/tableproperties.hxx>
#include <basegfx/color/bcolor.hxx>
-#include "oox/drawingml/shapepropertymap.hxx"
-#include "drawingml/textbody.hxx"
-#include "oox/drawingml/theme.hxx"
-#include "oox/core/xmlfilterbase.hxx"
-#include "oox/helper/propertyset.hxx"
+#include <oox/drawingml/shapepropertymap.hxx>
+#include <drawingml/textbody.hxx>
+#include <oox/drawingml/theme.hxx>
+#include <oox/core/xmlfilterbase.hxx>
+#include <oox/helper/propertyset.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablecellcontext.cxx b/oox/source/drawingml/table/tablecellcontext.cxx
index de72563e284d..4d037447293e 100644
--- a/oox/source/drawingml/table/tablecellcontext.cxx
+++ b/oox/source/drawingml/table/tablecellcontext.cxx
@@ -18,11 +18,11 @@
*/
-#include "drawingml/table/tablecellcontext.hxx"
-#include "drawingml/textbodycontext.hxx"
-#include "drawingml/linepropertiescontext.hxx"
-#include "drawingml/misccontexts.hxx"
-#include "oox/helper/attributelist.hxx"
+#include <drawingml/table/tablecellcontext.hxx>
+#include <drawingml/textbodycontext.hxx>
+#include <drawingml/linepropertiescontext.hxx>
+#include <drawingml/misccontexts.hxx>
+#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablecontext.cxx b/oox/source/drawingml/table/tablecontext.cxx
index f858bfb30de2..c3291b07ba20 100644
--- a/oox/source/drawingml/table/tablecontext.cxx
+++ b/oox/source/drawingml/table/tablecontext.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "oox/helper/attributelist.hxx"
-#include "drawingml/guidcontext.hxx"
-#include "drawingml/table/tablecontext.hxx"
-#include "drawingml/table/tableproperties.hxx"
-#include "drawingml/table/tablestylecontext.hxx"
-#include "drawingml/table/tablerowcontext.hxx"
+#include <oox/helper/attributelist.hxx>
+#include <drawingml/guidcontext.hxx>
+#include <drawingml/table/tablecontext.hxx>
+#include <drawingml/table/tableproperties.hxx>
+#include <drawingml/table/tablestylecontext.hxx>
+#include <drawingml/table/tablerowcontext.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablepartstylecontext.cxx b/oox/source/drawingml/table/tablepartstylecontext.cxx
index 216ad4c266ce..95f90bf73b71 100644
--- a/oox/source/drawingml/table/tablepartstylecontext.cxx
+++ b/oox/source/drawingml/table/tablepartstylecontext.cxx
@@ -18,9 +18,9 @@
*/
-#include "drawingml/table/tablepartstylecontext.hxx"
-#include "drawingml/table/tablestyletextstylecontext.hxx"
-#include "drawingml/table/tablestylecellstylecontext.hxx"
+#include <drawingml/table/tablepartstylecontext.hxx>
+#include <drawingml/table/tablestyletextstylecontext.hxx>
+#include <drawingml/table/tablestylecellstylecontext.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tableproperties.cxx b/oox/source/drawingml/table/tableproperties.cxx
index d4c5bdc56d39..cee8df58dc5b 100644
--- a/oox/source/drawingml/table/tableproperties.cxx
+++ b/oox/source/drawingml/table/tableproperties.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tableproperties.hxx"
-#include "drawingml/table/tablestylelist.hxx"
-#include "oox/drawingml/drawingmltypes.hxx"
+#include <drawingml/table/tableproperties.hxx>
+#include <drawingml/table/tablestylelist.hxx>
+#include <oox/drawingml/drawingmltypes.hxx>
#include <com/sun/star/table/XTable.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
@@ -27,8 +27,8 @@
#include <com/sun/star/table/XMergeableCellRange.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <rtl/instance.hxx>
-#include "oox/core/xmlfilterbase.hxx"
-#include "oox/helper/propertyset.hxx"
+#include <oox/core/xmlfilterbase.hxx>
+#include <oox/helper/propertyset.hxx>
#include <oox/token/tokens.hxx>
using namespace ::oox::core;
diff --git a/oox/source/drawingml/table/tablerow.cxx b/oox/source/drawingml/table/tablerow.cxx
index 48fdd4d65556..ecf397de9d73 100644
--- a/oox/source/drawingml/table/tablerow.cxx
+++ b/oox/source/drawingml/table/tablerow.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablerow.hxx"
-#include "oox/drawingml/drawingmltypes.hxx"
+#include <drawingml/table/tablerow.hxx>
+#include <oox/drawingml/drawingmltypes.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
-#include "oox/helper/propertyset.hxx"
+#include <oox/helper/propertyset.hxx>
#include <com/sun/star/table/XTable.hpp>
#include <com/sun/star/table/XMergeableCellRange.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
diff --git a/oox/source/drawingml/table/tablerowcontext.cxx b/oox/source/drawingml/table/tablerowcontext.cxx
index 713a9a6393fe..fd27924cf1fb 100644
--- a/oox/source/drawingml/table/tablerowcontext.cxx
+++ b/oox/source/drawingml/table/tablerowcontext.cxx
@@ -18,9 +18,9 @@
*/
-#include "drawingml/table/tablerowcontext.hxx"
-#include "drawingml/table/tablecellcontext.hxx"
-#include "drawingml/table/tablerow.hxx"
+#include <drawingml/table/tablerowcontext.hxx>
+#include <drawingml/table/tablecellcontext.hxx>
+#include <drawingml/table/tablerow.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablestyle.cxx b/oox/source/drawingml/table/tablestyle.cxx
index 42a670f08c7c..db0f071b36b1 100644
--- a/oox/source/drawingml/table/tablestyle.cxx
+++ b/oox/source/drawingml/table/tablestyle.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablestyle.hxx"
+#include <drawingml/table/tablestyle.hxx>
namespace oox { namespace drawingml { namespace table {
diff --git a/oox/source/drawingml/table/tablestylecellstylecontext.cxx b/oox/source/drawingml/table/tablestylecellstylecontext.cxx
index 70fad0ea5471..788f8eb6113b 100644
--- a/oox/source/drawingml/table/tablestylecellstylecontext.cxx
+++ b/oox/source/drawingml/table/tablestylecellstylecontext.cxx
@@ -18,10 +18,10 @@
*/
-#include "drawingml/table/tablestylecellstylecontext.hxx"
-#include "drawingml/misccontexts.hxx"
-#include "drawingml/linepropertiescontext.hxx"
-#include "oox/helper/attributelist.hxx"
+#include <drawingml/table/tablestylecellstylecontext.hxx>
+#include <drawingml/misccontexts.hxx>
+#include <drawingml/linepropertiescontext.hxx>
+#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablestylecontext.cxx b/oox/source/drawingml/table/tablestylecontext.cxx
index 04ff9da87b77..e87c2d4fbed6 100644
--- a/oox/source/drawingml/table/tablestylecontext.cxx
+++ b/oox/source/drawingml/table/tablestylecontext.cxx
@@ -18,9 +18,9 @@
*/
-#include "drawingml/table/tablestylecontext.hxx"
-#include "drawingml/table/tablebackgroundstylecontext.hxx"
-#include "drawingml/table/tablepartstylecontext.hxx"
+#include <drawingml/table/tablestylecontext.hxx>
+#include <drawingml/table/tablebackgroundstylecontext.hxx>
+#include <drawingml/table/tablepartstylecontext.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablestylelist.cxx b/oox/source/drawingml/table/tablestylelist.cxx
index b47375aa2847..f218c61e4182 100644
--- a/oox/source/drawingml/table/tablestylelist.cxx
+++ b/oox/source/drawingml/table/tablestylelist.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablestylelist.hxx"
-#include "drawingml/table/tablestyle.hxx"
+#include <drawingml/table/tablestylelist.hxx>
+#include <drawingml/table/tablestyle.hxx>
namespace oox { namespace drawingml { namespace table {
diff --git a/oox/source/drawingml/table/tablestylelistfragmenthandler.cxx b/oox/source/drawingml/table/tablestylelistfragmenthandler.cxx
index 2d5b60ff5a3a..4774f2f3fa70 100644
--- a/oox/source/drawingml/table/tablestylelistfragmenthandler.cxx
+++ b/oox/source/drawingml/table/tablestylelistfragmenthandler.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablestylelistfragmenthandler.hxx"
-#include "drawingml/table/tablestylecontext.hxx"
+#include <drawingml/table/tablestylelistfragmenthandler.hxx>
+#include <drawingml/table/tablestylecontext.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
diff --git a/oox/source/drawingml/table/tablestylepart.cxx b/oox/source/drawingml/table/tablestylepart.cxx
index 57fc553a7f78..7e3e9eb0702c 100644
--- a/oox/source/drawingml/table/tablestylepart.cxx
+++ b/oox/source/drawingml/table/tablestylepart.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/table/tablestylepart.hxx"
-#include "oox/drawingml/drawingmltypes.hxx"
+#include <drawingml/table/tablestylepart.hxx>
+#include <oox/drawingml/drawingmltypes.hxx>
using namespace ::oox::core;
using namespace ::com::sun::star;
diff --git a/oox/source/drawingml/table/tablestyletextstylecontext.cxx b/oox/source/drawingml/table/tablestyletextstylecontext.cxx
index ce23037e0b95..5b93f25d9ca3 100644
--- a/oox/source/drawingml/table/tablestyletextstylecontext.cxx
+++ b/oox/source/drawingml/table/tablestyletextstylecontext.cxx
@@ -18,9 +18,9 @@
*/
-#include "drawingml/table/tablestyletextstylecontext.hxx"
-#include "drawingml/colorchoicecontext.hxx"
-#include "oox/helper/attributelist.hxx"
+#include <drawingml/table/tablestyletextstylecontext.hxx>
+#include <drawingml/colorchoicecontext.hxx>
+#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>