diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-20 23:05:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-21 09:17:11 +0000 |
commit | e4d90aef949abf172c45e15241159371504d6090 (patch) | |
tree | 543f8b93b944de2800a70aa3fa0b7e672213544d /editeng | |
parent | 37676d162c29331c9f6235cf51406db8aaf8dfba (diff) |
ditch last ENABLE_STRING_STREAM_OPERATORS
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editobj.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx index bc2a02e78ed6..6b4c4c5eaee6 100644 --- a/editeng/source/editeng/editobj.cxx +++ b/editeng/source/editeng/editobj.cxx @@ -34,7 +34,6 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#define ENABLE_STRING_STREAM_OPERATORS #include <tools/stream.hxx> #include <editobj2.hxx> |