summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/progressmonitor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/inc/progressmonitor.hxx')
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx
index f8a463ca88a1..46a4dc735484 100644
--- a/UnoControls/source/inc/progressmonitor.hxx
+++ b/UnoControls/source/inc/progressmonitor.hxx
@@ -25,7 +25,6 @@
#include <rtl/ref.hxx>
#include <vector>
-#include <memory>
#include <basecontainercontrol.hxx>
@@ -37,8 +36,8 @@ namespace unocontrols {
class ProgressBar;
#define PROGRESSMONITOR_FREEBORDER 10 // border around and between the controls
-#define PROGRESSMONITOR_DEFAULT_TOPIC ""
-#define PROGRESSMONITOR_DEFAULT_TEXT ""
+inline constexpr OUString PROGRESSMONITOR_DEFAULT_TOPIC = u""_ustr;
+inline constexpr OUString PROGRESSMONITOR_DEFAULT_TEXT = u""_ustr;
#define PROGRESSMONITOR_LINECOLOR_BRIGHT sal_Int32(Color( 0xFF, 0xFF, 0xFF )) // white
#define PROGRESSMONITOR_LINECOLOR_SHADOW sal_Int32(Color( 0x00, 0x00, 0x00 )) // black
#define PROGRESSMONITOR_DEFAULT_WIDTH 350
@@ -108,10 +107,6 @@ public:
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
- // XAggregation
-
- virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& aType ) override;
-
// XProgressMonitor
/**