summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 14:57:36 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:47 +0200
commit63dc7b1ce8a5d4cd8ec63526324736f73f0871c7 (patch)
tree121ad8e07cc00afb57a381dc21e9929bd32eaca6 /oox
parent07a43d8db4603cb9059383015f3c32a98f064fd6 (diff)
SCROLLABLEFRAME never defined
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/axcontrol.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index a1330ac386c5..5488c93d2180 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2470,9 +2470,6 @@ void AxFrameModel::convertProperties( PropertyMap& rPropMap, const ControlConver
{
rPropMap.setProperty( PROP_Label, maCaption );
rPropMap.setProperty( PROP_Enabled, getFlag( mnFlags, AX_CONTAINER_ENABLED ) );
-#ifdef SCROLLABLEFRAME
- rConv.convertScrollabilitySettings( rPropMap, maScrollPos, maLogicalSize, mnScrollBars );
-#endif
AxContainerModelBase::convertProperties( rPropMap, rConv );
}