Author: arielch
Date: Mon Mar 10 23:52:53 2014
New Revision: 1576137
URL: http://svn.apache.org/r1576137
Log:
Remove useless comments and some white spaces
Modified:
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/Wizard.idl
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizard.idl
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardController.idl
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
Modified: openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/Wizard.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/Wizard.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/Wizard.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/Wizard.idl Mon Mar 10
23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,34 +7,28 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_Wizard_idl__
#define __com_sun_star_ui_dialogs_Wizard_idl__
#include <com/sun/star/ui/dialogs/XWizard.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
interface XWizardController;
-//==================================================================================================================
-
/** provides a framework for implementing a wizard dialog.
@since OpenOffice 3.3
@@ -65,10 +59,6 @@ service Wizard : XWizard
);
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
Modified: openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardButton.idl Mon
Mar 10 23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,29 +7,23 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_WizardButton_idl__
#define __com_sun_star_ui_dialogs_WizardButton_idl__
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** denotes the buttons found in a <type>Wizard</type>
@since OpenOffice 3.3
@@ -50,10 +44,6 @@ constants WizardButton
const short HELP = 5;
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
Modified:
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
Mon Mar 10 23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,29 +7,23 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_WizardTravelType_idl__
#define __com_sun_star_ui_dialogs_WizardTravelType_idl__
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** denotes ways to leave a <type>Wizard</type>'s page
@since OpenOffice 3.3
@@ -44,10 +38,6 @@ constants WizardTravelType
const short FINISH = 3;
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
Modified: openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizard.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizard.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizard.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizard.idl Mon Mar 10
23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,20 +7,18 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizard_idl__
#define __com_sun_star_ui_dialogs_XWizard_idl__
@@ -29,11 +27,8 @@
#include <com/sun/star/container/NoSuchElementException.idl>
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
interface XWizardPage;
/** is the main interface implemented by the <type>Wizard</type> services.
@@ -218,10 +213,6 @@ interface XWizard
, ::com::sun::star::util::InvalidStateException );
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
Modified:
openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardController.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardController.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardController.idl
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardController.idl
Mon Mar 10 23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,31 +7,25 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizardController_idl__
#define __com_sun_star_ui_dialogs_XWizardController_idl__
#include <com/sun/star/ui/dialogs/XWizardPage.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** is the interface of a client-provided controller of a custom
<type>Wizard</type>.
@since OpenOffice 3.3
@@ -75,10 +69,6 @@ interface XWizardController
boolean confirmFinish();
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
Modified: openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardPage.idl?rev=1576137&r1=1576136&r2=1576137&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/ui/dialogs/XWizardPage.idl Mon
Mar 10 23:52:53 2014
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,31 +7,25 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizardPage_idl__
#define __com_sun_star_ui_dialogs_XWizardPage_idl__
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** is a single page of a <type>Wizard</type>
@since OpenOffice 3.3
@@ -76,10 +70,6 @@ interface XWizardPage : ::com::sun::star
boolean canAdvance();
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif