summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:04:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:07:48 -0600
commit4f31b902712e7816bbd8e0df7629462a17f9ad3f (patch)
tree1bab0652e24e3e97fbd8639bdd0fcfcef7526c2c /cui/source/options
parent3c0a7cf4f67720f2cca2c4eb543f838d5b644e7f (diff)
Remove visual noise from cui
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d Reviewed-on: https://gerrit.libreoffice.org/8250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/cfgchart.cxx4
-rw-r--r--cui/source/options/cfgchart.hxx8
-rw-r--r--cui/source/options/connpoolconfig.cxx12
-rw-r--r--cui/source/options/connpoolconfig.hxx12
-rw-r--r--cui/source/options/connpooloptions.cxx4
-rw-r--r--cui/source/options/connpooloptions.hxx4
-rw-r--r--cui/source/options/connpoolsettings.cxx20
-rw-r--r--cui/source/options/connpoolsettings.hxx20
-rw-r--r--cui/source/options/dbregister.cxx8
-rw-r--r--cui/source/options/dbregisterednamesconfig.cxx12
-rw-r--r--cui/source/options/dbregisterednamesconfig.hxx12
-rw-r--r--cui/source/options/dbregistersettings.cxx12
-rw-r--r--cui/source/options/dbregistersettings.hxx12
-rw-r--r--cui/source/options/doclinkdialog.cxx12
-rw-r--r--cui/source/options/doclinkdialog.hxx12
-rw-r--r--cui/source/options/optcolor.cxx20
-rw-r--r--cui/source/options/optdict.cxx12
-rw-r--r--cui/source/options/optfltr.hxx2
-rw-r--r--cui/source/options/optgdlg.cxx4
-rw-r--r--cui/source/options/optgenrl.cxx16
-rw-r--r--cui/source/options/opthtml.hxx2
-rw-r--r--cui/source/options/optjsearch.cxx4
-rw-r--r--cui/source/options/optjsearch.hxx4
-rw-r--r--cui/source/options/optlingu.cxx32
-rw-r--r--cui/source/options/sdbcdriverenum.cxx16
-rw-r--r--cui/source/options/sdbcdriverenum.hxx12
-rw-r--r--cui/source/options/securityoptions.cxx8
-rw-r--r--cui/source/options/securityoptions.hxx12
-rw-r--r--cui/source/options/webconninfo.cxx8
-rw-r--r--cui/source/options/webconninfo.hxx12
30 files changed, 164 insertions, 164 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index 90122e166be4..fe2fbd04c9b4 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -171,9 +171,9 @@ bool SvxChartColorTable::operator==( const SvxChartColorTable & _rOther ) const
return bEqual;
}
-// ====================
+
// class SvxChartOptions
-// ====================
+
SvxChartOptions::SvxChartOptions() :
::utl::ConfigItem( OUString("Office.Chart") ),
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx
index b656d95b4b3c..2cfd5f3b1da9 100644
--- a/cui/source/options/cfgchart.hxx
+++ b/cui/source/options/cfgchart.hxx
@@ -60,9 +60,9 @@ public:
bool operator==( const SvxChartColorTable & _rOther ) const;
};
-// ====================
+
// all options
-// ====================
+
class SvxChartOptions : public ::utl::ConfigItem
{
private:
@@ -87,9 +87,9 @@ public:
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames);
};
-// ====================
+
// items
-// ====================
+
class SvxChartColorTableItem : public SfxPoolItem
{
public:
diff --git a/cui/source/options/connpoolconfig.cxx b/cui/source/options/connpoolconfig.cxx
index 254fd12cee4f..f9b9fc17c52f 100644
--- a/cui/source/options/connpoolconfig.cxx
+++ b/cui/source/options/connpoolconfig.cxx
@@ -28,10 +28,10 @@
#include <comphelper/processfactory.hxx>
#include "sdbcdriverenum.hxx"
-//........................................................................
+
namespace offapp
{
-//........................................................................
+
using namespace ::utl;
using namespace ::com::sun::star::uno;
@@ -78,9 +78,9 @@ namespace offapp
return s_sNodeName;
}
- //====================================================================
+
//= ConnectionPoolConfig
- //====================================================================
+
void ConnectionPoolConfig::GetOptions(SfxItemSet& _rFillItems)
{
@@ -205,9 +205,9 @@ namespace offapp
aConnectionPoolRoot.commit();
}
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/connpoolconfig.hxx b/cui/source/options/connpoolconfig.hxx
index 0c6440177521..fdaa129d223d 100644
--- a/cui/source/options/connpoolconfig.hxx
+++ b/cui/source/options/connpoolconfig.hxx
@@ -21,14 +21,14 @@
#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX
class SfxItemSet;
-//........................................................................
+
namespace offapp
{
-//........................................................................
- //====================================================================
+
+
//= ConnectionPoolConfig
- //====================================================================
+
class ConnectionPoolConfig
{
@@ -37,9 +37,9 @@ namespace offapp
static void SetOptions(const SfxItemSet& _rSourceItems);
};
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx
index 4c6adee5dc31..874b8c7f7fe9 100644
--- a/cui/source/options/connpooloptions.cxx
+++ b/cui/source/options/connpooloptions.cxx
@@ -311,9 +311,9 @@ namespace offapp
}
}
- //====================================================================
+
//= ConnectionPoolOptionsPage
- //====================================================================
+
ConnectionPoolOptionsPage::ConnectionPoolOptionsPage(Window* _pParent, const SfxItemSet& _rAttrSet)
: SfxTabPage(_pParent, "ConnPoolPage", "cui/ui/connpooloptions.ui", _rAttrSet)
diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx
index 27397c0a462e..535c8d5f6c93 100644
--- a/cui/source/options/connpooloptions.hxx
+++ b/cui/source/options/connpooloptions.hxx
@@ -29,9 +29,9 @@
namespace offapp
{
- //====================================================================
+
//= ConnectionPoolOptionsPage
- //====================================================================
+
class DriverListControl;
class ConnectionPoolOptionsPage : public SfxTabPage
{
diff --git a/cui/source/options/connpoolsettings.cxx b/cui/source/options/connpoolsettings.cxx
index 59a86c74f8cb..623906daf4f4 100644
--- a/cui/source/options/connpoolsettings.cxx
+++ b/cui/source/options/connpoolsettings.cxx
@@ -19,14 +19,14 @@
#include "connpoolsettings.hxx"
-//........................................................................
+
namespace offapp
{
-//........................................................................
- //====================================================================
+
+
//= DriverPooling
- //====================================================================
+
DriverPooling::DriverPooling( const OUString& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout )
:sName(_rName)
@@ -43,17 +43,17 @@ namespace offapp
&& (nTimeoutSeconds == _rR.nTimeoutSeconds);
}
- //====================================================================
+
//= DriverPoolingSettings
- //====================================================================
+
DriverPoolingSettings::DriverPoolingSettings()
{
}
- //====================================================================
+
//= DriverPoolingSettingsItem
- //====================================================================
+
TYPEINIT1( DriverPoolingSettingsItem, SfxPoolItem )
DriverPoolingSettingsItem::DriverPoolingSettingsItem( sal_uInt16 _nId, const DriverPoolingSettings &_rSettings )
@@ -95,9 +95,9 @@ namespace offapp
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx
index f1ddfbb51bf9..d3f6c5158809 100644
--- a/cui/source/options/connpoolsettings.hxx
+++ b/cui/source/options/connpoolsettings.hxx
@@ -27,14 +27,14 @@
#include <rtl/ustring.hxx>
#include <svl/poolitem.hxx>
-//........................................................................
+
namespace offapp
{
-//........................................................................
- //====================================================================
+
+
//= DriverPooling
- //====================================================================
+
struct DriverPooling
{
OUString sName;
@@ -47,9 +47,9 @@ namespace offapp
sal_Bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); }
};
- //====================================================================
+
//= DriverPoolingSettings
- //====================================================================
+
class DriverPoolingSettings
{
protected:
@@ -74,9 +74,9 @@ namespace offapp
void push_back(const DriverPooling& _rElement) { m_aDrivers.push_back(_rElement); }
};
- //====================================================================
+
//= DriverPoolingSettingsItem
- //====================================================================
+
class DriverPoolingSettingsItem : public SfxPoolItem
{
protected:
@@ -93,9 +93,9 @@ namespace offapp
const DriverPoolingSettings& getSettings() const { return m_aSettings; }
};
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX
diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx
index 5bdca4c442b2..aefa5896f8e1 100644
--- a/cui/source/options/dbregister.cxx
+++ b/cui/source/options/dbregister.cxx
@@ -50,10 +50,10 @@
#define TAB_WIDTH2 1000
#define ITEMID_TYPE 1
#define ITEMID_PATH 2
-//........................................................................
+
namespace svx
{
-//........................................................................
+
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::ui::dialogs;
@@ -449,9 +449,9 @@ IMPL_LINK( DbRegistrationOptionsPage, NameValidator, OUString*, _pName )
}
return 1L;
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/dbregisterednamesconfig.cxx b/cui/source/options/dbregisterednamesconfig.cxx
index 5f03c7339877..0d06346586d4 100644
--- a/cui/source/options/dbregisterednamesconfig.cxx
+++ b/cui/source/options/dbregisterednamesconfig.cxx
@@ -31,19 +31,19 @@
#include <unotools/confignode.hxx>
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
using namespace ::utl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::container;
- //====================================================================
+
//= DbRegisteredNamesConfig
- //====================================================================
+
void DbRegisteredNamesConfig::GetOptions( SfxItemSet& _rFillItems )
{
@@ -126,8 +126,8 @@ namespace svx
}
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/dbregisterednamesconfig.hxx b/cui/source/options/dbregisterednamesconfig.hxx
index fdb21ce42449..a140ae40cfb1 100644
--- a/cui/source/options/dbregisterednamesconfig.hxx
+++ b/cui/source/options/dbregisterednamesconfig.hxx
@@ -21,14 +21,14 @@
#define INCLUDED_CUI_SOURCE_OPTIONS_DBREGISTEREDNAMESCONFIG_HXX
class SfxItemSet;
-//........................................................................
+
namespace svx
{
-//........................................................................
- //====================================================================
+
+
//= DbRegisteredNamesConfig
- //====================================================================
+
class DbRegisteredNamesConfig
{
@@ -37,9 +37,9 @@ namespace svx
static void SetOptions(const SfxItemSet& _rSourceItems);
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_DBREGISTEREDNAMESCONFIG_HXX
diff --git a/cui/source/options/dbregistersettings.cxx b/cui/source/options/dbregistersettings.cxx
index 1b6b5b581ad0..f3bc7169cef2 100644
--- a/cui/source/options/dbregistersettings.cxx
+++ b/cui/source/options/dbregistersettings.cxx
@@ -21,14 +21,14 @@
#include <rtl/ustring.hxx>
-//........................................................................
+
namespace svx
{
-//........................................................................
- //====================================================================
+
+
//= DatabaseMapItem
- //====================================================================
+
TYPEINIT1( DatabaseMapItem, SfxPoolItem )
DatabaseMapItem::DatabaseMapItem( sal_uInt16 _nId, const DatabaseRegistrations& _rRegistrations )
@@ -58,9 +58,9 @@ namespace svx
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/dbregistersettings.hxx b/cui/source/options/dbregistersettings.hxx
index f3a0fb33f415..444aabfdb86a 100644
--- a/cui/source/options/dbregistersettings.hxx
+++ b/cui/source/options/dbregistersettings.hxx
@@ -26,10 +26,10 @@
#include <svl/poolitem.hxx>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
struct DatabaseRegistration
{
@@ -63,9 +63,9 @@ namespace svx
typedef ::std::map< OUString, DatabaseRegistration > DatabaseRegistrations;
- //====================================================================
+
//= DatabaseMapItem
- //====================================================================
+
class DatabaseMapItem : public SfxPoolItem
{
protected:
@@ -83,9 +83,9 @@ namespace svx
getRegistrations() const { return m_aRegistrations; }
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_DBREGISTERSETTINGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/doclinkdialog.cxx b/cui/source/options/doclinkdialog.cxx
index 78e8901df9ee..d6fb3e528e45 100644
--- a/cui/source/options/doclinkdialog.cxx
+++ b/cui/source/options/doclinkdialog.cxx
@@ -29,19 +29,19 @@
#include <tools/urlobj.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/docfilt.hxx>
-//......................................................................
+
namespace svx
{
-//......................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::ucb;
using namespace ::svt;
- //==================================================================
+
//= ODocumentLinkDialog
- //==================================================================
+
ODocumentLinkDialog::ODocumentLinkDialog( Window* _pParent, sal_Bool _bCreateNew )
: ModalDialog(_pParent, "DatabaseLinkDialog",
@@ -202,8 +202,8 @@ namespace svx
return 0L;
}
-//......................................................................
+
} // namespace svx
-//......................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/doclinkdialog.hxx b/cui/source/options/doclinkdialog.hxx
index a2e6559d0030..8113da3347a3 100644
--- a/cui/source/options/doclinkdialog.hxx
+++ b/cui/source/options/doclinkdialog.hxx
@@ -27,14 +27,14 @@
#include <svtools/inettbc.hxx>
#include <svtools/urlcontrol.hxx>
-//......................................................................
+
namespace svx
{
-//......................................................................
- //==================================================================
+
+
//= ODocumentLinkDialog
- //==================================================================
+
/** dialog for editing document links associated with data sources
*/
class ODocumentLinkDialog : public ModalDialog
@@ -69,9 +69,9 @@ namespace svx
void validate( );
};
-//......................................................................
+
} // namespace svx
-//......................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_DOCLINKDIALOG_HXX
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 16f3655526e4..6b97a1aaa182 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -163,9 +163,9 @@ const vEntryInfo[] =
} // namespace
-//
+
// ColorConfigWindow_Impl
-//
+
class ColorConfigWindow_Impl
: public VclContainer
@@ -275,9 +275,9 @@ private:
bool IsGroupVisible (Group) const;
};
-//
+
// ColorConfigWindow_Impl::Chapter
-//
+
// ctor for default groups
// rParent: parent window (ColorConfigWindow_Impl)
@@ -322,9 +322,9 @@ void ColorConfigWindow_Impl::Chapter::Hide ()
m_pText->Hide();
}
-//
+
// ColorConfigWindow_Impl::Entry
-//
+
ColorConfigWindow_Impl::Entry::Entry(ColorConfigWindow_Impl& rParent, unsigned iEntry,
long nCheckBoxLabelOffset, bool bShow)
@@ -498,9 +498,9 @@ void ColorConfigWindow_Impl::Entry::SetColor (Color aColor)
}
-//
+
// ColorConfigWindow_Impl
-//
+
ColorConfigWindow_Impl::ColorConfigWindow_Impl(Window* pParent)
: VclContainer(pParent)
@@ -1027,9 +1027,9 @@ IMPL_LINK(ColorConfigCtrl_Impl, ControlFocusHdl, Control*, pCtrl)
};
-//
+
// SvxColorOptionsTabPage
-//
+
SvxColorOptionsTabPage::SvxColorOptionsTabPage(
Window* pParent, const SfxItemSet& rCoreSet)
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index afd4b6386fd1..2079d2081947 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -203,11 +203,11 @@ IMPL_LINK_NOARG_INLINE_START(SvxNewDictionaryDialog, ModifyHdl_Impl)
}
IMPL_LINK_NOARG_INLINE_END(SvxNewDictionaryDialog, ModifyHdl_Impl)
-//==========================================================================
-//
+
+
// class SvxEditDictionaryDialog -------------------------------------------
-//
-//==========================================================================
+
+
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxDictEdit(Window *pParent, VclBuilder::stringmap&)
{
@@ -774,9 +774,9 @@ IMPL_LINK(SvxEditDictionaryDialog, ModifyHdl, Edit*, pEdt)
return 0;
}
-//=========================================================
+
//SvxDictEdit
-//=========================================================
+
void SvxDictEdit::KeyInput( const KeyEvent& rKEvt )
{
const KeyCode aKeyCode = rKEvt.GetKeyCode();
diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx
index 1976d66cfbd3..da6459fc41be 100644
--- a/cui/source/options/optfltr.hxx
+++ b/cui/source/options/optfltr.hxx
@@ -100,7 +100,7 @@ public:
};
-#endif //
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index dc1ebbe552d4..83a7935eab74 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1428,7 +1428,7 @@ void OfaLanguagesTabPage::Reset( const SfxItemSet& rSet )
m_pLocaleSettingLB->Enable(!bReadonly);
m_pLocaleSettingFT->Enable(!bReadonly);
- //
+
m_pDecimalSeparatorCB->Check( pLangConfig->aSysLocaleOptions.IsDecimalSeparatorAsLocale());
m_pDecimalSeparatorCB->SaveValue();
@@ -1477,7 +1477,7 @@ void OfaLanguagesTabPage::Reset( const SfxItemSet& rSet )
SfxObjectShell* pCurrentDocShell = SfxObjectShell::Current();
//collect the configuration values first
m_pCurrentDocCB->Enable(false);
- //
+
Any aWestLang;
Any aCJKLang;
Any aCTLLang;
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 1894b14a4555..b9e639708bff 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -69,10 +69,10 @@ namespace Lang
unsigned const All = -1;
}
-//
+
// vRowInfo[] -- rows (text + one or more edit boxes)
// The order is the same as in RowType above, which is up to down.
-//
+
struct
{
// id of the text
@@ -97,10 +97,10 @@ const vRowInfo[] =
{ "faxft", Lang::All },
};
-//
+
// vFieldInfo[] -- edit boxes
// The order is up to down, and then left to right.
-//
+
struct
{
// in which row?
@@ -159,9 +159,9 @@ const vFieldInfo[] =
-//
+
// Row
-//
+
struct SvxGeneralTabPage::Row
{
// which row is it?
@@ -184,9 +184,9 @@ public:
-//
+
// Field
-//
+
struct SvxGeneralTabPage::Field
{
// which field is this? (in vFieldInfo[] above)
diff --git a/cui/source/options/opthtml.hxx b/cui/source/options/opthtml.hxx
index 957afc8f48b2..6469f8f75def 100644
--- a/cui/source/options/opthtml.hxx
+++ b/cui/source/options/opthtml.hxx
@@ -65,7 +65,7 @@ public:
};
-#endif //
+#endif
diff --git a/cui/source/options/optjsearch.cxx b/cui/source/options/optjsearch.cxx
index fa183e7e79a4..a3828d9e4717 100644
--- a/cui/source/options/optjsearch.cxx
+++ b/cui/source/options/optjsearch.cxx
@@ -26,7 +26,7 @@
using namespace com::sun::star::i18n;
-//////////////////////////////////////////////////////////////////////
+
SvxJSearchOptionsPage::SvxJSearchOptionsPage( Window* pParent, const SfxItemSet& rSet ) :
SfxTabPage( pParent, "OptJSearchPage", "cui/ui/optjsearchpage.ui", rSet )
@@ -362,6 +362,6 @@ sal_Bool SvxJSearchOptionsPage::FillItemSet( SfxItemSet& )
}
-//////////////////////////////////////////////////////////////////////
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/optjsearch.hxx b/cui/source/options/optjsearch.hxx
index 739ad78b2dbf..f1231fccda9e 100644
--- a/cui/source/options/optjsearch.hxx
+++ b/cui/source/options/optjsearch.hxx
@@ -27,7 +27,7 @@
class Window;
class SfxItemSet;
-//////////////////////////////////////////////////////////////////////
+
class SvxJSearchOptionsPage : public SfxTabPage
{
@@ -76,7 +76,7 @@ public:
void SetTransliterationFlags( sal_Int32 nSettings );
};
-//////////////////////////////////////////////////////////////////////
+
#endif
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index c4037bee0e7c..5aefdcab5309 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -217,9 +217,9 @@ public:
};
-//
+
// User for user-dictionaries (XDictionary interface)
-//
+
class DicUserData
{
sal_uLong nVal;
@@ -1253,9 +1253,9 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
}
- //
+
// activate dictionaries according to checkbox state
- //
+
Sequence< OUString > aActiveDics;
sal_Int32 nActiveDics = 0;
sal_uLong nEntries = m_pLinguDicsCLB->GetEntryCount();
@@ -1451,9 +1451,9 @@ void SvxLinguTabPage::Reset( const SfxItemSet& rSet )
}
- //
+
// get data from configuration
- //
+
SvtLinguConfig aLngCfg;
@@ -2105,18 +2105,18 @@ IMPL_LINK( SvxEditModulesDlg, LangSelectHdl_Impl, ListBox *, pBox )
for(sal_uLong i = 0; i < m_pModulesCLB->GetEntryCount(); i++)
delete (ModuleUserData_Impl*)m_pModulesCLB->GetEntry(i)->GetUserData();
- //
+
// display entries for new selected language
- //
+
m_pModulesCLB->Clear();
if(LANGUAGE_DONTKNOW != eCurLanguage)
{
sal_uLong n;
ServiceInfo_Impl* pInfo;
- //
+
// spellchecker entries
- //
+
SvTreeListEntry* pEntry = CreateEntry( sSpell, CBCOL_SECOND );
ModuleUserData_Impl* pUserData = new ModuleUserData_Impl(
OUString(), sal_True, sal_False, TYPE_SPELL, 0 );
@@ -2159,9 +2159,9 @@ IMPL_LINK( SvxEditModulesDlg, LangSelectHdl_Impl, ListBox *, pBox )
}
}
- //
+
// grammar checker entries
- //
+
pEntry = CreateEntry( sGrammar, CBCOL_SECOND );
pUserData = new ModuleUserData_Impl( OUString(), sal_True, sal_False, TYPE_GRAMMAR, 0 );
pEntry->SetUserData( (void *)pUserData );
@@ -2203,9 +2203,9 @@ IMPL_LINK( SvxEditModulesDlg, LangSelectHdl_Impl, ListBox *, pBox )
}
}
- //
+
// hyphenator entries
- //
+
pEntry = CreateEntry( sHyph, CBCOL_SECOND );
pUserData = new ModuleUserData_Impl( OUString(), sal_True, sal_False, TYPE_HYPH, 0 );
pEntry->SetUserData( (void *)pUserData );
@@ -2247,9 +2247,9 @@ IMPL_LINK( SvxEditModulesDlg, LangSelectHdl_Impl, ListBox *, pBox )
}
}
- //
+
// thesaurus entries
- //
+
pEntry = CreateEntry( sThes, CBCOL_SECOND );
pUserData = new ModuleUserData_Impl( OUString(), sal_True, sal_False, TYPE_THES, 0 );
pEntry->SetUserData( (void *)pUserData );
diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx
index e15be1bcdc90..cac802cbfe44 100644
--- a/cui/source/options/sdbcdriverenum.cxx
+++ b/cui/source/options/sdbcdriverenum.cxx
@@ -23,19 +23,19 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
-//........................................................................
+
namespace offapp
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sdbc;
- //====================================================================
+
//= ODriverEnumerationImpl
- //====================================================================
+
class ODriverEnumerationImpl
{
protected:
@@ -73,9 +73,9 @@ namespace offapp
}
}
- //====================================================================
+
//= ODriverEnumeration
- //====================================================================
+
ODriverEnumeration::ODriverEnumeration() throw()
:m_pImpl(new ODriverEnumerationImpl)
@@ -99,9 +99,9 @@ namespace offapp
{
return m_pImpl->getDriverImplNames().end();
}
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/sdbcdriverenum.hxx b/cui/source/options/sdbcdriverenum.hxx
index afe40c02907a..360aa2c3f162 100644
--- a/cui/source/options/sdbcdriverenum.hxx
+++ b/cui/source/options/sdbcdriverenum.hxx
@@ -26,14 +26,14 @@
#include <vector>
-//........................................................................
+
namespace offapp
{
-//........................................................................
- //====================================================================
+
+
//= ODriverEnumeration
- //====================================================================
+
class ODriverEnumerationImpl;
/** simple class for accessing SDBC drivers registered within the office
<p>Rather small, introduced to not contaminate other instances with the
@@ -54,9 +54,9 @@ namespace offapp
const_iterator end() const throw();
};
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_SDBCDRIVERENUM_HXX
diff --git a/cui/source/options/securityoptions.cxx b/cui/source/options/securityoptions.cxx
index 2a2810a61c1a..e779aa17a966 100644
--- a/cui/source/options/securityoptions.cxx
+++ b/cui/source/options/securityoptions.cxx
@@ -37,10 +37,10 @@ namespace
}
}
-//........................................................................
+
namespace svx
{
-//........................................................................
+
SecurityOptionsDialog::SecurityOptionsDialog(Window* pParent, SvtSecurityOptions* pOptions)
: ModalDialog(pParent, "SecurityOptionsDialog", "cui/ui/securityoptionsdialog.ui")
@@ -76,8 +76,8 @@ SecurityOptionsDialog::~SecurityOptionsDialog()
{
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/securityoptions.hxx b/cui/source/options/securityoptions.hxx
index ba2f3798ca92..33918c52927a 100644
--- a/cui/source/options/securityoptions.hxx
+++ b/cui/source/options/securityoptions.hxx
@@ -26,14 +26,14 @@
class SvtSecurityOptions;
-//........................................................................
+
namespace svx
{
-//........................................................................
- //====================================================================
+
+
//= class SecurityOptionsDialog
- //====================================================================
+
class SecurityOptionsDialog : public ModalDialog
{
private:
@@ -61,9 +61,9 @@ namespace svx
bool IsBlockUntrustedRefererLinksChecked() const { return m_pBlockUntrustedRefererLinksCB->IsChecked(); }
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_SECURITYOPTIONS_HXX
diff --git a/cui/source/options/webconninfo.cxx b/cui/source/options/webconninfo.cxx
index 8fe16ad97964..b09a1ec302cc 100644
--- a/cui/source/options/webconninfo.cxx
+++ b/cui/source/options/webconninfo.cxx
@@ -32,10 +32,10 @@
using namespace ::com::sun::star;
-//........................................................................
+
namespace svx
{
-//........................................................................
+
// class PasswordTable ---------------------------------------------------
@@ -317,8 +317,8 @@ IMPL_LINK_NOARG(WebConnectionInfoDialog, EntrySelectedHdl)
return 0;
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/webconninfo.hxx b/cui/source/options/webconninfo.hxx
index 278da8fe996e..38c06a51110a 100644
--- a/cui/source/options/webconninfo.hxx
+++ b/cui/source/options/webconninfo.hxx
@@ -25,10 +25,10 @@
#include <svtools/simptabl.hxx>
#include <svtools/stdctrl.hxx>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
class PasswordTable : public SvSimpleTable
{
@@ -41,9 +41,9 @@ namespace svx
virtual void Resize();
};
- //====================================================================
+
//= class WebConnectionIfoDialog
- //====================================================================
+
class WebConnectionInfoDialog : public ModalDialog
{
private:
@@ -66,9 +66,9 @@ namespace svx
~WebConnectionInfoDialog();
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_CUI_SOURCE_OPTIONS_WEBCONNINFO_HXX