summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-05-03 22:48:14 +0200
committerEike Rathke <erack@redhat.com>2016-05-03 22:58:52 +0200
commitfac5f2af5190e6da9bedfcdf02426be59ad99166 (patch)
tree3282a2f3d9ed203292796b84450bffd06651374c /offapi/com/sun/star
parentea3ce0b3073c72f474365e438ddabd19de915b76 (diff)
NameToken with Sheet instead of boolean Global
... to transport an actual sheet number for other-sheet-local names within names when importing OOXML. Change-Id: I00f2ffe07271c1c2a8ce9e10514e10872396f566
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/sheet/NameToken.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/NameToken.idl b/offapi/com/sun/star/sheet/NameToken.idl
index 04f6ed27b9fa..9b66038ba78c 100644
--- a/offapi/com/sun/star/sheet/NameToken.idl
+++ b/offapi/com/sun/star/sheet/NameToken.idl
@@ -20,7 +20,7 @@ struct NameToken
{
long Index;
- boolean Global;
+ long Sheet;
};