summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDetectiveContext.cxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-06-01 00:52:51 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-17 17:04:00 +0200
commitc2e3aeab181b5b92faed77518d6a428ecd2c2969 (patch)
tree2f57a67c9316296fe3d74f4f44b52dd342a317c0 /sc/source/filter/xml/XMLDetectiveContext.cxx
parent153275bacbab37d4b3ab2dbef8c5e32626f705c6 (diff)
Convert GetRealCellPos and calls to use ScAddress
Change-Id: Ic7a6ad82b5b4938ef67ddf8e62372635044cd5b2
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.cxx b/sc/source/filter/xml/XMLDetectiveContext.cxx
index 2a7b9b54c5c0..e669dae64d46 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.cxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.cxx
@@ -241,7 +241,7 @@ ScXMLDetectiveOperationContext::ScXMLDetectiveOperationContext(
break;
}
}
- ScUnoConversion::FillScAddress( aDetectiveOp.aPosition, rImport.GetTables().GetRealCellPos() );
+ aDetectiveOp.aPosition = rImport.GetTables().GetRealScCellPos();
}
ScXMLDetectiveOperationContext::~ScXMLDetectiveOperationContext()