summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-26 15:34:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-26 20:18:47 +0900
commit20ce7ff148e2b3393fc8176520f77827ccecbc76 (patch)
tree5ca68ae142365eda281291aaee59ca50c8ad2be1 /sw
parentDrop unused function (diff)
downloadcore-20ce7ff148e2b3393fc8176520f77827ccecbc76.tar.gz
core-20ce7ff148e2b3393fc8176520f77827ccecbc76.zip
Nuke unused #define
Change-Id: I1615619ec92b83d75db2571d1f5bc6086caf705f
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/shells/textsh2.cxx2
-rw-r--r--sw/source/ui/utlui/condedit.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/shells/textsh2.cxx b/sw/source/ui/shells/textsh2.cxx
index ff9a25361451..e3dff0750cc9 100644
--- a/sw/source/ui/shells/textsh2.cxx
+++ b/sw/source/ui/shells/textsh2.cxx
@@ -74,8 +74,6 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::frame;
-#define DB_DD_DELIM 0x0b
-
struct DBTextStruct_Impl
{
SwDBData aDBData;
diff --git a/sw/source/ui/utlui/condedit.cxx b/sw/source/ui/utlui/condedit.cxx
index 357bdcafedcf..70e1c78dc5a6 100644
--- a/sw/source/ui/utlui/condedit.cxx
+++ b/sw/source/ui/utlui/condedit.cxx
@@ -25,7 +25,6 @@
using namespace ::svx;
using ::rtl::OUString;
using namespace ::com::sun::star::uno;
-#define DB_DD_DELIM 0x0b
// STATIC DATA -----------------------------------------------------------