summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:58:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:48 +0200
commitac5954d7c540f34702033d7d951d1d16cb96730a (patch)
tree310ba9698a10c74662de0714db683f932de32b0c /qadevOOo/tests/java/mod/_xmloff/Impress
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
index dbc6657fbce3..5a50e3cf769a 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
@@ -137,16 +137,6 @@ public class XMLSettingsExporter extends TestCase {
xPropSet.setPropertyValue("IsLayerMode",
new Boolean (NewDataValue));
-/* XViewDataSupplier xViewDataSupp = (XViewDataSupplier)
- UnoRuntime.queryInterface(XViewDataSupplier.class, xImpressDoc);
- XIndexAccess xViewData = xViewDataSupp.getViewData();
- PropertyValue[] xData = (PropertyValue[]) xViewData.getByIndex(0);
- NewDataValue = ! ((Boolean) xData[1].Value).booleanValue();
- xData[1].Value = new Boolean(NewDataValue);
- XIndexReplace xViewDataReplacable = (XIndexReplace)
- UnoRuntime.queryInterface(XIndexReplace.class, xViewData);
- xViewDataReplacable.replaceByIndex(0,xData);
-*/
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log) ;