summaryrefslogtreecommitdiff
path: root/sc/inc/orcusxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/orcusxml.hxx')
-rw-r--r--sc/inc/orcusxml.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx
index 36c41dd9eb9f..c8d7fdf2f0b1 100644
--- a/sc/inc/orcusxml.hxx
+++ b/sc/inc/orcusxml.hxx
@@ -59,15 +59,15 @@ struct ScOrcusImportXMLParam
struct CellLink
{
ScAddress maPos;
- rtl::OString maPath;
+ OString maPath;
- CellLink(const ScAddress& rPos, const rtl::OString& rPath);
+ CellLink(const ScAddress& rPos, const OString& rPath);
};
struct RangeLink
{
ScAddress maPos;
- std::vector<rtl::OString> maFieldPaths;
+ std::vector<OString> maFieldPaths;
};
typedef std::vector<CellLink> CellLinksType;