summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-08 13:01:57 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-08 13:01:57 +0000
commit887612ad72fb415bd2d4d5c90b5e25cb190a161b (patch)
tree07e196f4f621356172fc92cfafda05a10a0a60ff /wizards
parent6ea0da57a5765b54704bf17232adf07207f2bd49 (diff)
INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED
2004/06/02 15:07:41 rpiterman 1.2.2.1: changed "addFilterToDialog" method to public (was private)
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.java b/wizards/com/sun/star/wizards/common/SystemDialog.java
index 05e6e0082424..29e64f007b24 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.java
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemDialog.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 12:38:00 $
+ * last change: $Author: obo $ $Date: 2004-09-08 14:01:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -222,7 +222,7 @@ public class SystemDialog {
}
//("writer_StarOffice_XML_Writer_Template") 'StarOffice XML (Writer)
- private void addFilterToDialog(String sExtension, String filterName, boolean setToDefault) {
+ public void addFilterToDialog(String sExtension, String filterName, boolean setToDefault) {
try {
//get the localized filtername
String uiName = getFilterUIName(filterName);