diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-06 00:16:50 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-06 00:20:10 +0900 |
commit | e3b0f50966caa8be33a51974b6dccf6a5913bd1f (patch) | |
tree | fbb60ee85395d4ac7353073834a6ce0b00c33a3f /unotools/source/config/startoptions.cxx | |
parent | 146a73e243bb54085055271f08156e2cf5dbd3f2 (diff) |
removed unused defines
Change-Id: Ibb6141776fc3a418095b7184c7dacfba70dd7238
Diffstat (limited to 'unotools/source/config/startoptions.cxx')
-rw-r--r-- | unotools/source/config/startoptions.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/startoptions.cxx b/unotools/source/config/startoptions.cxx index 18653e38e3a0..aed86b25b88a 100644 --- a/unotools/source/config/startoptions.cxx +++ b/unotools/source/config/startoptions.cxx @@ -42,7 +42,6 @@ using namespace ::osl ; using namespace ::com::sun::star::uno ; #define DEFAULT_SHOWINTRO sal_True -#define DEFAULT_CONNECTIONURL OUString() #define ROOTNODE_START OUString(RTL_CONSTASCII_USTRINGPARAM("Setup/Office" )) #define PROPERTYNAME_SHOWINTRO OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupShowIntro" )) |