diff options
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r-- | sc/inc/dbcolect.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx index 280c59e77..bf2a0324c 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbcolect.hxx @@ -161,6 +161,8 @@ public: class SC_DLLPUBLIC ScDBCollection { public: + enum RangeType { GlobalNamed, GlobalAnonymous, SheetAnonymous }; + /** * Stores global named database ranges. */ |