summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/PageSizeControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/PageSizeControl.hxx')
-rw-r--r--sw/source/uibase/sidebar/PageSizeControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/PageSizeControl.hxx b/sw/source/uibase/sidebar/PageSizeControl.hxx
index f2875cccc013..ae4756af6604 100644
--- a/sw/source/uibase/sidebar/PageSizeControl.hxx
+++ b/sw/source/uibase/sidebar/PageSizeControl.hxx
@@ -38,7 +38,7 @@ namespace sw { namespace sidebar {
class PagePropertyPanel;
class PageSizeControl
- : public ::svx::sidebar::PopupControl
+ : public svx::sidebar::PopupControl
{
public:
PageSizeControl(
@@ -51,7 +51,7 @@ public:
virtual void dispose() SAL_OVERRIDE;
private:
- VclPtr< ::svx::sidebar::ValueSetWithTextControl> mpSizeValueSet;
+ VclPtr< svx::sidebar::ValueSetWithTextControl> mpSizeValueSet;
VclPtr<PushButton> maMoreButton;
// hidden metric field
VclPtr<MetricField> maWidthHeightField;