summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentStylePoolAccess.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:21:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:33:36 +0100
commit695280feb90729fde1a7ecf1c409ae16f8281a46 (patch)
tree5591cb26f9546599b573ba49427b13bc5332b86f /sw/inc/IDocumentStylePoolAccess.hxx
parenta930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff)
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/IDocumentStylePoolAccess.hxx')
-rw-r--r--sw/inc/IDocumentStylePoolAccess.hxx21
1 files changed, 10 insertions, 11 deletions
diff --git a/sw/inc/IDocumentStylePoolAccess.hxx b/sw/inc/IDocumentStylePoolAccess.hxx
index c56104b32164..26713ab470b9 100644
--- a/sw/inc/IDocumentStylePoolAccess.hxx
+++ b/sw/inc/IDocumentStylePoolAccess.hxx
@@ -34,38 +34,37 @@ class SwPageDesc;
class IDocumentStylePoolAccess
{
public:
-
/** Return "Auto-Collection with ID.
Create, if it does not yet exist.
If string pointer is defined request only description
of attributes, do not create style sheet!
*/
- virtual SwTextFormatColl* GetTextCollFromPool( sal_uInt16 nId, bool bRegardLanguage = true ) = 0;
+ virtual SwTextFormatColl* GetTextCollFromPool(sal_uInt16 nId, bool bRegardLanguage = true) = 0;
/** Return required automatic format base class.
*/
- virtual SwFormat* GetFormatFromPool( sal_uInt16 nId ) = 0;
+ virtual SwFormat* GetFormatFromPool(sal_uInt16 nId) = 0;
/** Return required automatic format.
*/
- virtual SwFrameFormat* GetFrameFormatFromPool( sal_uInt16 nId ) = 0;
+ virtual SwFrameFormat* GetFrameFormatFromPool(sal_uInt16 nId) = 0;
- virtual SwCharFormat* GetCharFormatFromPool( sal_uInt16 nId ) = 0;
+ virtual SwCharFormat* GetCharFormatFromPool(sal_uInt16 nId) = 0;
/** Return required automatic page style.
*/
- virtual SwPageDesc* GetPageDescFromPool( sal_uInt16 nId, bool bRegardLanguage = true ) = 0;
+ virtual SwPageDesc* GetPageDescFromPool(sal_uInt16 nId, bool bRegardLanguage = true) = 0;
- virtual SwNumRule* GetNumRuleFromPool( sal_uInt16 nId ) = 0;
+ virtual SwNumRule* GetNumRuleFromPool(sal_uInt16 nId) = 0;
/** Check whether this "auto-collection" is used in document.
*/
- virtual bool IsPoolTextCollUsed( sal_uInt16 nId ) const = 0;
- virtual bool IsPoolFormatUsed( sal_uInt16 nId ) const = 0;
- virtual bool IsPoolPageDescUsed( sal_uInt16 nId ) const = 0;
+ virtual bool IsPoolTextCollUsed(sal_uInt16 nId) const = 0;
+ virtual bool IsPoolFormatUsed(sal_uInt16 nId) const = 0;
+ virtual bool IsPoolPageDescUsed(sal_uInt16 nId) const = 0;
protected:
- virtual ~IDocumentStylePoolAccess() {};
+ virtual ~IDocumentStylePoolAccess(){};
};
#endif // INCLUDED_SW_INC_IDOCUMENTSTYLEPOOLACCESS_HXX