[Libreoffice-commits] .: sw/source
Nigel Hawkins
nhawkins at kemper.freedesktop.org
Tue Jun 14 07:03:42 PDT 2011
sw/source/core/doc/docfmt.cxx | 1 -
sw/source/core/fields/reffld.cxx | 1 -
sw/source/core/inc/UndoTable.hxx | 1 -
sw/source/core/txtnode/atrftn.cxx | 1 -
sw/source/core/undo/unattr.cxx | 1 -
sw/source/core/unocore/unocrsrhelper.cxx | 1 -
sw/source/core/unocore/unoobj.cxx | 1 -
sw/source/core/unocore/unoobj2.cxx | 1 -
sw/source/core/unocore/unoparagraph.cxx | 1 -
sw/source/ui/inc/basesh.hxx | 1 -
sw/source/ui/misc/redlndlg.cxx | 1 -
sw/source/ui/misc/swmodalredlineacceptdlg.cxx | 1 -
12 files changed, 12 deletions(-)
New commits:
commit 9a7ff90f97d24bf27d41324a2555f40517efecd2
Author: Nigel Hawkins <n.hawkins at gmx.com>
Date: Tue Jun 14 14:40:17 2011 +0100
Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.
diff --git a/sw/source/core/doc/docfmt.cxx b/sw/source/core/doc/docfmt.cxx
index 1ddf3b3..8acb8d3 100644
--- a/sw/source/core/doc/docfmt.cxx
+++ b/sw/source/core/doc/docfmt.cxx
@@ -31,7 +31,6 @@
#define _ZFORLIST_DECLARE_TABLE
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_USHORTS
#include <hintids.hxx>
#include <rtl/logfile.hxx>
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index 322cb8f..cc0920a 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -30,7 +30,6 @@
#include "precompiled_sw.hxx"
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_USHORTS
#include <svl/svstdarr.hxx>
#include <com/sun/star/text/ReferenceFieldPart.hpp>
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index c96184c..78c0af9 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -33,7 +33,6 @@
#ifndef _SVSTDARR_HXX
#define _SVSTDARR_USHORTS
#define _SVSTDARR_ULONGS
-#define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx>
#endif
diff --git a/sw/source/core/txtnode/atrftn.cxx b/sw/source/core/txtnode/atrftn.cxx
index d8684a9..e89c671 100644
--- a/sw/source/core/txtnode/atrftn.cxx
+++ b/sw/source/core/txtnode/atrftn.cxx
@@ -32,7 +32,6 @@
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx>
#include <doc.hxx>
#include <cntfrm.hxx> // OSL_ENSURE(in ~SwTxtFtn()
diff --git a/sw/source/core/undo/unattr.cxx b/sw/source/core/undo/unattr.cxx
index 2b878f8..c30d924 100644
--- a/sw/source/core/undo/unattr.cxx
+++ b/sw/source/core/undo/unattr.cxx
@@ -30,7 +30,6 @@
#include "precompiled_sw.hxx"
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#include <UndoAttribute.hxx>
#include <svl/itemiter.hxx>
diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx
index 87aeefc..fa37b4a 100644
--- a/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/sw/source/core/unocore/unocrsrhelper.cxx
@@ -72,7 +72,6 @@
#include <vcl/metric.hxx>
#include <svtools/ctrltool.hxx>
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/docfile.hxx>
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index 759b160..03c73a1 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -111,7 +111,6 @@
#include <vcl/svapp.hxx>
#include <fmtflcnt.hxx>
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx>
#include <editeng/brshitem.hxx>
#include <editeng/unolingu.hxx>
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index beda2f5..4f74f10 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -110,7 +110,6 @@
#include <vcl/svapp.hxx>
#include <fmtflcnt.hxx>
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_XUB_STRLEN
#include <svl/svstdarr.hxx>
#include <editeng/brshitem.hxx>
diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx
index 629fa3f..aa94bb9 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -47,7 +47,6 @@
#include <docsh.hxx>
#define _SVSTDARR_USHORTS
-#define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx>
#include <com/sun/star/beans/SetPropertyTolerantFailed.hpp>
diff --git a/sw/source/ui/inc/basesh.hxx b/sw/source/ui/inc/basesh.hxx
index 9e118f0..dae181d 100644
--- a/sw/source/ui/inc/basesh.hxx
+++ b/sw/source/ui/inc/basesh.hxx
@@ -31,7 +31,6 @@
#include <shellid.hxx>
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_USHORTS
#include <tools/link.hxx>
#include <vcl/timer.hxx>
diff --git a/sw/source/ui/misc/redlndlg.cxx b/sw/source/ui/misc/redlndlg.cxx
index f802815..94fd047 100644
--- a/sw/source/ui/misc/redlndlg.cxx
+++ b/sw/source/ui/misc/redlndlg.cxx
@@ -31,7 +31,6 @@
#define _SVSTDARR_STRINGSSORTDTOR
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_USHORTS
diff --git a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
index d1da2c4..d00a3ae 100644
--- a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
+++ b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx
@@ -35,7 +35,6 @@
#define _SVSTDARR_STRINGSSORTDTOR
-#define _SVSTDARR_USHORTSSORT
#define _SVSTDARR_USHORTS
More information about the Libreoffice-commits
mailing list