summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /extensions/source
parentd341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff)
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/stringdefine.hxx5
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx1
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
3 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/stringdefine.hxx b/extensions/source/propctrlr/stringdefine.hxx
index 80294607f65c..9af1574d049b 100644
--- a/extensions/source/propctrlr/stringdefine.hxx
+++ b/extensions/source/propctrlr/stringdefine.hxx
@@ -38,11 +38,6 @@ namespace pcr
using comphelper::string::ConstAsciiString;
//============================================================
-
-#define CONST_ASCII_LENGTH(c) \
- (const sal_Char*)c, c.length()
-
- //============================================================
//= concrete strings
//============================================================
#ifndef PCR_IMPLEMENT_STRINGS
diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx
index cb06e29a71d4..d7c0b29bb37c 100644
--- a/extensions/source/update/check/updatecheckconfig.cxx
+++ b/extensions/source/update/check/updatecheckconfig.cxx
@@ -72,7 +72,6 @@ namespace uno = com::sun::star::uno ;
#define DOWNLOAD_PAUSED "DownloadPaused"
#define DOWNLOAD_DESTINATION "DownloadDestination"
#define RELEASE_NOTE "ReleaseNote"
-#define EXTENSION_PREFIX "Extension_"
#define PROPERTY_VERSION UNISTRING("Version")
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 53d41c40efd2..ea1f05015dca 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -62,7 +62,6 @@
#define UNISTRING(s) rtl::OUString(s)
#define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START + 7)
-#define DEFAULT_MENUBAR_HEIGHT 24
#define PROPERTY_TITLE RTL_CONSTASCII_STRINGPARAM("BubbleHeading")
#define PROPERTY_TEXT RTL_CONSTASCII_STRINGPARAM("BubbleText")
@@ -804,7 +803,6 @@ IMPL_LINK( UpdateCheckUI, ApplicationEventHdl, VclSimpleEvent *, pEvent)
#define BUBBLE_BORDER 10
#define TEXT_MAX_WIDTH 300
#define TEXT_MAX_HEIGHT 200
-#define INITIAL_SHOW_TIME 10000
//------------------------------------------------------------------------------
BubbleWindow::BubbleWindow( Window* pParent, const XubString& rTitle,