diff options
author | Eike Rathke <erack@redhat.com> | 2016-05-03 22:48:14 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-03 22:58:52 +0200 |
commit | fac5f2af5190e6da9bedfcdf02426be59ad99166 (patch) | |
tree | 3282a2f3d9ed203292796b84450bffd06651374c /offapi | |
parent | ea3ce0b3073c72f474365e438ddabd19de915b76 (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')
-rw-r--r-- | offapi/com/sun/star/sheet/NameToken.idl | 2 |
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; }; |