summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/helper.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:15:32 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:55:36 +0100
commitb35232bdf56fbda34476cf537d53bbea31235a95 (patch)
tree05c7430cd896694dbf4fa795c2afb2049da59586 /sfx2/source/inc/helper.hxx
parent58d98a08aee7bf027c109eeb94183d24351827fa (diff)
tdf#123936 Formatting files in module sfx2 with clang-format
Change-Id: I0ddd7b531cbf9aed6a3834e3cd15c7fe3644736e (cherry picked from commit 92daf140419e4539f6843e30428e786c3e655dcc) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105706 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/inc/helper.hxx')
-rw-r--r--sfx2/source/inc/helper.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx
index 6abb5a4fcb86..ca278b07b56b 100644
--- a/sfx2/source/inc/helper.hxx
+++ b/sfx2/source/inc/helper.hxx
@@ -28,15 +28,14 @@
class SfxContentHelper
{
public:
- static std::vector< OUString > GetResultSet( const OUString& rURL );
- static std::vector< OUString > GetHelpTreeViewContents( const OUString& rURL );
- static OUString GetActiveHelpString( const OUString& rURL );
- static bool IsHelpErrorDocument( const OUString& rURL );
+ static std::vector<OUString> GetResultSet(const OUString& rURL);
+ static std::vector<OUString> GetHelpTreeViewContents(const OUString& rURL);
+ static OUString GetActiveHelpString(const OUString& rURL);
+ static bool IsHelpErrorDocument(const OUString& rURL);
- static sal_Int64 GetSize( const OUString& rContent );
+ static sal_Int64 GetSize(const OUString& rContent);
};
#endif // INCLUDED_SFX2_SOURCE_INC_HELPER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */