Kaydet (Commit) 8e9d171c authored tarafından Eike Rathke's avatar Eike Rathke

unpublish SearchAlgorithms2 SearchOptions2 TextSearch2 XTextSearch2

so we're free to fiddle around a little longer..

Change-Id: Idd6f4a6a4ce51d4991bac1907b808919f34638d7
üst fd235522
......@@ -17,7 +17,7 @@ module com { module sun { module star { module util {
@since LibreOffice 5.2
*/
published constants SearchAlgorithms2
constants SearchAlgorithms2
{
/// Literal
const short ABSOLUTE = 1;
......
......@@ -22,7 +22,7 @@ module com { module sun { module star { module util {
@since LibreOffice 5.2
*/
published struct SearchOptions2 : com::sun::star::util::SearchOptions {
struct SearchOptions2 : com::sun::star::util::SearchOptions {
/** Search type, one of com::sun::star::util::SearchAlgorithms2
constants. This is preferred over the content of the
......
......@@ -29,7 +29,7 @@ module com { module sun { module star { module util {
<p>It is possible to search forward or backward in the string.
*/
published service TextSearch2 : XTextSearch2;
service TextSearch2 : XTextSearch2;
}; }; }; };
......
......@@ -18,7 +18,7 @@ module com { module sun { module star { module util {
/** enables an object to search in its content.
*/
published interface XTextSearch2 : com::sun::star::util::XTextSearch
interface XTextSearch2 : com::sun::star::util::XTextSearch
{
/** set the options for the forward or backward search.
*/
......
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