summaryrefslogtreecommitdiffstats
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-21 21:19:58 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:32 -0500
commit343538e2cca56393e6ee8ded07f1074c0b995c71 (patch)
tree55462870a9db74b4a36004b3cd0d12e943f0816b /sc/inc/orcusxml.hxx
parentCorrectly handle xml namespaces when importing xml content. (diff)
downloadcore-343538e2cca56393e6ee8ded07f1074c0b995c71.tar.gz
core-343538e2cca56393e6ee8ded07f1074c0b995c71.zip
Use the method from orcus to get the short version of xml namespace name.
Change-Id: I5d64ae380982c09f53dacb1eac721430674e9a31
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 87be8a2b32c9..36c41dd9eb9f 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -76,8 +76,6 @@ struct ScOrcusImportXMLParam
std::vector<size_t> maNamespaces;
CellLinksType maCellLinks;
RangeLinksType maRangeLinks;
-
- SC_DLLPUBLIC static rtl::OString getShortNamespaceName(size_t nIndex);
};
#endif