diff options
Diffstat (limited to 'sd/source/ui/inc/sdxfer.hxx')
-rw-r--r-- | sd/source/ui/inc/sdxfer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index f3f4da1337d8..33cafba9d536 100644 --- a/sd/source/ui/inc/sdxfer.hxx +++ b/sd/source/ui/inc/sdxfer.hxx @@ -131,7 +131,7 @@ private: bool mbInternalMove : 1; bool mbOwnDocument : 1; bool mbOwnView : 1; - bool mbLateInit : 1; + bool const mbLateInit : 1; bool mbPageTransferable : 1; bool mbPageTransferablePersistent : 1; ::std::vector<std::shared_ptr<UserData> > maUserData; |