diff options
Diffstat (limited to 'sw/source/uibase/sidebar/PageColumnControl.hxx')
-rw-r--r-- | sw/source/uibase/sidebar/PageColumnControl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/PageColumnControl.hxx b/sw/source/uibase/sidebar/PageColumnControl.hxx index a7286d6ef849..955323c10159 100644 --- a/sw/source/uibase/sidebar/PageColumnControl.hxx +++ b/sw/source/uibase/sidebar/PageColumnControl.hxx @@ -35,7 +35,7 @@ namespace sw { namespace sidebar { class PagePropertyPanel; class PageColumnControl - : public ::svx::sidebar::PopupControl + : public svx::sidebar::PopupControl { public: PageColumnControl( @@ -48,7 +48,7 @@ public: virtual void dispose() SAL_OVERRIDE; private: - VclPtr< ::svx::sidebar::ValueSetWithTextControl> mpColumnValueSet; + VclPtr< svx::sidebar::ValueSetWithTextControl> mpColumnValueSet; VclPtr<PushButton> maMoreButton; sal_uInt16 mnColumnType; |