diff options
Diffstat (limited to 'svtools/source/brwbox/datwin.hxx')
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index ab8ba930d1937..5c30c0955e185 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -34,10 +34,10 @@ class ButtonFrame { - tools::Rectangle aRect; - tools::Rectangle aInnerRect; - OUString aText; - bool m_bDrawDisabled; + tools::Rectangle const aRect; + tools::Rectangle const aInnerRect; + OUString const aText; + bool const m_bDrawDisabled; public: ButtonFrame( const Point& rPt, const Size& rSz, @@ -57,7 +57,7 @@ public: class BrowserColumn final { - sal_uInt16 _nId; + sal_uInt16 const _nId; sal_uLong _nOriginalWidth; sal_uLong _nWidth; OUString _aTitle; |