summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/charmap.hxx2
-rw-r--r--include/svx/float3d.hxx2
-rw-r--r--include/svx/fmgridcl.hxx2
-rw-r--r--include/svx/numfmtsh.hxx2
-rw-r--r--include/svx/pszctrl.hxx2
-rw-r--r--include/svx/xgrad.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index 5ea7b1f2e0be..10f8850544bd 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -155,7 +155,7 @@ protected:
void ContextMenuSelect(std::string_view rIdent);
void init();
- tools::Rectangle getGridRectangle(const Point &rPointUL, const Size &rOutputSize);
+ tools::Rectangle getGridRectangle(const Point &rPointUL, const Size &rOutputSize) const;
};
#endif
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index fd8ae56509cf..32baca985c66 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -228,7 +228,7 @@ private:
SVX_DLLPRIVATE void Reset();
SVX_DLLPRIVATE static void LBSelectColor( ColorListBox* pLb, const Color& rColor );
- SVX_DLLPRIVATE sal_uInt16 GetLightSource( const LightButton* pBtn );
+ SVX_DLLPRIVATE sal_uInt16 GetLightSource( const LightButton* pBtn ) const;
SVX_DLLPRIVATE ColorListBox* GetCLbByButton( const LightButton* pBtn = nullptr );
SVX_DLLPRIVATE LightButton* GetLbByButton( const weld::Button* pBtn );
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index 88f334bacb25..6be83c19459f 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -194,7 +194,7 @@ protected:
@return
<TRUE/> if the column is selected, otherwise <FALSE/>
*/
- bool isColumnSelected(DbGridColumn const * _pColumn);
+ bool isColumnSelected(DbGridColumn const * _pColumn) const;
};
#endif // INCLUDED_SVX_FMGRIDCL_HXX
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx
index ce74d8e5b457..360a067e06c9 100644
--- a/include/svx/numfmtsh.hxx
+++ b/include/svx/numfmtsh.hxx
@@ -171,7 +171,7 @@ public:
sal_uInt16 FindCurrencyTableEntry( const OUString& rFmtString, bool &bTestBanking );
bool IsInTable(sal_uInt16 nPos, bool bTmpBanking,
- std::u16string_view rFmtString);
+ std::u16string_view rFmtString) const;
void SetUseStarFormat( bool bUse ) { bUseStarFormat = bUse; }
private:
diff --git a/include/svx/pszctrl.hxx b/include/svx/pszctrl.hxx
index c4b077a2a064..e22b18096e27 100644
--- a/include/svx/pszctrl.hxx
+++ b/include/svx/pszctrl.hxx
@@ -29,7 +29,7 @@ class SVX_DLLPUBLIC SvxPosSizeStatusBarControl final : public SfxStatusBarContro
{
private:
std::unique_ptr<SvxPosSizeStatusBarControl_Impl> pImpl;
- SVX_DLLPRIVATE OUString GetMetricStr_Impl( tools::Long nVal );
+ SVX_DLLPRIVATE OUString GetMetricStr_Impl( tools::Long nVal ) const;
public:
SFX_DECL_STATUSBAR_CONTROL();
diff --git a/include/svx/xgrad.hxx b/include/svx/xgrad.hxx
index 620b5abb4ff2..93a2f00655f4 100644
--- a/include/svx/xgrad.hxx
+++ b/include/svx/xgrad.hxx
@@ -78,7 +78,7 @@ public:
boost::property_tree::ptree dumpAsJSON() const;
static XGradient fromJSON(const OUString& rJSON);
- css::awt::Gradient toGradientUNO();
+ css::awt::Gradient toGradientUNO() const;
};
#endif