summaryrefslogtreecommitdiff
path: root/sw/inc/sortopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/sortopt.hxx')
-rw-r--r--sw/inc/sortopt.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx
index 5355f9dccaaf..9e9a0a66eb96 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,8 +33,8 @@
#include <tools/string.hxx>
#include "swdllapi.h"
-enum SwSortOrder { SRT_ASCENDING, SRT_DESCENDING };
-enum SwSortDirection { SRT_COLUMNS, SRT_ROWS };
+enum SwSortOrder { SRT_ASCENDING, SRT_DESCENDING };
+enum SwSortDirection { SRT_COLUMNS, SRT_ROWS };
/*--------------------------------------------------------------------
Beschreibung: SortierSchluessel
@@ -45,10 +45,10 @@ struct SW_DLLPUBLIC SwSortKey
SwSortKey( USHORT nId, const String& rSrtType, SwSortOrder eOrder );
SwSortKey( const SwSortKey& rOld );
- String sSortType;
- SwSortOrder eSortOrder;
- USHORT nColumnId;
- BOOL bIsNumeric;
+ String sSortType;
+ SwSortOrder eSortOrder;
+ USHORT nColumnId;
+ BOOL bIsNumeric;
};
SV_DECL_PTRARR(SwSortKeys, SwSortKey*, 3, 1)
@@ -59,14 +59,14 @@ struct SW_DLLPUBLIC SwSortOptions
~SwSortOptions();
SwSortOptions(const SwSortOptions& rOpt);
- SwSortKeys aKeys;
- SwSortDirection eDirection;
- sal_Unicode cDeli;
- USHORT nLanguage;
- BOOL bTable;
- BOOL bIgnoreCase;
+ SwSortKeys aKeys;
+ SwSortDirection eDirection;
+ sal_Unicode cDeli;
+ USHORT nLanguage;
+ BOOL bTable;
+ BOOL bIgnoreCase;
};
-#endif // _SORTOPT_HXX
+#endif // _SORTOPT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */