summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/openurlhint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/openurlhint.hxx')
-rw-r--r--sfx2/source/inc/openurlhint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/openurlhint.hxx b/sfx2/source/inc/openurlhint.hxx
index 8eac0911fe2b..026d72636157 100644
--- a/sfx2/source/inc/openurlhint.hxx
+++ b/sfx2/source/inc/openurlhint.hxx
@@ -25,7 +25,7 @@
class SfxOpenUrlHint: public SfxHint
{
- OUString const msDocumentURL;
+ OUString msDocumentURL;
public:
SfxOpenUrlHint(const OUString& sDocumentURL);