summaryrefslogtreecommitdiffstats
path: root/include/test/util/xsearchable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/util/xsearchable.hxx')
-rw-r--r--include/test/util/xsearchable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/util/xsearchable.hxx b/include/test/util/xsearchable.hxx
index 99369c854be0..cb612829e1e1 100644
--- a/include/test/util/xsearchable.hxx
+++ b/include/test/util/xsearchable.hxx
@@ -28,8 +28,8 @@ public:
virtual css::uno::Reference< css::uno::XInterface > init() = 0;
private:
- OUString maSearchString;
- sal_Int32 mnCount;
+ OUString const maSearchString;
+ sal_Int32 const mnCount;
};
}