diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/basic | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/basicmanagerrepository.hxx | 16 | ||||
-rw-r--r-- | include/basic/sbxform.hxx | 6 | ||||
-rw-r--r-- | include/basic/vbahelper.hxx | 8 |
3 files changed, 15 insertions, 15 deletions
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx index 6d0c4cb44343..f4da0163eeb1 100644 --- a/include/basic/basicmanagerrepository.hxx +++ b/include/basic/basicmanagerrepository.hxx @@ -26,14 +26,14 @@ class BasicManager; -//........................................................................ + namespace basic { -//........................................................................ - //==================================================================== + + //= BasicManagerRepository - //==================================================================== + /** specifies a callback for instances which are interested in BasicManagers created by the BasicManagerRepository. */ @@ -59,9 +59,9 @@ namespace basic ~BasicManagerCreationListener() {} }; - //==================================================================== + //= BasicManagerRepository - //==================================================================== + class BASIC_DLLPUBLIC BasicManagerRepository { public: @@ -133,9 +133,9 @@ namespace basic ); }; -//........................................................................ + } // namespace basic -//........................................................................ + #endif // INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX diff --git a/include/basic/sbxform.hxx b/include/basic/sbxform.hxx index 73528afd7d1d..0e4eb6d00db1 100644 --- a/include/basic/sbxform.hxx +++ b/include/basic/sbxform.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_BASIC_SBXFORM_HXX #define INCLUDED_BASIC_SBXFORM_HXX -//==================================================================== + // Implementation class for Basic command: Format$( d,formatStr ) -//==================================================================== + /* Grammar of format string (a try): ----------------------------------------------- @@ -158,7 +158,7 @@ class BASIC_DLLPUBLIC SbxBasicFormater { OUString sCurrencyFormatStrg; //*** temporary data for scan loop *** - //----------------------------------------------- + // String containing the number in scientific format OUString sSciNumStrg; // String containing the exponent of the number diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx index fe156f67e388..e447aa8d37e8 100644 --- a/include/basic/vbahelper.hxx +++ b/include/basic/vbahelper.hxx @@ -32,7 +32,7 @@ namespace vba { and from other VBA implementation modules such as vbahelper. */ -// ============================================================================ + /** Locks or unlocks the controllers of all documents that have the same type as the specified document. @@ -52,7 +52,7 @@ BASIC_DLLPUBLIC void lockControllersOfAllDocuments( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel, sal_Bool bLockControllers ); -// ============================================================================ + /** Enables or disables the container windows of all controllers of all documents that have the same type as the specified document. @@ -73,7 +73,7 @@ BASIC_DLLPUBLIC void enableContainerWindowsOfAllDocuments( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel, sal_Bool bEnableWindows ); -// ============================================================================ + /** Registers the passed path as working directory for the application the passed document belongs to. @@ -89,7 +89,7 @@ BASIC_DLLPUBLIC void registerCurrentDirectory( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel, const OUString& rPath ); -// ============================================================================ + } // namespace vba } // namespace basic |