summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index a582fe20a119..b6bed16e6243 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -614,9 +614,9 @@ public:
// helper functions for user to create a single control
struct UIControlOptions
{
- OUString maDependsOnName;
- sal_Int32 mnDependsOnEntry;
- bool mbAttachToDependency;
+ OUString const maDependsOnName;
+ sal_Int32 const mnDependsOnEntry;
+ bool const mbAttachToDependency;
OUString maGroupHint;
bool mbInternalOnly;
bool mbEnabled;