diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 12:06:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 12:06:09 +0100 |
commit | e717c5b929cdb790147c55c20889ed9042374394 (patch) | |
tree | 563ee6ae62c4ba30a1b33e922a75b235f7f8dab7 /extensions | |
parent | ab7ac5884c5a824999b58d2a800cae64cb8e359a (diff) |
-Werror,-Wunused-macros
Change-Id: I083b936a6b20f070748c281d5814d5e57dedf864
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 3 |
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(); |