diff options
author | Katarina Behrens <bubli@bubli.org> | 2013-08-13 10:59:56 +0200 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2013-08-13 11:00:30 +0200 |
commit | 48a1b767b183acdc703cd7e5a4c6d492da237daa (patch) | |
tree | 2249be30c880002215e45ebdb66ded16c1eee2ec /sd | |
parent | 466b64b68cecaa82837c4aede3e9a485c45bd1d4 (diff) |
Unused private variables
Change-Id: Ic7c51b9943a3d6485d41df50a9b35282bf0d999a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 53574e8686a4..67a3ce40b978 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1134,8 +1134,6 @@ private: FixedText* mpFTProperty1; PropertyControl* mpLBProperty1; VclHBox* mpPlaceholderBox; - FixedText* mpFTProperty2; - PropertyControl* mpLBProperty2; CheckBox* mpCBSmoothStart; CheckBox* mpCBSmoothEnd; |