summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 13:41:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 15:46:16 +0200
commit8a82dca5bd43080f0f5597b915d1433b1c0f141a (patch)
tree5b2ca3700491d7869be1d449ca2174c27e0a1304 /include/toolkit
parent0ec0ba24f0f28deef7993e430682bf4a5d9f3271 (diff)
loplugin:constmethod in toolkit
Change-Id: Id80ee487d7083da5c1f1c4d012d6339700471204 Reviewed-on: https://gerrit.libreoffice.org/77952 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxwindows.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx
index 202d5974c8f9..eba13e505a41 100644
--- a/include/toolkit/awt/vclxwindows.hxx
+++ b/include/toolkit/awt/vclxwindows.hxx
@@ -608,7 +608,7 @@ public:
/// @throws css::uno::RuntimeException
void setMinimum( sal_Int32 n );
/// @throws css::uno::RuntimeException
- sal_Int32 getMinimum( );
+ sal_Int32 getMinimum( ) const;
// css::awt::VclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const css::uno::Any& Value ) override;
@@ -889,7 +889,7 @@ public:
void SetFormatter( FormatterBase* pFormatter ) { mpFormatter = pFormatter; }
void setStrictFormat( bool bStrict );
- bool isStrictFormat();
+ bool isStrictFormat() const;
// css::awt::VclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const css::uno::Any& Value ) override;