summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/notemark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/notemark.hxx')
-rw-r--r--sc/source/ui/inc/notemark.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx
index 72d4ef2db96c..537837aa7af3 100644
--- a/sc/source/ui/inc/notemark.hxx
+++ b/sc/source/ui/inc/notemark.hxx
@@ -31,10 +31,10 @@ class SdrObject;
class ScNoteMarker
{
private:
- Window* pWindow;
- Window* pRightWin;
- Window* pBottomWin;
- Window* pDiagWin;
+ vcl::Window* pWindow;
+ vcl::Window* pRightWin;
+ vcl::Window* pBottomWin;
+ vcl::Window* pDiagWin;
ScDocument* pDoc;
ScAddress aDocPos;
OUString aUserText;
@@ -52,7 +52,7 @@ private:
DECL_LINK( TimeHdl, void* );
public:
- ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
+ ScNoteMarker( vcl::Window* pWin, vcl::Window* pRight, vcl::Window* pBottom, vcl::Window* pDiagonal,
ScDocument* pD, ScAddress aPos, const OUString& rUser,
const MapMode& rMap, bool bLeftEdge, bool bForce, bool bKeyboard );
~ScNoteMarker();