diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-05 00:22:12 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-05 01:44:05 +0100 |
commit | 1e3b55e23029fcade3b8f708fc037830402dbd28 (patch) | |
tree | ed11a96fcf4b639537b05a9c276dbf6e038d2eb2 /sc/qa | |
parent | d96ef98abe2dfd91918d84efbbf9119c44dce4d3 (diff) |
adjust sc's c++ subsequenttest concept
create one test suite per implementation class:
move xcellrangesquery into ScCellRangesBase
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/xcellrangesquery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/xcellrangesquery.cxx b/sc/qa/extras/xcellrangesquery.cxx index 5df4f71ea796..dc9b77777747 100644 --- a/sc/qa/extras/xcellrangesquery.cxx +++ b/sc/qa/extras/xcellrangesquery.cxx @@ -38,7 +38,7 @@ using namespace com::sun::star; -namespace ScCellRangeObj { +namespace ScCellRangeBase { class ScXCellRangesQuery : public UnoApiTest { |