diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-09 23:27:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-09 23:28:36 +0900 |
commit | d7f5dcbc413b4bf89a70fc25a20533323840b63c (patch) | |
tree | 27014a595f52621b6c8b2a214b49303f4429581f /svtools/source/uno | |
parent | f4cd393736505f2426c64740c156543a481dd41d (diff) |
removed unused defines
Change-Id: Ife6ba8104a3af79aa5d62509755b9d2c58d98e3a
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index 67dab976e10b..aea3cd62c563 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -56,8 +56,6 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::util; using namespace ::com::sun::star::graphic; -#define O(x) OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) - struct LockGuard { public: |