diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-21 09:28:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-21 14:34:01 +0200 |
commit | 915c7529e9b041879e8c63f15306028a6f649f48 (patch) | |
tree | 3072539a7649359d9ddbf1496ef7e4ee7c8ff0d2 /basctl/source/inc/dlged.hxx | |
parent | 5e43e888f6b9bc32fc5d3361be5a7962796726ea (diff) |
use tools::Long in accessibility..basctl
Change-Id: I67087c7a281e5bdecbaf227bd3147e7c12828791
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104587
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r-- | basctl/source/inc/dlged.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 8e6909d14a2a..6b83c402959b 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -129,7 +129,7 @@ private: tools::Rectangle aPaintRect; bool bDialogModelChanged; Idle aMarkIdle; - long mnPaintGuard; + tools::Long mnPaintGuard; css::uno::Reference< css::frame::XModel > m_xDocument; public: |