summaryrefslogtreecommitdiffstats
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index cbb04f5c8c07..07311e8fa73e 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -272,6 +272,13 @@ class SwXTextTableStyle : public cppu::WeakImplHelper
ODD_COLUMNS_STYLE,
BODY_STYLE,
BACKGROUND_STYLE,
+ // loext namespace
+ FIRST_ROW_START_COLUMN_STYLE,
+ FIRST_ROW_END_COLUMN_STYLE,
+ LAST_ROW_START_COLUMN_STYLE,
+ LAST_ROW_END_COLUMN_STYLE,
+ FIRST_ROW_EVEN_COLUMN_STYLE,
+ LAST_ROW_EVEN_COLUMN_STYLE,
STYLE_COUNT
};