summaryrefslogtreecommitdiff
path: root/vcl/inc/salsys.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-18 12:26:53 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-18 12:27:22 +0200
commit0cd6947e1eabb73a31e9d8cdcab4609e7951051a (patch)
treee914063206d0e3aefaca897f0454c9914cd4a5c1 /vcl/inc/salsys.hxx
parent40f92a3cbe817db09d10eff856002962c0b5e906 (diff)
Improve indentation consistency
Change-Id: I27a692be8d1c3aa10bdf46883fd502491aff4674
Diffstat (limited to 'vcl/inc/salsys.hxx')
-rw-r--r--vcl/inc/salsys.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/inc/salsys.hxx b/vcl/inc/salsys.hxx
index 598b5513d9fb..da1928f77b55 100644
--- a/vcl/inc/salsys.hxx
+++ b/vcl/inc/salsys.hxx
@@ -24,8 +24,7 @@
#include <vcl/dllapi.h>
#include <rtl/ustring.hxx>
-/* Button combinations for ShowNativeMessageBox
-*/
+// Button combinations for ShowNativeMessageBox
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK = 0;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL = 1;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_ABORT_RETRY_IGNORE = 2;
@@ -33,8 +32,7 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO_CANCEL = 3;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO = 4;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL = 5;
-/* Button identifier for ShowNativeMessageBox
-*/
+// Button identifier for ShowNativeMessageBox
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK = 1;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL = 2;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_ABORT = 3;
@@ -43,7 +41,6 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_IGNORE = 5;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_YES = 6;
const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_NO = 7;
-
class VCL_PLUGIN_PUBLIC SalSystem
{
public: