summaryrefslogtreecommitdiff
path: root/oox/source/helper
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/helper
parent319c08647f115aaba7f5633376531cbfb4746b2f (diff)
npower13_objectmodules: compiler errors
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/binarystreambase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/helper/binarystreambase.cxx b/oox/source/helper/binarystreambase.cxx
index 86eae793a3c1..a8f9320ffc94 100644
--- a/oox/source/helper/binarystreambase.cxx
+++ b/oox/source/helper/binarystreambase.cxx
@@ -67,7 +67,7 @@ sal_Int64 BinaryStreamBase::getRemaining() const
return ((nPos >= 0) && (nLen >= 0)) ? ::std::max< sal_Int64 >( nLen - nPos, 0 ) : -1;
}
-void BinaryStreamBase::align( sal_Int32 nBlockSize, sal_Int64 nAnchorPos )
+void BinaryStreamBase::alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos )
{
sal_Int64 nStrmPos = tell();
// nothing to do, if stream is at anchor position