summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/debug/ColorPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/debug/ColorPanel.cxx')
-rw-r--r--svx/source/sidebar/debug/ColorPanel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/debug/ColorPanel.cxx b/svx/source/sidebar/debug/ColorPanel.cxx
index 3138531ad44a..11ac13553b49 100644
--- a/svx/source/sidebar/debug/ColorPanel.cxx
+++ b/svx/source/sidebar/debug/ColorPanel.cxx
@@ -25,7 +25,7 @@
namespace svx { namespace sidebar {
-ColorPanel::ColorPanel (::Window* pParent)
+ColorPanel::ColorPanel (vcl::Window* pParent)
: ValueSet(pParent, WB_ITEMBORDER)
{
WinBits aStyle =
@@ -52,7 +52,7 @@ ColorPanel::~ColorPanel (void)
void ColorPanel::Resize (void)
{
- ::Window::Resize();
+ vcl::Window::Resize();
Size aWindowSize = GetOutputSizePixel();
SetPosSizePixel(Point(0,0), aWindowSize);
if (IsVisible() && aWindowSize.Width() > 0)