repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merged tag ooo/DEV300_m102
[LibreOffice.git]
/
toolkit
/
test
/
accessibility
/
Print.java
blob
e4d21dc4e0925655b93954c527bbcf51e55cb445
1
interface
Print
2
{
3
void
print
(
String text
);
4
void
println
(
String text
);
5
}