summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index a54937f2fabf..120fbeb5aa93 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -88,7 +88,7 @@ public:
DrawViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
- ::vcl::Window* pParentWindow,
+ vcl::Window* pParentWindow,
PageKind ePageKind = PK_STANDARD,
FrameView* pFrameView = NULL);
@@ -260,7 +260,7 @@ public:
//false.
void FreshNavigatrEntry();
void FreshNavigatrTree();
- void MakeVisible(const Rectangle& rRect, ::vcl::Window& rWin);
+ void MakeVisible(const Rectangle& rRect, vcl::Window& rWin);
virtual void ReadFrameViewData(FrameView* pView) SAL_OVERRIDE;
virtual void WriteFrameViewData() SAL_OVERRIDE;
@@ -372,7 +372,7 @@ public:
/** Relocation to a new parent window is not supported for DrawViewShell
objects so this method always returns <FALSE/>.
*/
- virtual bool RelocateToParentWindow (::vcl::Window* pParentWindow) SAL_OVERRIDE;
+ virtual bool RelocateToParentWindow (vcl::Window* pParentWindow) SAL_OVERRIDE;
OUString GetSidebarContextName() const;