summaryrefslogtreecommitdiff
path: root/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/sessioninstall/SyncDbusSessionHelper.cxx')
-rw-r--r--shell/source/sessioninstall/SyncDbusSessionHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
index b62606097af2..c02274dbfb11 100644
--- a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
+++ b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
@@ -34,7 +34,7 @@ namespace
return;
OUString sMsg = OUString::createFromAscii(m_pError->message);
g_error_free(m_pError);
- throw RuntimeException(sMsg, NULL);
+ throw RuntimeException(sMsg);
}
GError** getRef() { return &m_pError; }
};
@@ -51,7 +51,7 @@ namespace
NULL,
error.getRef());
if(!proxy)
- throw RuntimeException("couldnt get a proxy!",NULL);
+ throw RuntimeException("couldnt get a proxy!");
return proxy;
}
}