diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:13:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:19:57 +0900 |
commit | 3b328186706e6819acfea7b3a6dc8c9d3b6f9693 (patch) | |
tree | a6a16220f9502b01e97fce190163a07ea288adc2 /svx/source/gengal | |
parent | d50f02bec4a70bd26a518e4e76f4a876454ab937 (diff) |
removed unused defines
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
Diffstat (limited to 'svx/source/gengal')
-rw-r--r-- | svx/source/gengal/gengal.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx index 36a7571c3a27..ce923fb6104b 100644 --- a/svx/source/gengal/gengal.cxx +++ b/svx/source/gengal/gengal.cxx @@ -191,9 +191,6 @@ static rtl::OUString Smartify( const rtl::OUString &rPath ) return aURL.GetMainURL( INetURLObject::NO_DECODE ); } -#define OUSTRING_CSTR( str ) \ - rtl::OUStringToOString( str, RTL_TEXTENCODING_ASCII_US ).getStr() - void GalApp::Init() { if( getenv( "OOO_INSTALL_PREFIX" ) == NULL ) { |