diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:41:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:41:13 +0100 |
commit | 2f3bc785e675b40003b06f549a00775322f0b7fd (patch) | |
tree | ef1bd147e5a2adde8cbd8a8efe6983505f4f57cc /sc/inc/global.hxx | |
parent | e88309519accfbde8f19d1ce36b657707683bb61 (diff) |
New loplugin:externvar: sc
Change-Id: I6f9df997a957a1fa49161add2adafe228d036a30
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index c6bbb839093f..e7bb9362df92 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -31,6 +31,7 @@ class Bitmap; class SfxItemSet; +class SfxViewShell; class Color; struct ScCalcConfig; enum class SvtScriptType; @@ -897,6 +898,10 @@ struct ScConsolidateParam void SetAreas ( ScArea* const* ppAreas, sal_uInt16 nCount ); }; +extern SfxViewShell* pScActiveViewShell; +extern sal_uInt16 nScClickMouseModifier; +extern sal_uInt16 nScFillModeMouseModifier; + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |