Kaydet (Commit) 07202af3 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

fix some typo

Change-Id: Ib88169968d164c88703505da022887ea8d53c721
üst efecdece
...@@ -2,11 +2,11 @@ The originals of these come from svn checkout ...@@ -2,11 +2,11 @@ The originals of these come from svn checkout
http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr they no http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr they no
longer appear in the icu tarballs, but are in icu's svn longer appear in the icu tarballs, but are in icu's svn
At various stages these copies have been customized and are not horribly out of At various stages these copies have been customized and are now horribly out of
sync. It unclear which diffs from the base versions are deliberate and which sync. It unclear which diffs from the base versions are deliberate and which
are now accidental :-( are now accidental :-(
We need to review the various issues referenced in the commits that caused We need to review the various issues referenced in the commits that caused
custimizations and see if they're still relevant or not, write regression tests customizations and see if they're still relevant or not, write regression tests
for them, if any are still relavant then apply the changes back on top of the for them, if any are still relevant then apply the changes back on top of the
latest versions. latest versions.
...@@ -123,7 +123,7 @@ similarly to the property you want (getXYZ()). If there is none, it is most ...@@ -123,7 +123,7 @@ similarly to the property you want (getXYZ()). If there is none, it is most
probably a property that can be read using XPropertySet: probably a property that can be read using XPropertySet:
uno::Reference<beans::XPropertySet> properties(textDocument, uno::UNO_QUERY); uno::Reference<beans::XPropertySet> properties(textDocument, uno::UNO_QUERY);
sal_Int32 value; // the right type for the property sal_Int32 val; // the right type for the property
properties->getPropertyValue("CharacterCount") >>= val; properties->getPropertyValue("CharacterCount") >>= val;
If there is a function to obtain the property, you need access it using the right interface. If there is a function to obtain the property, you need access it using the right interface.
......
...@@ -5,7 +5,7 @@ A few module that normally get built at the end of the build process ...@@ -5,7 +5,7 @@ A few module that normally get built at the end of the build process
are already converted. this 'pseudo-module' build them all as one. are already converted. this 'pseudo-module' build them all as one.
As module get converted to gbuild they can be added to this module As module get converted to gbuild they can be added to this module
if they fix the neceesary pre-requisite. that is: if they fix the necessary pre-requisite. that is:
To qualify a module must not be the dependant of any other module, To qualify a module must not be the dependant of any other module,
except postprocess or if the other module itself is under tail_build except postprocess or if the other module itself is under tail_build
......
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