summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/unit/desktop-dialogs-test.cxx4
-rw-r--r--desktop/source/app/updater.hxx2
-rw-r--r--desktop/unx/source/pagein.h2
3 files changed, 2 insertions, 6 deletions
diff --git a/desktop/qa/unit/desktop-dialogs-test.cxx b/desktop/qa/unit/desktop-dialogs-test.cxx
index 2a48c03f909c..54cadc33794c 100644
--- a/desktop/qa/unit/desktop-dialogs-test.cxx
+++ b/desktop/qa/unit/desktop-dialogs-test.cxx
@@ -36,9 +36,7 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-DesktopDialogsTest::DesktopDialogsTest()
-{
-}
+DesktopDialogsTest::DesktopDialogsTest() {}
void DesktopDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/)
{
diff --git a/desktop/source/app/updater.hxx b/desktop/source/app/updater.hxx
index a029832d17d3..3bda24b02b6c 100644
--- a/desktop/source/app/updater.hxx
+++ b/desktop/source/app/updater.hxx
@@ -19,9 +19,7 @@ void update_checker();
class Updater
{
private:
-
public:
-
static OUString getUpdateInfoLog();
static OUString getPatchDirURL();
static OUString getUpdateFileURL();
diff --git a/desktop/unx/source/pagein.h b/desktop/unx/source/pagein.h
index c31922b3f1a0..308fca530ada 100644
--- a/desktop/unx/source/pagein.h
+++ b/desktop/unx/source/pagein.h
@@ -22,7 +22,7 @@
#include <sal/config.h>
-void pagein_execute(char const * path, char const * file);
+void pagein_execute(char const* path, char const* file);
#endif