summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:41:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:41:13 +0100
commit2f3bc785e675b40003b06f549a00775322f0b7fd (patch)
treeef1bd147e5a2adde8cbd8a8efe6983505f4f57cc /sc/inc/global.hxx
parente88309519accfbde8f19d1ce36b657707683bb61 (diff)
New loplugin:externvar: sc
Change-Id: I6f9df997a957a1fa49161add2adafe228d036a30
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx5
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: */