summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/PageOrientationControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/PageOrientationControl.hxx')
-rw-r--r--sw/source/uibase/sidebar/PageOrientationControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/PageOrientationControl.hxx b/sw/source/uibase/sidebar/PageOrientationControl.hxx
index c08a944b4f07..a2ceecff2a5a 100644
--- a/sw/source/uibase/sidebar/PageOrientationControl.hxx
+++ b/sw/source/uibase/sidebar/PageOrientationControl.hxx
@@ -30,7 +30,7 @@ namespace sw { namespace sidebar {
class PagePropertyPanel;
class PageOrientationControl
- : public ::svx::sidebar::PopupControl
+ : public svx::sidebar::PopupControl
{
public:
PageOrientationControl(
@@ -41,7 +41,7 @@ public:
virtual void dispose() SAL_OVERRIDE;
private:
- VclPtr< ::svx::sidebar::ValueSetWithTextControl> mpOrientationValueSet;
+ VclPtr< svx::sidebar::ValueSetWithTextControl> mpOrientationValueSet;
bool mbLandscape;