summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-27 12:06:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-27 12:06:09 +0100
commite717c5b929cdb790147c55c20889ed9042374394 (patch)
tree563ee6ae62c4ba30a1b33e922a75b235f7f8dab7 /extensions
parentab7ac5884c5a824999b58d2a800cae64cb8e359a (diff)
-Werror,-Wunused-macros
Change-Id: I083b936a6b20f070748c281d5814d5e57dedf864
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index cea6ec74fa7a..d2ac583ca758 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -64,11 +64,8 @@ namespace uno = com::sun::star::uno ;
#define PROPERTY_TITLE "BubbleHeading"
#define PROPERTY_TEXT "BubbleText"
-#define PROPERTY_IMAGE "BubbleImageURL"
#define PROPERTY_SHOW_BUBBLE "BubbleVisible"
#define PROPERTY_CLICK_HDL "MenuClickHDL"
-#define PROPERTY_DEFAULT_TITLE "DefaultHeading"
-#define PROPERTY_DEFAULT_TEXT "DefaultText"
#define PROPERTY_SHOW_MENUICON "MenuIconVisible"
extern "C" bool SAL_CALL WNT_hasInternetConnection();