summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-05 00:22:12 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-05 01:44:05 +0100
commit1e3b55e23029fcade3b8f708fc037830402dbd28 (patch)
treeed11a96fcf4b639537b05a9c276dbf6e038d2eb2 /sc/qa
parentd96ef98abe2dfd91918d84efbbf9119c44dce4d3 (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.cxx2
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
{