summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index fee6b3c855b5..96f301229928 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -57,7 +57,7 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
boost::scoped_ptr<SvxColumnItem> mpColumnItem; // columns
boost::scoped_ptr<SvxObjectItem> mpObjectItem; // object
- Window* pEditWin;
+ vcl::Window* pEditWin;
boost::scoped_ptr<SvxRuler_Impl> mpRulerImpl;
@@ -251,7 +251,7 @@ public:
#define SVXRULER_SUPPORT_PARAGRAPH_MARGINS_VERTICAL 0x0040
#define SVXRULER_SUPPORT_REDUCED_METRIC 0x0080 //shorten the context menu to select metric
- SvxRuler(Window* pParent, Window *pEditWin, sal_uInt16 nRulerFlags,
+ SvxRuler(vcl::Window* pParent, vcl::Window *pEditWin, sal_uInt16 nRulerFlags,
SfxBindings &rBindings, WinBits nWinStyle = WB_STDRULER);
virtual ~SvxRuler();