diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/calendar.hxx | 4 | ||||
-rw-r--r-- | include/svtools/ruler.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx index 8992d3ef4cb4..0b9d6919cf75 100644 --- a/include/svtools/calendar.hxx +++ b/include/svtools/calendar.hxx @@ -186,7 +186,6 @@ private: virtual void ApplySettings(vcl::RenderContext& rRenderContext) override; - SVT_DLLPRIVATE static void ImplGetWeekFont( vcl::Font& rFont ); SVT_DLLPRIVATE void ImplFormat(); using Window::ImplHitTest; SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, Date& rDate ) const; @@ -234,9 +233,6 @@ public: void Select(); - void SelectDate( const Date& rDate, bool bSelect = true ); - void SetNoSelection(); - bool IsDateSelected( const Date& rDate ) const; Date GetFirstSelectedDate() const; void EnableCallEverySelect() { mbAllSel = true; } diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx index affdebf10099..e95febf8fabd 100644 --- a/include/svtools/ruler.hxx +++ b/include/svtools/ruler.hxx @@ -773,7 +773,6 @@ public: void SetMargin2() { SetMargin2( 0, RulerMarginStyle::Invisible ); } void SetMargin2( long nPos, RulerMarginStyle nMarginStyle = RulerMarginStyle::Sizeable ); long GetMargin2() const; - long GetPageWidth() const; void SetLeftFrameMargin( long nPos ); void SetRightFrameMargin( long nPos ); |