Kaydet (Commit) 3c9d9294 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Kill superfluous spacing before semicolons

Change-Id: I05353e942fa1a2b7338c8415cdba06adb2bdd43f
üst 49ccde0d
...@@ -157,8 +157,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail: ...@@ -157,8 +157,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
Do it in your source only. Do it in your source only.
*/ */
static SvtCommandOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtCommandOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtCmdOptions }; // class SvtCmdOptions
......
...@@ -218,7 +218,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options ...@@ -218,7 +218,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
*/ */
static SvtCompatibilityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtCompatibilityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtCompatibilityOptions }; // class SvtCompatibilityOptions
......
...@@ -128,8 +128,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det ...@@ -128,8 +128,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
Do it in your source only. Do it in your source only.
*/ */
static SvtDynamicMenuOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtDynamicMenuOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtDynamicMenuOptions }; // class SvtDynamicMenuOptions
......
...@@ -109,8 +109,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl ...@@ -109,8 +109,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl
Do it in your source only. Do it in your source only.
*/ */
static SvtExtendedSecurityOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtExtendedSecurityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtExtendedSecurityOptions }; // class SvtExtendedSecurityOptions
......
...@@ -88,11 +88,11 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op ...@@ -88,11 +88,11 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
bool IsFontHistoryEnabled ( ) const ; bool IsFontHistoryEnabled ( ) const;
void EnableFontHistory ( bool bState ) ; void EnableFontHistory ( bool bState );
bool IsFontWYSIWYGEnabled ( ) const ; bool IsFontWYSIWYGEnabled ( ) const;
void EnableFontWYSIWYG ( bool bState ) ; void EnableFontWYSIWYG ( bool bState );
private: private:
/*-**************************************************************************************************** /*-****************************************************************************************************
...@@ -119,8 +119,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op ...@@ -119,8 +119,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
Do it in your source only. Do it in your source only.
*/ */
static SvtFontOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtFontOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtFontOptions }; // class SvtFontOptions
......
...@@ -112,7 +112,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail: ...@@ -112,7 +112,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@onerror - @onerror -
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
sal_uInt32 GetSize( EHistoryType eHistory ) const ; sal_uInt32 GetSize( EHistoryType eHistory ) const;
/*-**************************************************************************************************** /*-****************************************************************************************************
@short clear complete sepcified list @short clear complete sepcified list
...@@ -141,7 +141,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail: ...@@ -141,7 +141,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@onerror - @onerror -
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > > GetList( EHistoryType eHistory ) const ; ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > > GetList( EHistoryType eHistory ) const;
/*-**************************************************************************************************** /*-****************************************************************************************************
@short append a new item to specified list @short append a new item to specified list
...@@ -193,8 +193,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail: ...@@ -193,8 +193,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
Do it in your source only. Do it in your source only.
*/ */
static SvtHistoryOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtHistoryOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtHistoryOptions }; // class SvtHistoryOptions
......
...@@ -77,7 +77,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de ...@@ -77,7 +77,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
bool IsAutoMnemonic ( ) const ; bool IsAutoMnemonic ( ) const;
/*-**************************************************************************************************** /*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/DialogScale" @short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/DialogScale"
...@@ -97,7 +97,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de ...@@ -97,7 +97,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
sal_Int32 GetDialogScale( ) const ; sal_Int32 GetDialogScale( ) const;
private: private:
/*-**************************************************************************************************** /*-****************************************************************************************************
...@@ -126,8 +126,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de ...@@ -126,8 +126,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
Do it in your source only. Do it in your source only.
*/ */
static SvtLocalisationOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtLocalisationOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtLocalisationOptions }; // class SvtLocalisationOptions
......
...@@ -190,8 +190,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: ...@@ -190,8 +190,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
Do it in your source only. Do it in your source only.
*/ */
static SvtModuleOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtModuleOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtModuleOptions }; // class SvtModuleOptions
......
...@@ -111,8 +111,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de ...@@ -111,8 +111,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
Do it in your source only. Do it in your source only.
*/ */
static SvtPrintWarningOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtPrintWarningOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtPrintWarningOptions }; // class SvtPrintWarningOptions
......
...@@ -133,7 +133,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail ...@@ -133,7 +133,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
bool IsReadOnly( EOption eOption ) const ; bool IsReadOnly( EOption eOption ) const;
/*-**************************************************************************************************** /*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/SecureURL" @short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/SecureURL"
...@@ -153,8 +153,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail ...@@ -153,8 +153,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
::com::sun::star::uno::Sequence< OUString > GetSecureURLs( ) const ; ::com::sun::star::uno::Sequence< OUString > GetSecureURLs( ) const;
void SetSecureURLs( const ::com::sun::star::uno::Sequence< OUString >& seqURLList ) ; void SetSecureURLs( const ::com::sun::star::uno::Sequence< OUString >& seqURLList );
/*-**************************************************************************************************** /*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/StarOfficeBasic" @short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/StarOfficeBasic"
...@@ -177,10 +177,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail ...@@ -177,10 +177,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur! @onerror No error should occur!
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
sal_Int32 GetMacroSecurityLevel ( ) const ; sal_Int32 GetMacroSecurityLevel ( ) const;
void SetMacroSecurityLevel ( sal_Int32 _nLevel ) ; void SetMacroSecurityLevel ( sal_Int32 _nLevel );
bool IsMacroDisabled ( ) const ; bool IsMacroDisabled ( ) const;
/** /**
Check whether the given uri is either no dangerous macro-execution Check whether the given uri is either no dangerous macro-execution
...@@ -200,19 +200,19 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail ...@@ -200,19 +200,19 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
*/ */
bool isTrustedLocationUri(OUString const & uri) const; bool isTrustedLocationUri(OUString const & uri) const;
::com::sun::star::uno::Sequence< Certificate > GetTrustedAuthors ( ) const ; ::com::sun::star::uno::Sequence< Certificate > GetTrustedAuthors ( ) const;
void SetTrustedAuthors ( const ::com::sun::star::uno::Sequence< Certificate >& rAuthors ) ; void SetTrustedAuthors ( const ::com::sun::star::uno::Sequence< Certificate >& rAuthors );
// for bool options only! // for bool options only!
bool IsOptionSet ( EOption eOption ) const ; bool IsOptionSet ( EOption eOption ) const;
bool SetOption ( EOption eOption, bool bValue ) ; bool SetOption ( EOption eOption, bool bValue );
bool IsOptionEnabled ( EOption eOption ) const ; bool IsOptionEnabled ( EOption eOption ) const;
// xmlsec05 deprecated methods // xmlsec05 deprecated methods
bool IsExecutePlugins() const; bool IsExecutePlugins() const;
void SetExecutePlugins( bool bSet ); void SetExecutePlugins( bool bSet );
EBasicSecurityMode GetBasicMode( ) const ; EBasicSecurityMode GetBasicMode( ) const;
void SetBasicMode( EBasicSecurityMode eMode ) ; void SetBasicMode( EBasicSecurityMode eMode );
bool IsWarningEnabled() const; bool IsWarningEnabled() const;
void SetWarningEnabled( bool bSet ); void SetWarningEnabled( bool bSet );
bool IsConfirmationEnabled() const; bool IsConfirmationEnabled() const;
...@@ -250,8 +250,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail ...@@ -250,8 +250,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
Do it in your source only. Do it in your source only.
*/ */
static SvtSecurityOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtSecurityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount; /// internal ref count mechanism
}; // class SvtSecurityOptions }; // class SvtSecurityOptions
......
...@@ -277,8 +277,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op ...@@ -277,8 +277,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/// specify which list of views in configuration is used! This can't be a static value!!! /// specify which list of views in configuration is used! This can't be a static value!!!
/// ... because we need this value to work with right static data container. /// ... because we need this value to work with right static data container.
EViewType m_eViewType ; EViewType m_eViewType;
OUString m_sViewName ; OUString m_sViewName;
/// - impl. data container as dynamic pointer for smaller memory requirements! /// - impl. data container as dynamic pointer for smaller memory requirements!
/// - internal ref count mechanism /// - internal ref count mechanism
...@@ -291,14 +291,14 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op ...@@ -291,14 +291,14 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
Do it in your source only. Do it in your source only.
*/ */
static SvtViewOptionsBase_Impl* m_pDataContainer_Dialogs ; /// hold data for all dialogs static SvtViewOptionsBase_Impl* m_pDataContainer_Dialogs; /// hold data for all dialogs
static sal_Int32 m_nRefCount_Dialogs ; static sal_Int32 m_nRefCount_Dialogs;
static SvtViewOptionsBase_Impl* m_pDataContainer_TabDialogs ; /// hold data for all tab-dialogs static SvtViewOptionsBase_Impl* m_pDataContainer_TabDialogs; /// hold data for all tab-dialogs
static sal_Int32 m_nRefCount_TabDialogs ; static sal_Int32 m_nRefCount_TabDialogs;
static SvtViewOptionsBase_Impl* m_pDataContainer_TabPages ; /// hold data for all tab-pages static SvtViewOptionsBase_Impl* m_pDataContainer_TabPages; /// hold data for all tab-pages
static sal_Int32 m_nRefCount_TabPages ; static sal_Int32 m_nRefCount_TabPages;
static SvtViewOptionsBase_Impl* m_pDataContainer_Windows ; /// hold data for all windows static SvtViewOptionsBase_Impl* m_pDataContainer_Windows; /// hold data for all windows
static sal_Int32 m_nRefCount_Windows ; static sal_Int32 m_nRefCount_Windows;
}; // class SvtViewOptions }; // class SvtViewOptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment