diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 15:19:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 18:43:48 +0200 |
commit | 6cccaa9a7859d6a8523c03ca0fe6468635653afa (patch) | |
tree | e6646ea24fa4662c1f2294f509ba6c7076f36e71 /include/svx | |
parent | e5dbc6e02b96887772e1f305f4cd97b6d4b96734 (diff) |
WB_ANIMATION is dead
ever since
commit 5bb93690aad419ceafbd14a61da1a86f674fdfea
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
Change-Id: Iad592e268644d10944e46bf80eae30042beab6da
Reviewed-on: https://gerrit.libreoffice.org/41298
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/graphctl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx index ff89fd40b468..385d63d7e6d1 100644 --- a/include/svx/graphctl.hxx +++ b/include/svx/graphctl.hxx @@ -30,7 +30,6 @@ class GraphCtrlUserCall; class SvxGraphCtrlAccessibleContext; #define WB_SDRMODE ((WinBits)0x0080) -#define WB_ANIMATION ((WinBits)0x0100) class SVX_DLLPUBLIC GraphCtrl : public Control { @@ -51,7 +50,6 @@ class SVX_DLLPUBLIC GraphCtrl : public Control sal_uInt16 nPolyEdit; bool bEditMode; bool bSdrMode; - bool bAnim; bool mbInIdleUpdate; DECL_LINK( UpdateHdl, Timer*, void ); |