[Libreoffice-commits] .: soltools/testSHL
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Apr 14 03:48:52 PDT 2011
soltools/testSHL/util/tlog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2133f9f2f7ba5a73e6b80e593dac8e1850f14f42
Author: Michael Lefevre <lefevre00 at yahoo.fr>
Date: Wed Apr 13 22:43:58 2011 +0200
Kill Pos_XXX in favour of osl_Pos_XXX
diff --git a/soltools/testSHL/util/tlog.cxx b/soltools/testSHL/util/tlog.cxx
index c6d475d..9f73fc5 100644
--- a/soltools/testSHL/util/tlog.cxx
+++ b/soltools/testSHL/util/tlog.cxx
@@ -56,7 +56,7 @@ void tLog::initialize( const ::rtl::OString& name ) {
ret = m_logfile->open( osl_File_OpenFlag_Write | osl_File_OpenFlag_Create );
}
else {
- ret = m_logfile->setPos( Pos_End, 0 );
+ ret = m_logfile->setPos( osl_Pos_End, 0 );
}
return ret;
}
More information about the Libreoffice-commits
mailing list