diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 14:51:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 14:51:06 +0000 |
commit | 9d064d762eafdbd4aa0e1b12003f9d263d5546ed (patch) | |
tree | e1cf5c6ff35f1f835e576559a53d2357807276c1 /transex3/inc | |
parent | 3b71dc4f17d406c38587e91b073ad32525231bf9 (diff) |
INTEGRATION: CWS apoctemplate (1.21.28); FILE MERGED
2006/12/08 16:57:30 ihi 1.21.28.1: resync fix
Diffstat (limited to 'transex3/inc')
-rw-r--r-- | transex3/inc/export.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx index d34c344ccd51..6e71d64e682f 100644 --- a/transex3/inc/export.hxx +++ b/transex3/inc/export.hxx @@ -4,9 +4,9 @@ * * $RCSfile: export.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:07:49 $ + * last change: $Author: kz $ $Date: 2006-12-12 15:51:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -344,7 +344,10 @@ public: static bool fileHasUTF8ByteOrderMarker( const ByteString &rString ); static ByteString GetIsoLangByIndex( USHORT nIndex ); static void QuotHTML( ByteString &rString ); + + static void QuotHTMLXRM( ByteString &rString ); static void UnquotHTML( ByteString &rString ); + static const char* GetEnv( const char *pVar ); static int getCurrentDirectory( rtl::OUString& base_fqurl , rtl::OUString& base ); |