summaryrefslogtreecommitdiff
path: root/oox/source/ole
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-04-14 19:14:53 +0200
committerDaniel Rentz <dr@openoffice.org>2010-04-14 19:14:53 +0200
commit1110315ea427c77a9ca630fc80d1f9e15242f29e (patch)
tree3da5c172cf5f34539da0f7b464f43f049dbb93fd /oox/source/ole
parent319c08647f115aaba7f5633376531cbfb4746b2f (diff)
npower13_objectmodules: compiler errors
Diffstat (limited to 'oox/source/ole')
-rwxr-xr-xoox/source/ole/vbacontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx
index 2674c30d9a73..b43e8289a592 100755
--- a/oox/source/ole/vbacontrol.cxx
+++ b/oox/source/ole/vbacontrol.cxx
@@ -525,7 +525,7 @@ bool VbaFormControl::importEmbeddedSiteModels( BinaryInputStream& rInStrm )
}
}
// align the stream to 32bit, relative to start of entire site info
- rInStrm.align( 4, nAnchorPos );
+ rInStrm.alignToBlock( 4, nAnchorPos );
// import the site models for all embedded controls
maControls.clear();