[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

Michael Lefevre lefevre00 at yahoo.fr
Wed Apr 13 13:43:58 PDT 2011


---
 soltools/testSHL/util/tlog.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
     }
-- 
1.7.1



More information about the LibreOffice mailing list