summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/Context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/Context.hxx')
-rw-r--r--include/sfx2/sidebar/Context.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/Context.hxx b/include/sfx2/sidebar/Context.hxx
index d41b71d88403..aa6b2716cdd3 100644
--- a/include/sfx2/sidebar/Context.hxx
+++ b/include/sfx2/sidebar/Context.hxx
@@ -28,13 +28,13 @@ namespace sfx2 { namespace sidebar {
class Context
{
public:
- ::rtl::OUString msApplication;
- ::rtl::OUString msContext;
+ OUString msApplication;
+ OUString msContext;
Context();
Context (
- const ::rtl::OUString& rsApplication,
- const ::rtl::OUString& rsContext);
+ const OUString& rsApplication,
+ const OUString& rsContext);
/** When two contexts are matched against each other, then
application or context name may have the wildcard value 'any'.