diff options
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 0887c4f3dfe9..f137729540b1 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -458,7 +458,7 @@ public: /** Set the name of the sidebar context that is broadcast on calls to Activation(). */ - void SetContextName (const ::rtl::OUString& rsContextName); + void SetContextName (const OUString& rsContextName); /** Broadcast a sidebar context change. This method is typically called from Activate() or |