summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-21 13:30:01 +0200
committerobo <obo@openoffice.org>2010-06-21 13:30:01 +0200
commitd005f5114999903bee1dfcf89a8225edd80c0e03 (patch)
tree212ef7151d2595b47b7c4cdbed71415b2fb7aa73 /offapi
parentc34798ae2f8ee58d59cae5d5bf72b636b09a98d2 (diff)
parent920c042f1ab2f9a2f74f53e570657221fc59da69 (diff)
CWS-TOOLING: integrate CWS calctabcolor
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/Spreadsheet.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/Spreadsheet.idl b/offapi/com/sun/star/sheet/Spreadsheet.idl
index 40361659dd9f..0b21a050d099 100644
--- a/offapi/com/sun/star/sheet/Spreadsheet.idl
+++ b/offapi/com/sun/star/sheet/Spreadsheet.idl
@@ -96,6 +96,8 @@
#include <com/sun/star/sheet/XExternalSheetName.idl>
#endif
+#include <com/sun/star/util/Color.idl>
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -264,6 +266,9 @@ service Spreadsheet
*/
[optional, property] boolean AutomaticPrintArea;
+ /** specifies the color of the sheet tab, if any.
+ */
+ [optional, property] com::sun::star::util::Color TabColor;
};
//=============================================================================