summaryrefslogtreecommitdiff
path: root/svl/qa/unit/items/test_IndexedStyleSheets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/unit/items/test_IndexedStyleSheets.cxx')
-rw-r--r--svl/qa/unit/items/test_IndexedStyleSheets.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/qa/unit/items/test_IndexedStyleSheets.cxx b/svl/qa/unit/items/test_IndexedStyleSheets.cxx
index 5326b5b5cabc..88af521d3aef 100644
--- a/svl/qa/unit/items/test_IndexedStyleSheets.cxx
+++ b/svl/qa/unit/items/test_IndexedStyleSheets.cxx
@@ -20,6 +20,8 @@
using namespace svl;
+namespace {
+
class MockedStyleSheet : public SfxStyleSheetBase
{
public:
@@ -35,6 +37,8 @@ struct DummyPredicate : public StyleSheetPredicate {
}
};
+}
+
class IndexedStyleSheetsTest : public CppUnit::TestFixture
{
void InstantiationWorks();