summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/DrawController.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:40:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:40:54 +0200
commitae24507f2bb10937ae15a1aa4d74d1a7e8afda2b (patch)
tree4bff92bb5c8aa915d2d7f35dc0dbbbb71cb523e7 /sd/source/ui/unoidl/DrawController.cxx
parentbbe29239614459c899c0f5764290af336802873c (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I9518da89384c60a1b153a3146cbfb8dc48638b10
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 7f23711a450c..71c1cc5b8904 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -630,12 +630,12 @@ void DrawController::FillPropertyTable (
rProperties.push_back(
beans::Property("IsLayerMode",
PROPERTY_LAYERMODE,
- ::getCppuBooleanType(),
+ cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND ));
rProperties.push_back(
beans::Property("IsMasterPageMode",
PROPERTY_MASTERPAGEMODE,
- ::getCppuBooleanType(),
+ cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND ));
rProperties.push_back(
beans::Property("ActiveLayer",