summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/controls/filectrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/controls/filectrl.hxx b/toolkit/inc/controls/filectrl.hxx
index cb01ff29b0fe..2aea66f3936e 100644
--- a/toolkit/inc/controls/filectrl.hxx
+++ b/toolkit/inc/controls/filectrl.hxx
@@ -41,7 +41,7 @@ class FileControl final : public vcl::Window
{
VclPtr<Edit> maEdit;
VclPtr<PushButton> maButton;
- OUString const maButtonText;
+ OUString maButtonText;
FileControlMode_Internal mnInternalFlags;
void Resize() override;