summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/FocusManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/FocusManager.hxx')
-rw-r--r--sfx2/source/sidebar/FocusManager.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/sidebar/FocusManager.hxx b/sfx2/source/sidebar/FocusManager.hxx
index d0d9c2c2a5b2..f8dba00ebcf4 100644
--- a/sfx2/source/sidebar/FocusManager.hxx
+++ b/sfx2/source/sidebar/FocusManager.hxx
@@ -73,8 +73,8 @@ private:
::std::vector<Button*> maButtons;
const ::boost::function<void(const Panel&)> maShowPanelFunctor;
bool mbObservingContentControlFocus;
- Window* mpFirstFocusedContentControl;
- Window* mpLastFocusedWindow;
+ vcl::Window* mpFirstFocusedContentControl;
+ vcl::Window* mpLastFocusedWindow;
enum PanelComponent
{
@@ -105,12 +105,12 @@ private:
/** Let the focus manager listen for window events for the given
window.
*/
- void RegisterWindow (Window& rWindow);
- void UnregisterWindow (Window& rWindow);
+ void RegisterWindow (vcl::Window& rWindow);
+ void UnregisterWindow (vcl::Window& rWindow);
/** Remove the window from the panel or the button container.
*/
- void RemoveWindow (Window& rWindow);
+ void RemoveWindow (vcl::Window& rWindow);
void FocusDeckTitle (void);
bool IsDeckTitleVisible (void) const;
@@ -141,9 +141,9 @@ private:
void HandleKeyEvent (
const vcl::KeyCode& rKeyCode,
- const Window& rWindow);
+ const vcl::Window& rWindow);
- FocusLocation GetFocusLocation (const Window& rWindow) const;
+ FocusLocation GetFocusLocation (const vcl::Window& rWindow) const;
};