summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/unodialogs
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/unodialogs')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx8
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx10
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx4
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx10
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx8
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx10
-rw-r--r--svx/source/unodialogs/textconversiondlgs/services.cxx4
7 files changed, 27 insertions, 27 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
index 8743580b333d..c8f41080e045 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
@@ -45,10 +45,10 @@
#include <vcl/svapp.hxx>
#include "helpid.hrc"
-//.............................................................................
+
namespace textconversiondlgs
{
-//.............................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -825,8 +825,8 @@ IMPL_LINK(ChineseDictionaryDialog, HeaderBarClick, HeaderBar*, pHeaderBar)
return 0;
}
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
index 6ec4d864bb9f..3273633c3173 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
@@ -35,12 +35,12 @@
#include <vector>
-//.............................................................................
+
namespace textconversiondlgs
{
-//.............................................................................
-//-----------------------------------------------------------------------------
+
+
/**
*/
@@ -176,9 +176,9 @@ private:
css::uno::Reference<css::uno::XComponentContext> m_xContext;
};
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx
index 44f731b69315..f5648f800408 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx
@@ -253,8 +253,8 @@ void SAL_CALL ChineseTranslation_UnoDialog::removeVetoableChangeListener( const
//only not bound properties -> ignore listener
}
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
index f7fa906dadad..37fc31e3ee15 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
@@ -30,12 +30,12 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase5.hxx>
-//.............................................................................
+
namespace textconversiondlgs
{
-//.............................................................................
-//-------------------------------------------------------------------------
+
+
/** This class provides the chinese translation dialog as an uno component.
It can be created via lang::XMultiComponentFactory::createInstanceWithContext
@@ -129,9 +129,9 @@ private:
cppu::OInterfaceContainerHelper m_aDisposeEventListeners;
};
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
index 37b53f16dbf9..5f279266d399 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
@@ -28,10 +28,10 @@
#include <unotools/linguprops.hxx>
#include "helpid.hrc"
-//.............................................................................
+
namespace textconversiondlgs
{
-//.............................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -122,8 +122,8 @@ IMPL_LINK_NOARG(ChineseTranslationDialog, DictionaryHdl)
return 0;
}
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
index 76dd970b9aae..999e31adb92d 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
@@ -26,12 +26,12 @@
// header for class RadioButton
#include <vcl/button.hxx>
-//.............................................................................
+
namespace textconversiondlgs
{
-//.............................................................................
-//-----------------------------------------------------------------------------
+
+
/**
*/
class ChineseDictionaryDialog;
@@ -63,9 +63,9 @@ private:
ChineseDictionaryDialog* m_pDictionaryDialog;
};
-//.............................................................................
+
} //end namespace
-//.............................................................................
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodialogs/textconversiondlgs/services.cxx b/svx/source/unodialogs/textconversiondlgs/services.cxx
index 9519ad9bcc21..4d0c17f04929 100644
--- a/svx/source/unodialogs/textconversiondlgs/services.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/services.cxx
@@ -36,7 +36,7 @@ static const struct ::cppu::ImplementationEntry g_entries_unodialogs_chinesetran
// component exports
extern "C"
{
-//==================================================================================================
+
SAL_DLLPUBLIC_EXPORT void * SAL_CALL textconversiondlgs_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
@@ -44,6 +44,6 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL textconversiondlgs_component_getFactory(
pImplName, pServiceManager, pRegistryKey , g_entries_unodialogs_chinesetranslation );
}
}
-//=========================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */