summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java')
-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) ;