Kaydet (Commit) a22f5b9e authored tarafından Gregor Hartmann's avatar Gregor Hartmann

#103263#added module i18npool for registration

üst 7f943ee7
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: app.cxx,v $ * $RCSfile: app.cxx,v $
* *
* $Revision: 1.37 $ * $Revision: 1.38 $
* *
* last change: $Author: jbu $ $Date: 2002-10-18 09:20:25 $ * last change: $Author: gh $ $Date: 2002-10-21 08:44:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -271,8 +271,11 @@ static const char * const components[] = ...@@ -271,8 +271,11 @@ static const char * const components[] =
SAL_MODULENAME( "ucb1" ) // KSO, ABI SAL_MODULENAME( "ucb1" ) // KSO, ABI
, SAL_MODULENAME( "ucpfile1" ) , SAL_MODULENAME( "ucpfile1" )
, SAL_MODULENAME( "fileacc" ) , SAL_MODULENAME( "fileacc" )
, SAL_MODULENAME( "mcnttype" ) , SAL_MODULENAME( "mcnttype" ) //Clipboard Ask Oliver Braun
, SVLIBRARY( "i18n" ) , SVLIBRARY( "i18n" )
, SVLIBRARY( "i18npool" )
// Reading of files in specific encodings like UTF-8 using
// createUnoService( "com.sun.star.io.TextInputStream" ) and such
, SAL_MODULENAME( "tinstrm" ) , SAL_MODULENAME( "tinstrm" )
#ifdef SAL_UNX #ifdef SAL_UNX
, SVLIBRARY( "dtransX11" ) // OBR , SVLIBRARY( "dtransX11" ) // OBR
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: appbased.cxx,v $ * $RCSfile: appbased.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: gh $ $Date: 2001-06-08 13:44:14 $ * last change: $Author: gh $ $Date: 2002-10-21 08:44:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -103,7 +103,7 @@ AppBasEd::AppBasEd( BasicFrame* pParent, SbModule* p ) ...@@ -103,7 +103,7 @@ AppBasEd::AppBasEd( BasicFrame* pParent, SbModule* p )
((TextEdit*)pDataEdit)->GetTextEditImp().pTextView->SetAutoIndentMode( TRUE ); ((TextEdit*)pDataEdit)->GetTextEditImp().pTextView->SetAutoIndentMode( TRUE );
((TextEdit*)pDataEdit)->GetTextEditImp().pTextEngine->SetMaxTextLen( STRING_MAXLEN ); ((TextEdit*)pDataEdit)->GetTextEditImp().pTextEngine->SetMaxTextLen( STRING_MAXLEN );
((TextEdit*)pDataEdit)->GetTextEditImp().pTextEngine->SetWordDelimiters( CUniString(" ,.;:(){}[]\"'+-*/<>^\\") ); // ((TextEdit*)pDataEdit)->GetTextEditImp().pTextEngine->SetWordDelimiters( CUniString(" ,.;:(){}[]\"'+-*/<>^\\") );
((TextEdit*)pDataEdit)->GetTextEditImp().SyntaxHighlight( TRUE ); ((TextEdit*)pDataEdit)->GetTextEditImp().SyntaxHighlight( TRUE );
((TextEdit*)pDataEdit)->SaveAsUTF8( TRUE ); ((TextEdit*)pDataEdit)->SaveAsUTF8( TRUE );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment