diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:35:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:35:14 +0300 |
commit | bee150931d4913edbc0f8cdc3854c2699ebdde46 (patch) | |
tree | 3fabbaab6be19de53ff0bb75807d4ff5923a17ff /svx | |
parent | b9c661e2bb4c521e5e71150f9b52272eb05aa9b7 (diff) |
WaE: macro is not used
Change-Id: I1f88819c85f0c0539bfa3b48ffc215e279c007d0
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index df1bc7d21bdd..91a1848a3b8d 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -48,8 +48,6 @@ using namespace com::sun::star::container; using namespace com::sun::star::style; using rtl::OUString; -#define C2U(cChar) OUString::createFromAscii(cChar) - namespace svx { namespace sidebar { static const sal_Char cValue[] = "Value"; |