summaryrefslogtreecommitdiff
path: root/sc/inc/globalnames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-31 00:24:36 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 00:11:03 -0400
commit2211ad695920526e9acf473f342d0732ce1112a8 (patch)
tree690dd4df6b3e8283d2f1716e3323c64086e99488 /sc/inc/globalnames.hxx
parent64da4408420eae52b1457d61527d109d80da4530 (diff)
First cut on getting ODS import/export of sheet-local anonymous ranges.
The punch lines is that we don't use UNO API to handle sheet-local anonymous ranges during ODS import and export. Eventually we should import the named database ranges using the internal API too, but for now we keep the current code (that uses the UNO API) for those.
Diffstat (limited to 'sc/inc/globalnames.hxx')
-rw-r--r--sc/inc/globalnames.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/globalnames.hxx b/sc/inc/globalnames.hxx
index 6b5e17681316..ae30bc1e0d61 100644
--- a/sc/inc/globalnames.hxx
+++ b/sc/inc/globalnames.hxx
@@ -29,6 +29,6 @@
#define __SC_GLOBALNAMES_HXX__
#define STR_DB_LOCAL_NONAME "__Anonymous_Sheet_DB__"
-#define STR_DB_GLOBAL_NONAME "unnamed"
+#define STR_DB_GLOBAL_NONAME "__Anonymous_DB__"
#endif