diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 | ||||
-rw-r--r-- | svx/source/inc/docrecovery.hxx | 4 | ||||
-rw-r--r-- | svx/source/inc/recoveryui.hxx | 4 | ||||
-rw-r--r-- | svx/source/unodraw/recoveryui.cxx | 4 |
4 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 3dc92291e767..f6e7ad5d47b3 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -65,8 +65,6 @@ #include <unotools/pathoptions.hxx> #include <unotools/localfilehelper.hxx> -//=============================================== -// namespace namespace svx{ namespace DocRecovery{ diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index 1daee038f223..fe0254aed368 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -45,8 +45,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/lang/XComponent.hpp> -//=============================================== -// const #define RECOVERY_CMDPART_PROTOCOL rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "vnd.sun.star.autorecovery:")) @@ -91,8 +89,6 @@ #define DLG_RET_BACK 100 #define DLG_RET_OK_AUTOLUNCH 101 -//=============================================== -// namespace namespace css = ::com::sun::star; diff --git a/svx/source/inc/recoveryui.hxx b/svx/source/inc/recoveryui.hxx index 51c8d67c53b9..4ec8ddc94873 100644 --- a/svx/source/inc/recoveryui.hxx +++ b/svx/source/inc/recoveryui.hxx @@ -28,8 +28,6 @@ #include <vcl/window.hxx> #include "docrecovery.hxx" -//=============================================== -// namespace namespace svx { @@ -38,8 +36,6 @@ namespace svx namespace css = ::com::sun::star; namespace svxdr = ::svx::DocRecovery; -//=============================================== -// declarations class RecoveryUI : public ::cppu::WeakImplHelper2< css::lang::XServiceInfo , css::frame::XSynchronousDispatch > // => XDispatch! diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx index d8c84fd75397..27e81e929888 100644 --- a/svx/source/unodraw/recoveryui.cxx +++ b/svx/source/unodraw/recoveryui.cxx @@ -39,14 +39,10 @@ #include <boost/scoped_ptr.hpp> -//=============================================== -// const #define IMPLEMENTATIONNAME_RECOVERYUI ::rtl::OUString("com.sun.star.comp.svx.RecoveryUI") #define SERVICENAME_RECOVERYUI ::rtl::OUString("com.sun.star.dialog.RecoveryUI") -//=============================================== -// namespace namespace svx { |