summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/mozilla
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/mozilla
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/mozilla')
-rw-r--r--offapi/com/sun/star/mozilla/MenuMultipleChange.idl11
-rw-r--r--offapi/com/sun/star/mozilla/MenuProxy.idl4
-rw-r--r--offapi/com/sun/star/mozilla/MenuProxyListener.idl4
-rw-r--r--offapi/com/sun/star/mozilla/MenuSingleChange.idl5
-rw-r--r--offapi/com/sun/star/mozilla/MozillaBootstrap.idl3
-rw-r--r--offapi/com/sun/star/mozilla/MozillaProductType.idl3
-rw-r--r--offapi/com/sun/star/mozilla/XCloseSessionListener.idl4
-rw-r--r--offapi/com/sun/star/mozilla/XCodeProxy.idl1
-rw-r--r--offapi/com/sun/star/mozilla/XMenuProxy.idl6
-rw-r--r--offapi/com/sun/star/mozilla/XMenuProxyListener.idl6
-rw-r--r--offapi/com/sun/star/mozilla/XMozillaBootstrap.idl1
-rw-r--r--offapi/com/sun/star/mozilla/XPluginInstance.idl10
-rw-r--r--offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl4
-rw-r--r--offapi/com/sun/star/mozilla/XPluginInstancePeer.idl10
-rw-r--r--offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl4
-rw-r--r--offapi/com/sun/star/mozilla/XPluginWindowPeer.idl4
-rw-r--r--offapi/com/sun/star/mozilla/XProfileDiscover.idl1
-rw-r--r--offapi/com/sun/star/mozilla/XProfileManager.idl1
-rw-r--r--offapi/com/sun/star/mozilla/XProxyRunner.idl1
-rw-r--r--offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl4
20 files changed, 0 insertions, 87 deletions
diff --git a/offapi/com/sun/star/mozilla/MenuMultipleChange.idl b/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
index 848f5316a783..9ad42904b00d 100644
--- a/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
+++ b/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from idl: struct com::sun::star::mozilla::MenuMultipleChange
@@ -40,56 +38,48 @@ published struct MenuMultipleChange
*/
short ID;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::GroupID
/** unique ID of the group this menu item belongs to
*/
short GroupID;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::PreItemID
/** unique ID of the item directly above this menu item, used for fuzzy placement
*/
short PreItemID;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ItemText
/** text of the menu item
*/
string ItemText;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsVisible
/** true if visible
*/
boolean IsVisible;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsActive
/** true if active, so clickable
*/
boolean IsActive;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsCheckable
/** true if checkable, so there can be a checkmark
*/
boolean IsCheckable;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsChecked
/** true if there is a checkmark
*/
boolean IsChecked;
- //-------------------------------------------------------------------------
// DocMerge from idl: field com::sun::star::mozilla::MenuMultipleChange::Image
/** sequence of bytes representing a possible image
@@ -97,7 +87,6 @@ published struct MenuMultipleChange
sequence<byte> Image;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/MenuProxy.idl b/offapi/com/sun/star/mozilla/MenuProxy.idl
index 124f401526c3..bcb71a6fa516 100644
--- a/offapi/com/sun/star/mozilla/MenuProxy.idl
+++ b/offapi/com/sun/star/mozilla/MenuProxy.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/mozilla/XMenuProxy.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from idl: service com::sun::star::mozilla::MenuProxy
@@ -36,7 +34,6 @@
*/
published service MenuProxy
{
- //-------------------------------------------------------------------------
// DocMerge from xml: service com::sun::star::mozilla::MenuProxy: interface com::sun::star::mozilla::XMenuProxy
/** @see XMenuProxy
@@ -44,7 +41,6 @@ published service MenuProxy
interface XMenuProxy;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/MenuProxyListener.idl b/offapi/com/sun/star/mozilla/MenuProxyListener.idl
index a05a103c2a19..79c76dd09f84 100644
--- a/offapi/com/sun/star/mozilla/MenuProxyListener.idl
+++ b/offapi/com/sun/star/mozilla/MenuProxyListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/mozilla/XMenuProxyListener.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: service com::sun::star::mozilla::MenuProxyListener
@@ -35,7 +33,6 @@
*/
published service MenuProxyListener
{
- //-------------------------------------------------------------------------
// DocMerge from xml: service com::sun::star::mozilla::MenuProxyListener: interface com::sun::star::mozilla::XMenuProxyListener
/** @see XMenuProxyListener
@@ -43,7 +40,6 @@ published service MenuProxyListener
interface XMenuProxyListener;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/MenuSingleChange.idl b/offapi/com/sun/star/mozilla/MenuSingleChange.idl
index 818e60edac8c..d664fede77a0 100644
--- a/offapi/com/sun/star/mozilla/MenuSingleChange.idl
+++ b/offapi/com/sun/star/mozilla/MenuSingleChange.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from idl: struct com::sun::star::mozilla::MenuSingleChange
@@ -40,14 +38,12 @@ published struct MenuSingleChange
*/
short ID;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::ChangeID
/** ID identifying the type of change in the any type change
*/
short ChangeID;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::Change
/** value of change
@@ -55,7 +51,6 @@ published struct MenuSingleChange
any Change;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/MozillaBootstrap.idl b/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
index 29b238688f39..92294a09e24f 100644
--- a/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
+++ b/offapi/com/sun/star/mozilla/MozillaBootstrap.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/mozilla/XMozillaBootstrap.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
/** Allow to discover Mozilla/Thunderbird profiles
@@ -46,7 +44,6 @@
*/
published service MozillaBootstrap : XMozillaBootstrap;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/MozillaProductType.idl b/offapi/com/sun/star/mozilla/MozillaProductType.idl
index 3e00bc1754b0..d0d8e0f7d00d 100644
--- a/offapi/com/sun/star/mozilla/MozillaProductType.idl
+++ b/offapi/com/sun/star/mozilla/MozillaProductType.idl
@@ -22,11 +22,9 @@
#define __com_sun_star_mozilla_MozillaProductType_idl__
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
/** Mozilla Product Types
@@ -47,7 +45,6 @@ published enum MozillaProductType
Thunderbird = 3
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XCloseSessionListener.idl b/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
index c87a5053680f..408848b8033a 100644
--- a/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
+++ b/offapi/com/sun/star/mozilla/XCloseSessionListener.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XCloseSessionListener
@@ -33,7 +31,6 @@
*/
published interface XCloseSessionListener: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XCloseSessionListener::sessionClosed
@@ -45,7 +42,6 @@ published interface XCloseSessionListener: com::sun::star::uno::XInterface
[oneway] void sessionClosed( [in] any sessionData );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XCodeProxy.idl b/offapi/com/sun/star/mozilla/XCodeProxy.idl
index 66c0d5d7e895..37ecd1de6d5a 100644
--- a/offapi/com/sun/star/mozilla/XCodeProxy.idl
+++ b/offapi/com/sun/star/mozilla/XCodeProxy.idl
@@ -48,7 +48,6 @@ published interface XCodeProxy: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XMenuProxy.idl b/offapi/com/sun/star/mozilla/XMenuProxy.idl
index 7acbcd03c63c..e148cf90ab9b 100644
--- a/offapi/com/sun/star/mozilla/XMenuProxy.idl
+++ b/offapi/com/sun/star/mozilla/XMenuProxy.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/mozilla/XMenuProxyListener.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XMenuProxy
@@ -38,7 +36,6 @@
*/
published interface XMenuProxy: com::sun::star::lang::XComponent
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::executeMenuItem
/** Executes dispatch for the given menu id
@@ -48,7 +45,6 @@ published interface XMenuProxy: com::sun::star::lang::XComponent
*/
void executeMenuItem([in] short ID);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::addMenuProxyListener
/** Registers an event listener, which will be called when the menu changes
@@ -58,7 +54,6 @@ published interface XMenuProxy: com::sun::star::lang::XComponent
*/
[oneway] void addMenuProxyListener([in] XMenuProxyListener xListener );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxy::removeMenuProxyListener
/** Unregisters an event listener which was registered with
@@ -70,7 +65,6 @@ published interface XMenuProxy: com::sun::star::lang::XComponent
[oneway] void removeMenuProxyListener([in] XMenuProxyListener xListener );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XMenuProxyListener.idl b/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
index 398d9b5c6886..68ca230f5f4b 100644
--- a/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
+++ b/offapi/com/sun/star/mozilla/XMenuProxyListener.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/mozilla/MenuSingleChange.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XMenuProxyListener
@@ -39,7 +37,6 @@
*/
published interface XMenuProxyListener: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedMultiple
/** is called, if the content or graphical representation/state of the menu changes
@@ -47,7 +44,6 @@ published interface XMenuProxyListener: com::sun::star::uno::XInterface
*/
void menuChangedMultiple([in] sequence<MenuMultipleChange> MenuMultipleChanges);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedSingle
/** is called, if the content or graphical representation/state of the menu changes,
@@ -55,7 +51,6 @@ published interface XMenuProxyListener: com::sun::star::uno::XInterface
*/
void menuChangedSingle([in] sequence<MenuSingleChange> MenuSingleChanges);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuItemDeleted
/** is called, if one menu item designated by the ID, is deleted.
@@ -66,7 +61,6 @@ published interface XMenuProxyListener: com::sun::star::uno::XInterface
void menuItemDeleted([in] short ID);
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl b/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
index b5861cef91e8..d5f8a9322fd3 100644
--- a/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
+++ b/offapi/com/sun/star/mozilla/XMozillaBootstrap.idl
@@ -45,7 +45,6 @@ published interface XMozillaBootstrap
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XPluginInstance.idl b/offapi/com/sun/star/mozilla/XPluginInstance.idl
index 259bbec3160f..2eac0adf2e01 100644
--- a/offapi/com/sun/star/mozilla/XPluginInstance.idl
+++ b/offapi/com/sun/star/mozilla/XPluginInstance.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/io/XInputStream.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::start
@@ -44,7 +42,6 @@
*/
published interface XPluginInstance: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::start
@@ -53,7 +50,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
*/
[oneway] void start();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::stop
@@ -63,7 +59,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
*/
[oneway] void stop();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::destroy
@@ -73,7 +68,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
*/
[oneway] void destroy();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::createWindow
@@ -85,7 +79,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
*/
[oneway] void createWindow( [in] any PlatformParentData, [in] boolean embedded );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::newStream
@@ -106,7 +99,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
[in] any sessionData
);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::newURL
@@ -120,7 +112,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
*/
[oneway] void newURL( [in] string MIMEDesc, [in] string theURL, [in] string filter, [in] any sessionData );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::mozilla::XPluginInstance::getHttpServerURL
@@ -135,7 +126,6 @@ published interface XPluginInstance: com::sun::star::uno::XInterface
[out] string aPrefix);
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl b/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
index 43e9d17a7564..7133d95ff73f 100644
--- a/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
+++ b/offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XPluginInstanceNotifySink
@@ -35,7 +33,6 @@
*/
published interface XPluginInstanceNotifySink: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceNotifySink::notifyURL
@@ -48,7 +45,6 @@ published interface XPluginInstanceNotifySink: com::sun::star::uno::XInterface
[oneway] void notifyURL( [in] string theURL );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl b/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
index 9fdce8d663c5..2b67404cf84b 100644
--- a/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
+++ b/offapi/com/sun/star/mozilla/XPluginInstancePeer.idl
@@ -27,15 +27,12 @@
#include <com/sun/star/lang/XMultiServiceFactory.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
published interface XPluginInstanceNotifySink;
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XPluginInstancePeer
@@ -44,7 +41,6 @@
*/
published interface XPluginInstancePeer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::setWindowSize
@@ -57,7 +53,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
*/
boolean setWindowSize( [in] long width, [in] long heigth );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::showStatusMessage
@@ -67,7 +62,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
*/
[oneway] void showStatusMessage( [in] string message );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::enableScripting
@@ -80,7 +74,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
*/
[oneway] void enableScripting( [in] com::sun::star::uno::XInterface document, [in] com::sun::star::lang::XMultiServiceFactory servicemanager );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::newStream
@@ -98,7 +91,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
[in] com::sun::star::io::XActiveDataSource data
);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::getURL
@@ -120,7 +112,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
[in] XPluginInstanceNotifySink sink
);
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstancePeer::postURL
@@ -147,7 +138,6 @@ published interface XPluginInstancePeer: com::sun::star::uno::XInterface
);
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl b/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
index 0aa55aaa2ded..6d7146ee6d07 100644
--- a/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
+++ b/offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/mozilla/XPluginInstance.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XPluginInstanceSyncPeer
/** This interface is an extension for <type>XPluginInstancePeer</type> interface.
@@ -34,7 +32,6 @@
*/
published interface XPluginInstanceSyncPeer : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginInstanceSyncPeer::openNewBrowserWindow
@@ -53,7 +50,6 @@ published interface XPluginInstanceSyncPeer : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl b/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
index 26c1e5a9fd1d..85276cbcd007 100644
--- a/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
+++ b/offapi/com/sun/star/mozilla/XPluginWindowPeer.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::mozilla::XPluginWindowPeer
/** Allows to notify a plugin from the office side about plugin window's child window creation.
@@ -33,7 +31,6 @@
*/
published interface XPluginWindowPeer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::mozilla::XPluginWindowPeer::setChildWindow
@@ -45,7 +42,6 @@ published interface XPluginWindowPeer: com::sun::star::uno::XInterface
[oneway] void setChildWindow( [in] any SystemWindowData );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XProfileDiscover.idl b/offapi/com/sun/star/mozilla/XProfileDiscover.idl
index 3931c0d93005..ffbbbf6953bf 100644
--- a/offapi/com/sun/star/mozilla/XProfileDiscover.idl
+++ b/offapi/com/sun/star/mozilla/XProfileDiscover.idl
@@ -108,7 +108,6 @@ published interface XProfileDiscover: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XProfileManager.idl b/offapi/com/sun/star/mozilla/XProfileManager.idl
index 2222b3f2eda3..33ca25f43ef3 100644
--- a/offapi/com/sun/star/mozilla/XProfileManager.idl
+++ b/offapi/com/sun/star/mozilla/XProfileManager.idl
@@ -106,7 +106,6 @@ published interface XProfileManager: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XProxyRunner.idl b/offapi/com/sun/star/mozilla/XProxyRunner.idl
index bcd2ae937e94..d76ffbb4f56b 100644
--- a/offapi/com/sun/star/mozilla/XProxyRunner.idl
+++ b/offapi/com/sun/star/mozilla/XProxyRunner.idl
@@ -58,7 +58,6 @@ published interface XProxyRunner: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl b/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
index 9898476738bc..95496c469990 100644
--- a/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
+++ b/offapi/com/sun/star/mozilla/XRemoteServiceManagerProvider.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/XMultiServiceFactory.idl>
-//=============================================================================
module com { module sun { module star { module mozilla {
-//=============================================================================
/** Allows creation of the remote service manager for given session.
This interface is oriented for communication with browsers plugins.
@@ -35,7 +33,6 @@ module com { module sun { module star { module mozilla {
*/
published interface XRemoteServiceManagerProvider: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Returns the remote service manager for the given session
@param sessionData [in]: contains the sessiondata (host, user, ticket)
@@ -43,7 +40,6 @@ published interface XRemoteServiceManagerProvider: com::sun::star::uno::XInterfa
com::sun::star::lang::XMultiServiceFactory getServiceManager( [in] any sessionData );
};
-//=============================================================================
}; }; }; };