office-gobmx/basic
Norbert Thiebaud b854de954f deprecate oustringostreaminserter.hxx
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...

Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely

All internal users of that header are converted.

Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-18 10:10:06 +00:00
..
inc Remove unused reference class 2012-09-13 19:46:22 +09:00
prj
qa/cppunit These tests do not need the UCB 2012-09-17 13:35:54 +02:00
source deprecate oustringostreaminserter.hxx 2012-09-18 10:10:06 +00:00
util
AllLangResTarget_sb.mk
CppunitTest_basic_enable.mk fdo#46808, Adapt i18n::LocaleData UNO service to new style 2012-09-17 14:28:21 +02:00
CppunitTest_basic_nested_struct.mk fdo#46808, Adapt i18n::LocaleData UNO service to new style 2012-09-17 14:28:21 +02:00
CppunitTest_basic_scanner.mk
Library_sb.mk add more runtime deps on resource files for unit-tests 2012-08-21 02:06:01 +02:00
Makefile
Module_basic.mk
Package_inc.mk
README

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode,
is intended to be interoperable with Visual Basic for Applications,
allowing people to run macros embedded in their documents.

See also:
[http://wiki.services.openoffice.org/wiki/Basic]