projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Only add the tooltip when building the online help
[scilab.git]
/
scilab
/
modules
/
helptools
/
src
/
java
/
org
/
scilab
/
modules
/
helptools
/
image
/
SVGImageConverter.java
diff --git
a/scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/SVGImageConverter.java
b/scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/SVGImageConverter.java
index
44dd090
..
c84d8f6
100644
(file)
--- a/
scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/SVGImageConverter.java
+++ b/
scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/SVGImageConverter.java
@@
-50,6
+50,13
@@
public class SVGImageConverter implements ExternalImageConverter {
}
/**
+ * {@inheritDoc}
+ */
+ public boolean mustRegenerate() {
+ return false;
+ }
+
+ /**
* Since this a singleton class...
* @return this
*/