summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ruler.hxx1
-rw-r--r--include/svtools/valueset.hxx3
-rw-r--r--include/tools/datetimeutils.hxx2
-rw-r--r--include/ucbhelper/resultset.hxx2
-rw-r--r--include/vcl/weldutils.hxx3
5 files changed, 0 insertions, 11 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index a7a0a581f941..f32f37688225 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -792,7 +792,6 @@ public:
void SetDoubleClickHdl( const Link<Ruler*,void>& rLink ) { maDoubleClickHdl = rLink; }
void SetTextRTL(bool bRTL);
- bool GetTextRTL() const;
void SetCharWidth( tools::Long nWidth ) { mnCharWidth = nWidth ; }
void SetLineHeight( tools::Long nHeight ) { mnLineHeight = nHeight ; }
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index e3ff72438003..a132d80f2a60 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -264,7 +264,6 @@ private:
protected:
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() override;
- weld::ScrolledWindow* GetScrollBar() const { return mxScrolledWindow.get(); }
public:
ValueSet(std::unique_ptr<weld::ScrolledWindow> pScrolledWindow);
@@ -350,8 +349,6 @@ public:
return mbNoSelection;
}
- void RecalculateItemSizes();
-
void SetItemImage( sal_uInt16 nItemId, const Image& rImage );
Image GetItemImage( sal_uInt16 nItemId ) const;
void SetItemColor( sal_uInt16 nItemId, const Color& rColor );
diff --git a/include/tools/datetimeutils.hxx b/include/tools/datetimeutils.hxx
index 96abd8fd71df..deb7d7ee4f4c 100644
--- a/include/tools/datetimeutils.hxx
+++ b/include/tools/datetimeutils.hxx
@@ -20,8 +20,6 @@ TOOLS_DLLPUBLIC OUString DateTimeToOUString(const DateTime& rDateTime);
// This function converts a 'Date' object to an 'OString' object in ISO-8601 representation
TOOLS_DLLPUBLIC OString DateToOString(const Date& rDate);
-TOOLS_DLLPUBLIC OString TimeToOString(const tools::Time& rTime);
-
// This function converts a 'Date' object to an 'OUString' object in DD/MM/YYYY format
TOOLS_DLLPUBLIC OUString DateToDDMMYYYYOUString(const Date& rDate);
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index a4faf3a9b9d1..4d7bb6d42704 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -244,8 +244,6 @@ public:
*
* @param rEvt is a property change event.
*/
- void propertyChanged(
- const css::beans::PropertyChangeEvent& rEvt ) const;
void propertyChanged(std::unique_lock<std::mutex>& rGuard,
const css::beans::PropertyChangeEvent& rEvt ) const;
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx
index 3807c83c478a..db3a8169001a 100644
--- a/include/vcl/weldutils.hxx
+++ b/include/vcl/weldutils.hxx
@@ -455,9 +455,6 @@ VCL_DLLPUBLIC bool IsEntryVisible(const weld::TreeView& rTreeView, const weld::T
VCL_DLLPUBLIC void RemoveParentKeepChildren(weld::TreeView& rTreeView,
const weld::TreeIter& rParent);
-// return the min height of a weld::Entry
-VCL_DLLPUBLIC int GetMinimumEditHeight();
-
// return the weld::Window of the SalFrame rOutWin is in, and convert rRect
// from relative to rOutWin to relative to that weld::Window suitable for use
// with popup_at_rect