summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star')
-rw-r--r--wizards/com/sun/star/wizards/ui/AggregateComponent.java4
-rw-r--r--wizards/com/sun/star/wizards/ui/PathSelection.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
index 691d74faa32b..604aecd63358 100644
--- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java
+++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
@@ -577,8 +577,8 @@ public class AggregateComponent extends ControlScroller
private void settovoid()
{
- CurUnoDialog.deselectListBox(xFieldListBox);
- CurUnoDialog.deselectListBox(xFunctionListBox);
+ UnoDialog.deselectListBox(xFieldListBox);
+ UnoDialog.deselectListBox(xFunctionListBox);
}
protected class ItemListenerImpl implements com.sun.star.awt.XItemListener
diff --git a/wizards/com/sun/star/wizards/ui/PathSelection.java b/wizards/com/sun/star/wizards/ui/PathSelection.java
index 3d57ed957a1b..f8436f088818 100644
--- a/wizards/com/sun/star/wizards/ui/PathSelection.java
+++ b/wizards/com/sun/star/wizards/ui/PathSelection.java
@@ -138,7 +138,7 @@ public class PathSelection
FileAccess myFA = new FileAccess(xMSF);
xSaveTextBox.setText(myFA.getPath(sStorePath, null));
sDefaultDirectory = FileAccess.getParentDir(sStorePath);
- sDefaultName = myFA.getFilename(sStorePath);
+ sDefaultName = FileAccess.getFilename(sStorePath);
}
break;
default: