diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2013-01-11 08:00:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-11 09:21:55 +0000 |
commit | bbab2d865996e7f3ed52f4d70358bb16bb73a81b (patch) | |
tree | 9d41bf8ca2c3246a881ce1b361a5ce24999ab859 /sw | |
parent | 1af49927f56c97baf4dec4d0a54faff251126db7 (diff) |
Remove unused #define
Change-Id: Ic92663d13892d7e4978b5f3a10ed7f473e091835
Reviewed-on: https://gerrit.libreoffice.org/1641
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/lingu/hhcwrp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx index 953fdc762e27..d6256e96af59 100644 --- a/sw/source/ui/lingu/hhcwrp.cxx +++ b/sw/source/ui/lingu/hhcwrp.cxx @@ -56,8 +56,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::linguistic2; using namespace ::com::sun::star::i18n; -#define CHAR_PAR_BRK ((sal_Char) 0x0D) - ////////////////////////////////////////////////////////////////////// // Description: Turn off frame/object shell if applicable |